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:
@@ -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,
|
||||
|
||||
@@ -277,6 +277,19 @@ model_categories:
|
||||
- source: "text_encoders/t5xxl_fp16.safetensors"
|
||||
dest: "t5xxl_fp16.safetensors"
|
||||
|
||||
- repo_id: black-forest-labs/FLUX.1-schnell
|
||||
description: FLUX VAE - Autoencoder for FLUX models
|
||||
size_gb: 0.5
|
||||
essential: true
|
||||
category: support
|
||||
type: vae
|
||||
format: safetensors
|
||||
vram_gb: 1
|
||||
notes: VAE autoencoder required for FLUX image decoding
|
||||
files:
|
||||
- source: "ae.safetensors"
|
||||
dest: "ae.safetensors"
|
||||
|
||||
- repo_id: stabilityai/stable-diffusion-3.5-large
|
||||
description: T5-XXL FP16 - For CogVideoX text encoding
|
||||
size_gb: 9
|
||||
|
||||
Reference in New Issue
Block a user