Replies: 6 comments 6 replies
-
No, user script is an optional script you can add that is run when that button is pressed. It's not required can you post your sdwui logs when trying to use the extension? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. (my next answer may take a while sleep+ work)
Webui:
the gradio messages seem harmless, just deprecation notices. You can ignore the wd14tagger messages. it is a development branch. the cuDNN, etc. messages are not entirely relevant, the webui is --use-cpu all and is able to txt2img, just not using the workers. I know of the AVX2 FMA,issue, have been trying to build tensorflow from source, but its configure script is just a mess. worker 'worker1' is unreachable is important. Selecting the script and a fresh, the worker is listed as unavailable. That was before IDLE. building an image with prompt 'woman' The cpu is working. the gpu does nothing. Also, note: I run these from the same directory, just a different venv: the gpu venv was built with:
the cpu venv was built with:
|
Beta Was this translation helpful? Give feedback.
-
pretty sure ports are as printed on the console, though the IP address is a bit odd:
Sorry I will have to call it a day. Thanks so far. |
Beta Was this translation helpful? Give feedback.
-
no, I have tried but haven't gotten it to work. It is working in comfyUI, though that has other issues (cancel not working - I will notify them as well).
which I read as, it is impossible to communicate if this IP address is assigned. In comfyui I get IP address http://127.0.0.1/, 192.168.x.x might also work. |
Beta Was this translation helpful? Give feedback.
-
I don't get a /distributed/ entry in the api. This is listed in the console when I txt2img, no activity on worker2:
I did remove --listen, and did receive the IP & port |
Beta Was this translation helpful? Give feedback.
-
The api is there, I was quite sure, but also double checked the ip addresses and ports. It is just not functioning for me. It could also be an extension I have, of course. The api does show a possible issue with the agent scheduler extension: crossed out routes for that extension. have to call it a day again.. |
Beta Was this translation helpful? Give feedback.
-
I have 4+1 webui workers, but work doesn't seem to get distributed. Does this require user scripts? Is there an example?
I have a Tesla M10 with 4 gpus as worker, each with 8GB vram, Maxwell arch, sadly, not very fast. Speed barely outperforms --use-cpu all, which I use as webui worker. All on the same machine. If there is a better way, I'm all ears.
Beta Was this translation helpful? Give feedback.
All reactions