diff --git a/models/comfyui/fix_workflows.py b/models/comfyui/fix_workflows.py index 96aa29b..391ff25 100755 --- a/models/comfyui/fix_workflows.py +++ b/models/comfyui/fix_workflows.py @@ -26,7 +26,8 @@ NODE_NAME_MAPPING = { 'IPAdapterApply': 'IPAdapter', 'IPAdapterApplyFace': 'IPAdapterFaceID', 'AudioSave': 'SaveAudio', - 'AnimateDiffSampler': 'ADE_AnimateDiffSampler', + 'AnimateDiffSampler': 'KSamplerAdvanced', # AnimateDiff uses standard KSampler + 'ADE_AnimateDiffSampler': 'KSamplerAdvanced', 'SeedGenerator': 'ImpactInt', # Use Impact Pack integer node for seed generation 'BatchKSampler': 'KSampler', # Standard KSampler can handle batches 'ImageBatchToList': 'GetImageSize', # Placeholder - may need manual adjustment diff --git a/models/comfyui/workflows/advanced/animatediff-video-production-v1.json b/models/comfyui/workflows/advanced/animatediff-video-production-v1.json index 5f13e27..616d57a 100644 --- a/models/comfyui/workflows/advanced/animatediff-video-production-v1.json +++ b/models/comfyui/workflows/advanced/animatediff-video-production-v1.json @@ -115,25 +115,28 @@ }, { "id": 6, - "type": "ADE_AnimateDiffSampler", + "type": "KSamplerAdvanced", "pos": [ 800, 100 ], "widgets_values": [ + "enable", 42, - "fixed", 25, 7.5, "dpmpp_2m", - "karras" + "karras", + 0, + 10000, + "disable" ], "title": "AnimateDiff Sampler", "flags": {}, "order": 5, "mode": 0, "properties": { - "Node name for S&R": "AnimateDiffSampler" + "Node name for S&R": "KSamplerAdvanced" }, "size": { "0": 315,