fix: update AnimateDiffSampler to KSamplerAdvanced
- Replace ADE_AnimateDiffSampler with KSamplerAdvanced - Adjust widget values for KSamplerAdvanced compatibility - Add proper node name mappings in fix_workflows.py 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user