File size: 455 Bytes
aa04526
2f6d3cc
aa04526
2f6d3cc
 
 
aa04526
2f6d3cc
1
2
3
4
5
6
7
8
import gradio as gr
#from gradio.mix import Parallel

gr.Interface.load("huggingface/runwayml/stable-diffusion-v1-5", live=False,preprocess=True, postprocess=False)
#model2=gr.Interface.load("huggingface/CompVis/stable-diffusion-v1-4", live=False,preprocess=True, postprocess=False)
#model3=gr.Interface.load("huggingface/stabilityai/stable-diffusion-2-1-base", live=False,preprocess=True, postprocess=False)

#gr.Parallel(model1, model2, model3).launch()