Open shiverwang76 opened 3 weeks ago
Go to custom_nodes
directory in ComfyUI
git clone https://github.com/kijai/ComfyUI-MochiWrapper.git
cd ComfyUI-MochiWrapper
pip install -r requirements.txt
pip install SageAttention
转到 ComfyUI 中的目录
custom_nodes
git clone https://github.com/kijai/ComfyUI-MochiWrapper.git cd ComfyUI-MochiWrapper pip install -r requirements.txt pip install SageAttention
The problem has been solved, thank you very much!
Hello, have done this but still cant see the nodes, still red. Any other ideas?
Hello, have done this but still cant see the nodes, still red. Any other ideas?
Update torch to 2.5.0
Hello, have done this but still cant see the nodes, still red. Any other ideas?
In my experience, many comfyui nodes have conflicts, if upgrading torch still does not solve the problem, please create a new comfyui directory (for mochi only), may solve the problem
Thank you for your reply. Sorry for the silly question, but how do I install torch 2.5?
Thank you for your reply. Sorry for the silly question, but how do I install torch 2.5?
Try any of the following command lines:
pip3 install torch==2.5.0 torchvision --index-url https://download.pytorch.org/whl/test/cu118 pip3 install torch==2.5.0 torchvision --index-url https://download.pytorch.org/whl/test/cu121 pip3 install torch==2.5.0 torchvision --index-url https://download.pytorch.org/whl/test/cu124
Thank you. I would use any of those commands on a cmd window in the mochi folder or the comfy one?
Thank you. I would use any of those commands on a cmd window in the mochi folder or the comfy one?
Yes, it seems mochi has no strict requirements for the cuda version. In my own case, I use cu118
sorry Im a bit new all this. I get this error. What im I doing wrong?
Thank you. I would use any of those commands on a cmd window in the mochi folder or the comfy one?
Yes, it seems mochi has no strict requirements for the cuda version. In my own case, I use cu118
Get this window when I try to do it in the /python_embeded folder
Thank you. I would use any of those commands on a cmd window in the mochi folder or the comfy one?
Yes, it seems mochi has no strict requirements for the cuda version. In my own case, I use cu118
Get this window when I try to do it in the /python_embeded folder
Run In the ComfyUI_windows_portable\python_embeded
folder:
python.exe -m pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
Still getting the same window...frustrating.
Still getting the same window...frustrating.
It feels like there are many possibilities, maybe there is a problem with the version of python you installed? Try to install a version that is compatible with your system. Use the following two lines to see the version? python --version python -c "import platform; print(platform.architecture())"
Or if phthon hasn't been upgraded to a new version, try: python -m pip install --upgrade pip
Thank you for your reply. I ended up having problems even starting comfy with the same message so I reinstalled comfy and nodes and it’s working now. Thanks again 👍
Hello, I am a beginner, how to install these missing nodes? Thanks you!
missing nodes:
DownloadAndLoadMochiModel MochiTextEncode MochiSampler MochiDecode