Update app.py
Browse files
app.py
CHANGED
|
@@ -251,7 +251,6 @@ def generate_30(
|
|
| 251 |
negative_prompt: str = "",
|
| 252 |
use_negative_prompt: bool = False,
|
| 253 |
style_selection: str = "",
|
| 254 |
-
seed: int = 1,
|
| 255 |
width: int = 768,
|
| 256 |
height: int = 768,
|
| 257 |
guidance_scale: float = 4,
|
|
@@ -314,7 +313,6 @@ def generate_60(
|
|
| 314 |
negative_prompt: str = "",
|
| 315 |
use_negative_prompt: bool = False,
|
| 316 |
style_selection: str = "",
|
| 317 |
-
seed: int = 1,
|
| 318 |
width: int = 768,
|
| 319 |
height: int = 768,
|
| 320 |
guidance_scale: float = 4,
|
|
@@ -377,7 +375,6 @@ def generate_90(
|
|
| 377 |
negative_prompt: str = "",
|
| 378 |
use_negative_prompt: bool = False,
|
| 379 |
style_selection: str = "",
|
| 380 |
-
seed: int = 1,
|
| 381 |
width: int = 768,
|
| 382 |
height: int = 768,
|
| 383 |
guidance_scale: float = 4,
|
|
|
|
| 251 |
negative_prompt: str = "",
|
| 252 |
use_negative_prompt: bool = False,
|
| 253 |
style_selection: str = "",
|
|
|
|
| 254 |
width: int = 768,
|
| 255 |
height: int = 768,
|
| 256 |
guidance_scale: float = 4,
|
|
|
|
| 313 |
negative_prompt: str = "",
|
| 314 |
use_negative_prompt: bool = False,
|
| 315 |
style_selection: str = "",
|
|
|
|
| 316 |
width: int = 768,
|
| 317 |
height: int = 768,
|
| 318 |
guidance_scale: float = 4,
|
|
|
|
| 375 |
negative_prompt: str = "",
|
| 376 |
use_negative_prompt: bool = False,
|
| 377 |
style_selection: str = "",
|
|
|
|
| 378 |
width: int = 768,
|
| 379 |
height: int = 768,
|
| 380 |
guidance_scale: float = 4,
|