Spaces:
Runtime error
Runtime error
Commit
·
94ed80b
1
Parent(s):
6d5df7b
adding more examples
Browse files
app.py
CHANGED
@@ -78,7 +78,11 @@ app = gr.Interface(
|
|
78 |
"Stable Diffusion High Resolution is compartible with another SD1.5 model and mergeable with other SD1.5 model, "
|
79 |
"giving other model to generate high resolution images without using upscaler."
|
80 |
),
|
81 |
-
examples=[
|
|
|
|
|
|
|
|
|
82 |
|
83 |
)
|
84 |
|
|
|
78 |
"Stable Diffusion High Resolution is compartible with another SD1.5 model and mergeable with other SD1.5 model, "
|
79 |
"giving other model to generate high resolution images without using upscaler."
|
80 |
),
|
81 |
+
examples=[
|
82 |
+
["a highly detailed mansion in the autumn by studio ghibli, makoto shinkai","", 1088, 1088, 30, 0],
|
83 |
+
["best high quality landscape, in the morning light, Overlooking TOKYO beautiful city with Fujiyama, from a tall house, by greg rutkowski and thomas kinkade, Trending on artstation makoto shinkai style","", 1088, 576, 30, 0],
|
84 |
+
[" assassin's creed black flag, hd, 4k, dlsr ","", 960, 960, 30, 4154731],
|
85 |
+
],
|
86 |
|
87 |
)
|
88 |
|