Spaces:
Running
Running
Trying different, older stable diffusion xl model
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
import gradio as gr
|
33 |
|
34 |
gr.close_all()
|
35 |
-
demo = gr.load(name="models/stabilityai/stable-diffusion-
|
36 |
title='PicassoBot Large',
|
37 |
description='Because paint splatters are so last century')
|
38 |
|
|
|
32 |
import gradio as gr
|
33 |
|
34 |
gr.close_all()
|
35 |
+
demo = gr.load(name="models/stabilityai/stable-diffusion-xl-base-0.9",
|
36 |
title='PicassoBot Large',
|
37 |
description='Because paint splatters are so last century')
|
38 |
|