Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ list_models = [
|
|
| 25 |
'''
|
| 26 |
|
| 27 |
def generate_txt2img(current_model, prompt, is_negative=False, image_style="None style", steps=50, cfg_scale=7,
|
| 28 |
-
seed=None
|
| 29 |
|
| 30 |
'''
|
| 31 |
if current_model == "SD-1.5":
|
|
|
|
| 25 |
'''
|
| 26 |
|
| 27 |
def generate_txt2img(current_model, prompt, is_negative=False, image_style="None style", steps=50, cfg_scale=7,
|
| 28 |
+
seed=None):
|
| 29 |
|
| 30 |
'''
|
| 31 |
if current_model == "SD-1.5":
|