You've already forked ComfyUI-WanVideoWrapper
mirror of
https://github.com/kijai/ComfyUI-WanVideoWrapper.git
synced 2026-01-28 12:20:55 +03:00
Update nodes.py
This commit is contained in:
@@ -12,7 +12,6 @@ class WanVideoAddSCAILReferenceEmbeds:
|
||||
"embeds": ("WANVIDIMAGE_EMBEDS",),
|
||||
"vae": ("WANVAE", {"tooltip": "VAE model"}),
|
||||
"ref_image": ("IMAGE",),
|
||||
""
|
||||
"strength": ("FLOAT", {"default": 1.0, "min": 0.0, "max": 10.0, "step": 0.01, "tooltip": "Strength of the reference embedding"}),
|
||||
"start_percent": ("FLOAT", {"default": 0.0, "min": 0.0, "max": 1.0, "step": 0.01, "tooltip": "Start percentage of the embedding application"}),
|
||||
"end_percent": ("FLOAT", {"default": 1.0, "min": 0.0, "max": 1.0, "step": 0.01, "tooltip": "End percentage of the embedding application"}),
|
||||
|
||||
Reference in New Issue
Block a user