Closed Targren closed 1 month ago
--debug
command line flag, reproduce and upload fresh logWeird that the image had no metadata (I believe you, just weird)
Here's a link to the image on civitai, in case it's got stripped somewhere. https://civitai.com/posts/8292747
I'm just finding the image in the Gallery and hitting the "-> Text" button.
I'm grabbing the latest update, then I'll get the fresh debug log.
I've edited the log in the main issue with the debug log.
reproduced and fixed in dev branch, will refresh master soon.
Issue Description
When sending an old image (originally generated in A1111) back to the "Text" generation tab to revisit and mess with it again, and attempting to generate it, the process may fail with a strange error in the log (attached) "You have passed a list of generators of length 1, but requested an effective batch size of X. Make sure the batch size matches the length of the generators." Where "X" is the number of steps selecetd.
I am removing the LORA from the original prompt and fixing the old sampler selection before attempting the generation, but the problem persists, and isn't not reproducible on all images. One such image is attached to the issue.
Version Platform Description
SD.Next a57acc79 Win10 + StabilityMatrix 2.12.2 Chrome / Firefox / Vivaldi
20:14:52-684296 INFO Starting SD.Next
20:14:52-687227 INFO Logger: file="E:\A1111 Web
UI\StabilityMatrixData\Packages\SD.Next\sdnext.log"
level=INFO size=772240 mode=append
20:14:52-688203 INFO Python: version=3.10.11 platform=Windows bin="E:\A1111 Web
UI\StabilityMatrixData\Packages\SD.Next\venv\Scripts\p ython.exe" venv="E:\A1111 Web
UI\StabilityMatrixData\Packages\SD.Next\venv"
20:14:52-900207 INFO Version: app=sd.next updated=2024-10-23 hash=a57acc79 branch=master
url=https://github.com/vladmandic/automatic/tree/maste r ui=main
20:14:53-335087 INFO Repository latest available
0d332ca7111215fa9128630112ce63a1380ae5c1
2024-10-23T18:59:10Z
20:14:53-342900 INFO Platform: arch=AMD64 cpu=Intel64 Family 6 Model 151
Stepping 2, GenuineIntel system=Windows
release=Windows-10-10.0.19045-SP0 python=3.10.11
20:14:53-357126 INFO CUDA: nVidia toolkit detected
20:14:53-785013 INFO Verifying requirements
20:14:53-787943 INFO Verifying packages
20:14:53-880723 INFO Extensions: disabled=['sdnext-modernui']
20:14:53-881700 INFO Extensions: enabled=['Lora', 'sd-extension-chainner', 'sd-extension-system-info',
'sd-webui-agent-scheduler',
'stable-diffusion-webui-rembg'] extensions-builtin
20:14:53-893417 INFO Extensions:
enabled=['sd-webui-infinite-image-browsing']
extensions
20:14:53-899275 INFO Startup: standard
20:14:53-899275 INFO Verifying submodules
20:15:12-453454 INFO
Extensions enabled: ['Lora', 'sd-extension-chainner', 'sd-extension-system-info',
'sd-webui-agent-scheduler',
'stable-diffusion-webui-rembg',
'sd-webui-infinite-image-browsing']
Relevant log output
Backend
Diffusers
UI
Standard
Branch
Master
Model
StableDiffusion XL
Acknowledgements