TenPoisk
commited on
Commit
·
f5d14de
1
Parent(s):
27a4bc4
Update sd-2-1.py
Browse files
sd-2-1.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
#import library
|
2 |
import gradio as gr
|
3 |
|
|
|
|
|
4 |
#title of app
|
5 |
title = "🔥 Stable Diffusion 2.1"
|
6 |
|
|
|
1 |
#import library
|
2 |
import gradio as gr
|
3 |
|
4 |
+
model = "stabilityai/stable-diffusion-2-1-base"
|
5 |
+
|
6 |
#title of app
|
7 |
title = "🔥 Stable Diffusion 2.1"
|
8 |
|