-
Hi guys, i am trying for hours to generate a text2image but it takes for ever. My system is good enough with 32GB RAM, AMD R9 5900X, and an RX6800XT, everything is on a nvme with over 5GB´s R/W speed. I am afraid that sd.next is using my CPU for generating the image but how can i change this? This is what CMD is showing:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
look at those log messages:
|
Beta Was this translation helpful? Give feedback.
-
Just two optimization tips: |
Beta Was this translation helpful? Give feedback.
Zluda in the master branch is a little broken at the moment.
If you have any models in the
models\Stable-diffusion
,models\lora
, ormodels\embeddings
folders, copy the folders out and delete the whole shebang.Then run
git clone -b dev https://github.com/vladmandic/automatic
to download the dev branch.
Copy any models back.
Then go into the
automatic
folder, and runwebui --use-zluda --debug --autolaunch
again.