Closed freke70 closed 1 year ago
Hi, sorry, maybe it is very lora dependant. This one does work: https://civitai.com/models/117635/greg-rutkowski-inspired-style-lora-sdxl
No idea how to know which ones will work and which ones won't.
Fixed in dev, will be posted to main branch soon.
Issue Description
I am using sd_xl_base_1.0_0.9vae.safetensors and can generate images without issue. However, when I add a LoRA module (created for SDxL), I encounter problems:
With one LoRA module, the generated images are completely black. With another LoRA module (https://civitai.com/models/122359/detail-tweaker-xl), I get errors in the logs.
I have turned on --debug and --safe, but that did not resolve the issues.
When I remove the LoRA module, image generation works fine again.
I am using Ubuntu 22.04 with an NVIDIA RTX 6000 GPU.
Could you please provide some pointers on where I should start troubleshooting? What might be causing the LoRA modules to not work properly with my base model?
Diffusers pipeline used
sd_xl_base_1.0_0.9vae.safetensors, diffusers backend
Version Platform Description
Create and activate python venv Launching launch.py... 12:37:02-368518 INFO Starting SD.Next 12:37:02-373666 INFO Python 3.10.10 on Linux 12:37:02-376916 INFO Version: 417ef540 Tue Aug 8 12:05:30 2023 -0400 12:37:02-690416 INFO nVidia CUDA toolkit detected 12:37:02-705782 INFO Verifying requirements 12:37:02-723784 INFO Verifying packages 12:37:02-726011 INFO Verifying repositories 12:37:05-137065 INFO Verifying submodules 12:37:36-442197 INFO Extensions enabled: ['stable-diffusion-webui-images-browser', 'Lora', 'SwinIR', 'LDSR', 'stable-diffusion-webui-rembg', 'clip-interrogator-ext', 'ScuNET', 'sd-extension-system-info', 'sd-webui-agent-scheduler', 'ultimate-upscale-for-automatic1111', 'Stable-Diffusion-Webui-Civitai-Helper', 'openOutpaint-webUI-extension', 'adetailer', 'sd-webui-infinite-image-browsing']
Relevant log output
Acknowledgements