7testi4 / app.py
ismot's picture
Duplicate from Omnibus/Fast-SD-V1-5
ce04560
raw
history blame contribute delete
136 Bytes
import gradio as gr
this = gr.Interface.load("models/runwayml/stable-diffusion-v1-5")
this.launch(enable_queue=False, max_threads=100)