-
I tried just running this version but it freeze as soon as I move the nodes . I mean it starts, but I can't work in it, the browser freezes. Windows 10. |
Beta Was this translation helpful? Give feedback.
Replies: 23 comments 2 replies
-
Try the new UI: https://blog.comfy.org/comfyui-v1-release/#enabling-new-ui And, what is the |
Beta Was this translation helpful? Give feedback.
-
It's
If you want a bundled one, use 2024/10/18, it has |
Beta Was this translation helpful? Give feedback.
-
And for new UI, the ComfyUI V1 is officially released. You can enable it in the settings. I guess this is not related to your issue, but it's worth trying if the browser freezes again. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
OK this has nothing to do with the new UI. Two parts of setup: 1.To solve the browser freezing, we need to simplify the In order to run the example workflow, you only need:
You can just rename the folder to Otherwise try using your browser's "private mode". Or try other browsers like Firefox, 2.To solve the dependency of SDXL_EcomID_ComfyUI, some packages needs to be installed manually. The full steps: python.exe -s -m pip install https://raw.githubusercontent.com/Gourieff/Assets/refs/heads/main/Insightface/insightface-0.7.3-cp312-cp312-win_amd64.whl
python.exe -s -m pip install git+https://github.com/rodjjo/filterpy.git
python.exe -s -m pip install facexlib Then you should have it running. (Ref on filterpy: https://stackoverflow.com/questions/78216797/failed-to-install-filterpy ) |
Beta Was this translation helpful? Give feedback.
-
https://github.com/YanWenKun/ComfyUI-Windows-Portable/releases/tag/v5.1 Did you test it on this build? |
Beta Was this translation helpful? Give feedback.
-
No I test it on https://github.com/YanWenKun/ComfyUI-Windows-Portable/releases/tag/v5.2-no3d Should work the same? |
Beta Was this translation helpful? Give feedback.
-
I have a feeling something is wrong with windows 10. Strangely everything was fine before. Version v5.2-no3d never managed to run without errors. torch not compiled. I just downloaded v5.1 and I just can't get it to run. |
Beta Was this translation helpful? Give feedback.
-
The v5.1 pic looks weird, the log only shows warning message (about deprecation), no errors, but it stopped running? The v5.2-no3d pic shows a possible dep issue:
|
Beta Was this translation helpful? Give feedback.
-
Yes The v5.1 just first start ends with no error and exit. |
Beta Was this translation helpful? Give feedback.
-
I will wait for you update. It request to recompile my torch.... ;( |
Beta Was this translation helpful? Give feedback.
-
I'm compiling a new all-in-one package for release... I guess CUDA Toolkit and VS 2022 with C++ is only used by Comfy3D in the context of ComfyUI. Maybe some new nodes are using them as well. Another approach is to use Conda that you build the environment step by step. Conda could avoid some issues like "No module named ABCDEFG". |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This "Torch not compiled with CUDA enabled" message is indicating you have PyTorch CPU installed. Check the PyTorch official page to install PyTorch CUDA: https://pytorch.org/get-started/locally/
|
Beta Was this translation helpful? Give feedback.
-
Check out the new release: |
Beta Was this translation helpful? Give feedback.
-
LLM tell me to find - "G:\ComfyUI_Windows_portable\python_embeded\Lib\site-packages\kornia\feature\lightglue.py" and change - @torch.cuda.amp.custom_fwd(cast_inputs=torch.float32) to @torch.amp.custom_fwd(cast_inputs=torch.float32, device_type='cuda') . But this just change situation to this - |
Beta Was this translation helpful? Give feedback.
-
This would need verbose logging and Python debugging. But I recommend just try creating a clean environment at first. The shutdown was too weired... |
Beta Was this translation helpful? Give feedback.
-
To my mind comfy embedded conflicts with windows py environment. Why I can not run your build isolated? In portable mode. I will install windows 10 clean install and try. Cuda 12.4.1 & Ms build 2002 desktop+ tools. And do I need to run ComfyUI portable from conda inviroment? I thought that I could use your python embedded inside comfy and use - python.exe -m -s install -r (that way) Second question, maybe I could use docker env in that situation? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
xformers 0.0.28.post2 requires torch==2.5.0, but you have torch 2.5.1+cu124 which is incompatible what version of torch should I choose with cu124 to work with 28.post2 ? On the PyTorch web I can download 2.5.1 or 2.4.1 . I can not find 2.5.0 that request for xformers |
Beta Was this translation helpful? Give feedback.
-
To use 3D-Pack, you have to use specific version of xFormers + PyTorch. If not using nodes that require xFormers, just install latest PyTorch. |
Beta Was this translation helpful? Give feedback.
-
This topic is more than a issue. I'm converting it to a Discussion topic and continue discussion 😆 |
Beta Was this translation helpful? Give feedback.
This would need verbose logging and Python debugging. But I recommend just try creating a clean environment at first. The shutdown was too weired...