Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,13 +139,11 @@ def compose(prompt, weights, version, guidance_scale, steps, seed):
|
|
139 |
examples_1 = "A castle in a forest | grainy, fog"
|
140 |
examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front of the mountain'
|
141 |
examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
142 |
-
examples_4 = 'a photo of Obama | a photo of Biden'
|
143 |
examples_5 = 'a white church | lightning in the background'
|
144 |
examples_6 = 'mystical trees | A dark magical pond | dark'
|
145 |
examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
|
146 |
examples = [
|
147 |
[examples_1, "1 | -1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
148 |
-
[examples_4, "1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
149 |
[examples_7, "1 | 1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 3],
|
150 |
[examples_5, "1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
151 |
[examples_6, "1 | 1 | -1", 'Stable_Diffusion_1v_4', 15, 50, 2],
|
|
|
139 |
examples_1 = "A castle in a forest | grainy, fog"
|
140 |
examples_2 = 'A blue sky | A mountain in the horizon | Cherry Blossoms in front of the mountain'
|
141 |
examples_3 = '0.1, 0.5 | 0.3, 0.5 | 0.5, 0.5 | 0.7, 0.5 | 0.9, 0.5'
|
|
|
142 |
examples_5 = 'a white church | lightning in the background'
|
143 |
examples_6 = 'mystical trees | A dark magical pond | dark'
|
144 |
examples_7 = 'A lake | A mountain | Cherry Blossoms next to the lake'
|
145 |
examples = [
|
146 |
[examples_1, "1 | -1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
|
|
147 |
[examples_7, "1 | 1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 3],
|
148 |
[examples_5, "1 | 1", 'Stable_Diffusion_1v_4', 15, 50, 0],
|
149 |
[examples_6, "1 | 1 | -1", 'Stable_Diffusion_1v_4', 15, 50, 2],
|