Open prakal opened 3 months ago
First blush; use diffusers backend. Second blush; ensure Sampler isn't set to Default. Use something like Euler a or DPM 2M.
WARNING Sampler: invalid
What sampler did you use? If you changed back to Original backend for some reason, don't forget to clear the browser caches. Also don't expect any more support on the Original backed. Use the default Diffusers backend.
Also do you have any particular reason to use FP32? dtype=torch.float32 vae=torch.float32
Thanks for the help, all. I used the default sampler. I will clear cache and retry, however I also did a fresh install of Chrome and encountered the same error.
Got it, will switch to Diffusers backend. I recall having trouble getting ControlNet working on it, but can look into it again.
No particular reason for FP32.
SD.Next has its own implementation of ControlNet while in the Diffusers backend. This can be found on the Control Tab. Classic ControlNet functions can be found by scrolling down and expanding the Control elements accordion;
SD.Next has its own implementation of ControlNet while in the Diffusers backend. This can be found on the Control Tab. Classic ControlNet functions can be found by scrolling down and expanding the Control elements accordion;
Thanks for letting me know, once I get things working with Diffusers backend, I will give it a try.
WARNING Sampler: invalid
What sampler did you use? If you changed back to Original backend for some reason, don't forget to clear the browser caches. Also don't expect any more support on the Original backed. Use the default Diffusers backend.
Also do you have any particular reason to use FP32?
dtype=torch.float32 vae=torch.float32
I used the Diffusers backend, cleared cache, switched to FP16, but still encountering the same issues. One weird thing, when I click on System > Models and Networks, I see none at all. I haven't modified the folder structure, they are under automatic/models/Stable-diffusion/
.
Also, when I run it in safe mode and load a model, I see:
Loading pipeline components... 0%
and it stays that way for more than 3 min
There's a bug with the latest kernel in Ubuntu 24.04 for Intel graphics, I think this is the same problem I've had. It worked for me when I went back to linux image 6.8.0-36.
what is the status of this issue?
Still no luck. I tried kernel 6.8.0-38 and see the error:
[W Device.cpp:127] Warning: XPU Device count is zero! (function initGlobalDevicePoolState)
I triaged this error to https://github.com/vladmandic/automatic/issues/3201 and updated my intel-compute-runtime but it still fails. I haven't gotten around to downgrading my kernel to 6.8.0-36 as per https://github.com/vladmandic/automatic/issues/3355#issuecomment-2269805851 yet, but that's likely my next step.
Use Linux Kernel 6.10.
Use Linux Kernel 6.10.
Using linux kernel 6.10.10-061010-generic but still no luck. intel-opencl-icd is at latest: 24.35.30872.22
I tried it with combinations of ipex and torch installations as well, but it errors:
[W Device.cpp:127] Warning: XPU Device count is zero! (function initGlobalDevicePoolState)
Segmentation fault (core dumped)
Issue Description
./webui.sh --use-ipex
aftergit pull
DEBUG sd launch Server: alive=True jobs=2 requests=102 uptime=53 memory=5.61/31.24 backend=Backend.ORIGINAL state=job='txt2img' 0/-1
WARNING Sampler: invalid
Version Platform Description
hash: a874b27e50a343ac55148756a0a80eafb3a7f87f OS: Ubuntu 24.04 LTS Browser: Firefox GPU: Intel ARC A770 16 GB
Relevant log output
Backend
Original
UI
Standard
Branch
Master
Model
StableDiffusion 1.5
Acknowledgements