sdwebuiapi
sdwebuiapi copied to clipboard
Not support setting SD VAE
your api is very userfully , but do not support set SD_VAE.
I'll check if it's possible. Thanks for the request.
Below code works :)
options = {}
options['sd_vae'] = 'vae-ft-mse-840000-ema-pruned.ckpt'
# options['sd_vae'] = 'Automatic'
api.set_options(options)
wow, cool, thank so much.