6 Commits

Author SHA1 Message Date
bymyself
b96c623cfa [config] Disable Moonvalley Video2Video node
Temporarily disable the v2v node by commenting it out from NODE_CLASS_MAPPINGS and NODE_DISPLAY_NAME_MAPPINGS
2025-07-08 01:39:09 -07:00
bymyself
2df2195c83 [optimization] Increase Moonvalley polling timeout to 64 minutes
- Changed poll interval from 5s to 16s to reduce API calls
- Maintains 240 max attempts for 64 minute total timeout
- Helps prevent timeouts for slow Moonvalley video processing
2025-07-08 01:22:35 -07:00
Christian Byrne
3a44b64eae
[bugfix] Ensure video frame count is divisible by 32 for Moonvalley (#226) 2025-07-08 00:05:56 -07:00
Christian Byrne
304606a645
Fix video trimming corruption with decode/re-encode approach (#225) 2025-07-07 22:50:46 -07:00
Christian Byrne
be206ef4de
Fix memory issues in Moonvalley video processing (#224)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-07 21:40:58 -07:00
Thorsten Bux
1ad0ea27b9
Moonvalley v2v (#223)
Co-authored-by: thorsten <thorsten@tripod-digital.co.nz>
2025-07-07 19:38:53 -07:00