Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,9 @@ To install my custom node, download the ZIP file and extract it.
|
|
24 |
Make sure that there is only one folder named ComfyUI-DG-Wan2_1-OX3D, sometimes unzipping creates two nested folders with the same name, so double-check that.
|
25 |
Place this folder inside ComfyUI/custom_nodes.
|
26 |
Next, open a Windows command prompt (preferably as administrator), and run the following command:
|
|
|
27 |
X:\YourComfyUiInstallDir\python_embeded\python -m pip install -r X:\YourComfyUiInstallDir\ComfyUI\custom_nodes\ComfyUI-DG-Wan2_1-OX3D\requirements.txt
|
|
|
28 |
After that, restart ComfyUI and download my workflow. Everything should work fine.
|
29 |
My node allows you to use one or two images with the Fun Inp model, and it also adds three transition modes between the start and end images.
|
30 |
Additionally, it supports using one or two prompts to mix the two images.
|
|
|
24 |
Make sure that there is only one folder named ComfyUI-DG-Wan2_1-OX3D, sometimes unzipping creates two nested folders with the same name, so double-check that.
|
25 |
Place this folder inside ComfyUI/custom_nodes.
|
26 |
Next, open a Windows command prompt (preferably as administrator), and run the following command:
|
27 |
+
|
28 |
X:\YourComfyUiInstallDir\python_embeded\python -m pip install -r X:\YourComfyUiInstallDir\ComfyUI\custom_nodes\ComfyUI-DG-Wan2_1-OX3D\requirements.txt
|
29 |
+
|
30 |
After that, restart ComfyUI and download my workflow. Everything should work fine.
|
31 |
My node allows you to use one or two images with the Fun Inp model, and it also adds three transition modes between the start and end images.
|
32 |
Additionally, it supports using one or two prompts to mix the two images.
|