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:
2025-11-22 15:42:29 +01:00
parent 45f71e646d
commit 360fd52c59
2 changed files with 9 additions and 5 deletions

View File

@@ -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