-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Installation #9
Comments
hi @fedepalu2 , to confirm, are you running the commands in the WSL (Windows Subsystem for Linux) terminal? Note: this is separate from Window's default Command Line Prompt. thanks! |
ok you are right, I will intall WSL and give you feedback! |
Is little bit complex, I have a new installation of WSL, i should or install docker (i never did) or go to manual setup but I have to first install python, pip, etc. Is becoming difficoult... I follow some tutorial found some where to install python, pip, than python3.10-venv After installation I imported a workflow but a node was not installed, I tried to install it from the Manager but i coudn't. Than I tried create a new workflow, i selected AnimateDiff but I get: Traceback (most recent call last): Finally I tried install another workflow but I get this error: 172.27.32.1 - - [08/Mar/2024 10:11:21] "GET / HTTP/1.1" 200 - |
hey @fedepalu2 - can you please try following the instructions in this new branch for windows installation support: |
Ok I could install but after some frustration because no space available i managed by monut a virtual disk and force Docker to use that disk, I could import the workflow but after Comfyui doesen't start, the browser says localhost:4001 ERR_CONNECTION_REFUSED Also docker consume most of the ram and is not good. Tomorrow I will do more test. |
thank you for testing @fedepalu2 - can you please tell me what error you're seeing in the terminal after clicking the "launch" button on a project? this would let me know how to fix this issue. |
hey @fedepalu2 - new update! we just pushed a fix to the new-docker-setup branch. if you follow the instructions (option 1: docker) on that branch's README, you should be able to get the launcher to work! thank you for your patience. let me know if it works and if this issue should be closed! essentially this is the only command that you would have to run (make sure docker is installed on your machine): docker run \
--gpus all \
--rm \
--name comfyui_launcher \
-p 4000-4100:4000-4100 \
-v $(pwd)/comfyui_launcher_models:/app/server/models \
-v $(pwd)/comfyui_launcher_projects:/app/server/projects \
-it thecooltechguy/comfyui_launcher:new-docker-setup |
When docker is running the pc become very sloowly, further if i restart I have to reimport the workflow and download all the model, that take too much time. Still is not working... seems not viable for me. |
@fedepalu2 just wanted to update that we've updated this repo's main branch to have all the fixes necessary for windows + docker First, you can update to the latest docker image, with this commands:
and then to start docker, you can run:
Btw, all workflows are saved, so when you restart, you won't have to re-download any models or re-import any workflows. If the latest update is still not working for you, can you kindly share a short screen recording of what you are trying and how it is not working? thank you so much for your help with this! |
Closing due to no response, feel free to re-open anytime! |
@thecooltechguy I'm again trying to use it. What means "Use a static port" in the import dialog? While importing, if i click in the page the popup disappear and I have no information about the process, I my look at the terminal but is not clear what is doing, I see some "POST /api/import_project HTTP/1.1" 500 - and some "GET / HTTP/1.1" 200 and long time waiting and don't know if the process is going on or what, I can just wait and hope. |
what to do? (i don't post all the json because is very long https://comfyworkflows.com/workflows/fc39dabc-9727-4067-bac7-dcd8ef02ac13) 172.17.0.1 - - [13/Mar/2024 09:19:33] "GET /api/settings HTTP/1.1" 200 - |
Following the steps of Manual setup (Option 2)
chmod +x run.sh is not a dos command
./run.sh is not working
The text was updated successfully, but these errors were encountered: