mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Pass VAE name to SD forge
This commit is contained in:
@@ -3041,6 +3041,7 @@ async function generateAutoImage(prompt, negativePrompt, signal) {
|
||||
},
|
||||
override_settings_restore_afterwards: true,
|
||||
clip_skip: extension_settings.sd.clip_skip, // For SD.Next
|
||||
sd_vae_name: isValidVae ? extension_settings.sd.vae : undefined, // For SD Forge
|
||||
save_images: true,
|
||||
send_images: true,
|
||||
do_not_save_grid: false,
|
||||
|
Reference in New Issue
Block a user