huchukato commited on
Commit
2a9fc9d
Β·
1 Parent(s): f79b77f

Update workflows and provisioning script

Browse files

- Remove old workflow versions (1-2, 1-3, v1-3, v1-6)
- Add new workflow versions (1-4, GGUF 1-3, MMAudio v1-4, v1-6)
- Update provisioning configuration

comfyprov-full.sh CHANGED
@@ -29,6 +29,7 @@ NODES=(
29
  "https://github.com/kijai/ComfyUI-KJNodes"
30
  "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
31
  "https://github.com/Smirnov75/ComfyUI-mxToolkit"
 
32
  "https://github.com/princepainter/ComfyUI-PainterI2Vadvanced"
33
  "https://github.com/princepainter/ComfyUI-PainterLongVideo"
34
  "https://github.com/ashtar1984/comfyui-find-perfect-resolution"
@@ -38,17 +39,19 @@ NODES=(
38
  "https://github.com/GACLove/ComfyUI-VFI"
39
  "https://github.com/pythongosssss/ComfyUI-Custom-Scripts"
40
  "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt"
41
- "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto"
 
42
  )
43
 
44
  WORKFLOWS=(
45
  "https://huggingface.co/huchukato/favs/resolve/main/workflows/SDXL-LoRaStack-Upscale.json"
46
  "https://huggingface.co/huchukato/favs/resolve/main/workflows/Wan2.2-I2V-SVI-AutoPrompt-1-2.json"
47
- "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-AutoPrompt-SingleVideo-GGUF-1-3.json"
48
- "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-AutoPrompt-SingleVideo-1-2.json"
49
- "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-T2V-AutoPrompt-SV-GGUF-1-2.json"
50
- "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-GGUF-v1-3.json"
51
- "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-v1-6.json"
 
52
  )
53
 
54
 
 
29
  "https://github.com/kijai/ComfyUI-KJNodes"
30
  "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
31
  "https://github.com/Smirnov75/ComfyUI-mxToolkit"
32
+ "https://github.com/princepainter/ComfyUI-PainterI2V"
33
  "https://github.com/princepainter/ComfyUI-PainterI2Vadvanced"
34
  "https://github.com/princepainter/ComfyUI-PainterLongVideo"
35
  "https://github.com/ashtar1984/comfyui-find-perfect-resolution"
 
39
  "https://github.com/GACLove/ComfyUI-VFI"
40
  "https://github.com/pythongosssss/ComfyUI-Custom-Scripts"
41
  "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt"
42
+ "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto"
43
+ "https://github.com/stduhpf/ComfyUI-WanMoeKSampler"
44
  )
45
 
46
  WORKFLOWS=(
47
  "https://huggingface.co/huchukato/favs/resolve/main/workflows/SDXL-LoRaStack-Upscale.json"
48
  "https://huggingface.co/huchukato/favs/resolve/main/workflows/Wan2.2-I2V-SVI-AutoPrompt-1-2.json"
49
+ "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-AutoPrompt-1-4.json"
50
+ "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-AutoPrompt-GGUF-1-4.json"
51
+ "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-T2V-AutoPrompt-1-4.json"
52
+ "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-T2V-AutoPrompt-GGUF-1-3.json"
53
+ "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-Full-AutoPrompt-MMAudio-v1-6.json"
54
+ "https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-Full-AutoPrompt-MMAudio-GGUF-v1-4.json"
55
  )
56
 
57
 
workflows/{WAN2.2-I2V-AutoPrompt-SingleVideo-1-2.json β†’ WAN2.2-I2V-AutoPrompt-1-4.json} RENAMED
The diff for this file is too large to render. See raw diff
 
workflows/{WAN2.2-I2V-AutoPrompt-SingleVideo-GGUF-1-3.json β†’ WAN2.2-I2V-AutoPrompt-GGUF-1-4.json} RENAMED
The diff for this file is too large to render. See raw diff
 
workflows/{WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-GGUF-v1-3.json β†’ WAN2.2-I2V-Full-AutoPrompt-MMAudio-GGUF-v1-4.json} RENAMED
The diff for this file is too large to render. See raw diff
 
workflows/{WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-v1-6.json β†’ WAN2.2-I2V-Full-AutoPrompt-MMAudio-v1-6.json} RENAMED
File without changes
workflows/{WAN2.2-T2V-AutoPrompt-SingleVideo-1-2.json β†’ WAN2.2-T2V-AutoPrompt-1-4.json} RENAMED
The diff for this file is too large to render. See raw diff
 
workflows/{WAN2.2-T2V-AutoPrompt-SV-GGUF-1-2.json β†’ WAN2.2-T2V-AutoPrompt-GGUF-1-3.json} RENAMED
The diff for this file is too large to render. See raw diff