-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for vlad fork... #38
Comments
What did you set for the preview setting? For this extension it should be the Full preview. |
I found something. Vlad's fork uses jpg as a default extension in the save function. a1111 uses png. I'll get an update ready to handle this. |
Check if this works for you now. |
output is a mess of mess for some reason... but yeah .. its still no working, changed to png.. |
Please check the debug option again. However since Vlad's fork normally suppresses debug messages, you'll have to start it with
|
|
Did you tick the debug option for the extension? There should be a whole lot more written to console. |
this was with debug in save images turned on...
|
Can you make a screenshot of what you have set in the extension part? |
don't even seem to get any previews.. even though it is enabled in the settings, and tried with having the file format as jpg.. .not sure seems addon broken under some settings or just not compatible |
the saving paths are different under vlad fork..but those could be changed to look like automatic1111 ones version.. not sure that'd make any difference |
I just used the exact same settings and it is working here. Also the debug is being output. I have currently no idea why this is not working for you 😞 Is there something relevant in |
|
Nothing helpful there either. Ok, that was all I could think of, without debug data. I've just changed the code, so that it will use a different logger, to prevent Vlad's code from interfering with the debug. Please try it out and hopefully we'll have our debug data then. |
changed some settings.. so it is now saving the image intermediates.. but no video... no idea what setting I had changed that got that some progress with it saving the preview... also it was the diffuser backend that I had that was Execution backend selected for sdxl .. that was why I wasn't getting any previews at all.. but using original backend for normal sd models gets the previews back... but yeah still some problems with it |
It's a different error now. I added some more debug printouts and removed the multiplying messages on subsequent runs. Can you run it again? |
UNIPC is in the same family of samplers as DDIM and PLMS, which won't work with this extension. Can you try another one, an Euler or DPM one? |
it is saving the intermediates.. but having video option doesn't create a video, and it doesn't save a batch file.... `11:43:59-522442 DEBUG Server alive=True jobs=2 requests=262 uptime=3470s memory used=3.46 total=79.93 idle Gradio 3.43.2 ` |
I think this here is the problem: name_last: 02034[seq]-020-ghdfhd.png Instead of [seq], there should be the seed-number. Do your filenames not contain the seed-number? |
well progress.. though not sure what the setting was.. just tried to match the directory/name saving file stuff with the automatic1111 version now it seems it doesn't do the first/last frame repeating.... for the video.. |
Is your default image format set to jpg? If so, try setting it to png. |
I set it back to png.. and while the error with png 's hasn't gone away.. when playing the video it does retain the first and last still frames... so it just doesn't work with sdxl or kadinsky 2.. on vlad automatic from what I've found.. but it does work for the normal sd1.5 models |
ie https://github.com/vladmandic/automatic
you can use this addon on it it shows int he extension list, but its completely broken, the previews don't work and neither does the video generating..
For some reason I get bit better performance with this fork than I do with automatic1111 version, but like to use this addon.
The text was updated successfully, but these errors were encountered: