fix: add FLUX VAE autoencoder for proper image decoding

Added FLUX VAE (ae.safetensors) to model configuration and updated
workflow to use it instead of non-existent pixel_space VAE.

This fixes the SaveImage data type error (1, 1, 16), |u1.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 10:43:11 +01:00
parent 3eced21d2a
commit 7dd6739f5e
2 changed files with 15 additions and 2 deletions

View File

@@ -192,8 +192,8 @@
"properties": {
"Node name for S&R": "VAELoader"
},
"widgets_values": ["pixel_space"],
"title": "VAE Loader"
"widgets_values": ["ae.safetensors"],
"title": "FLUX VAE Loader"
},
{
"id": 7,