Api for multidiffusion #264
-
Does this Multidiffusion upscaler has an api access? If so, how can I access it with Python? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I'm also wondering, if it's possible to use a Tiled VAE through api? |
Beta Was this translation helpful? Give feedback.
-
Is there a discord or something where discussion happens quicker or is this discussions area mostly dead? |
Beta Was this translation helpful? Give feedback.
-
Same problem but see below:
Where:
(Note: See tiledvae.py, class Script, method process.) |
Beta Was this translation helpful? Give feedback.
-
"alwayson_scripts": {
"Tiled VAE": {
"args": [True,
1024, 80,
True, False, False, False]
},
"Tiled Diffusion": {
"args": [True, "MultiDiffusion",
True, True, prompt.width, prompt.height,
tile_width, tile_height, tile_overlap, prompt.batchsize]
}
} This work perfectly |
Beta Was this translation helpful? Give feedback.
This work perfectly