Evados commited on
Commit
eae545f
·
verified ·
1 Parent(s): f75119b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -20,11 +20,22 @@ I’m not sure how to fix it yet—maybe it needs a different tea cache value to
20
 
21
  If you notice strange noise in the video, try disabling the tea cache or experimenting with different tea cache values until you find one that works.
22
 
 
 
 
 
 
 
 
 
 
 
23
  I’ve converted Wan2.1-Fun-1.3B-InP-HPS2.1_lora.safetensors & Wan2.1-Fun-1.3B-InP-MPS_lora_new.safetensors to make it compatible with the Fun model and ComfyUI.
24
  I'm working on a Fun model version using my boost method, but with this model, the effect isn’t exactly the same as the T2V model.
25
  The boost does help, but the impact is noticeably less compared to the T2V model.
26
  I still need to run more tests with my Fun Boost model, but I should be able to upload it soon.
27
 
 
28
  I have added some experimental versions of the model Wan 2.1 v1.3b. These are different levels of distilled + hires + refined editions.
29
  Normally, the medium models should be the best, but this is experimental, and I haven't had time to test every situation.
30
  However, the first results look promising.
 
20
 
21
  If you notice strange noise in the video, try disabling the tea cache or experimenting with different tea cache values until you find one that works.
22
 
23
+ 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.
31
+
32
+ NEW TRAINING LORAs:
33
  I’ve converted Wan2.1-Fun-1.3B-InP-HPS2.1_lora.safetensors & Wan2.1-Fun-1.3B-InP-MPS_lora_new.safetensors to make it compatible with the Fun model and ComfyUI.
34
  I'm working on a Fun model version using my boost method, but with this model, the effect isn’t exactly the same as the T2V model.
35
  The boost does help, but the impact is noticeably less compared to the T2V model.
36
  I still need to run more tests with my Fun Boost model, but I should be able to upload it soon.
37
 
38
+ OLDER:
39
  I have added some experimental versions of the model Wan 2.1 v1.3b. These are different levels of distilled + hires + refined editions.
40
  Normally, the medium models should be the best, but this is experimental, and I haven't had time to test every situation.
41
  However, the first results look promising.