-
-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hey @robertvoy thanks for all the work!
After noticing that it wouldn't work having the app version. I finally managed to connect to my notebook GPU.
Here is the code for the remote comfy ui launch (notebook)
@echo off
setlocal
cd /d "%~dp0"
python -s main.py --listen 0.0.0.0 --port 8188 --enable-cors-header
pause
endlocal
And here for the master
@echo off
cd /d "%~dp0"
python -s main.py --enable-cors-header
pause
As you can see here they did connect
But for some reason if I try to force it to use only my notebook GPU it just keep waiting for it then it just uses my main pc GPU
Here is the workflow, after trying to use it with another workflow I decided to just try and see if it was even using the other gpu with this made for it.
distributed-upscale.json