rahul7star commited on
Commit
ebd0ba5
·
verified ·
1 Parent(s): 93fb613

Update wan2_fast.py

Browse files
Files changed (1) hide show
  1. wan2_fast.py +5 -3
wan2_fast.py CHANGED
@@ -16,9 +16,12 @@ import os
16
 
17
  ## This is working well ##
18
 
19
- #MODEL_ID = "FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers"
20
 
21
- ## all these are exp
 
 
 
22
 
23
  #MODEL_ID ="Wan-AI/Wan2.2-T2V-A14B-Diffusers"
24
 
@@ -28,7 +31,6 @@ import os
28
 
29
 
30
 
31
- MODEL_ID ="Runware/Wan2.2-TI2V-5B"
32
 
33
 
34
 
 
16
 
17
  ## This is working well ##
18
 
19
+ MODEL_ID = "FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers"
20
 
21
+ ## below model has a blury output but it get loaded
22
+ ##MODEL_ID ="Runware/Wan2.2-TI2V-5B"
23
+
24
+ ## all these are exp and not wokring due to memoerty issue
25
 
26
  #MODEL_ID ="Wan-AI/Wan2.2-T2V-A14B-Diffusers"
27
 
 
31
 
32
 
33
 
 
34
 
35
 
36