Skip to content

Worker won't work lol #62

@SpaceKosti

Description

@SpaceKosti

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

Image

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions