fix: Missing SDXL Refiner Seamless VAE plug

This commit is contained in:
blessedcoolant 2023-08-31 05:49:02 +12:00
parent 4c407328f2
commit 754666ed09

View File

@ -126,6 +126,16 @@ export const addSDXLRefinerToGraph = (
field: 'unet',
},
},
{
source: {
node_id: SDXL_REFINER_MODEL_LOADER,
field: 'vae',
},
destination: {
node_id: REFINER_SEAMLESS,
field: 'vae',
},
},
{
source: {
node_id: REFINER_SEAMLESS,