Spaces:
Runtime error
Runtime error
Update app_4k.py
Browse files
app_4k.py
CHANGED
@@ -146,7 +146,7 @@ default_negative_prompt = "Bright tones, overexposed, static, blurred details, s
|
|
146 |
def get_duration(prompt, height, width,
|
147 |
negative_prompt, duration_seconds,
|
148 |
guidance_scale, steps,
|
149 |
-
seed, randomize_seed,
|
150 |
progress):
|
151 |
if steps > 4 and duration_seconds > 2:
|
152 |
return 90
|
|
|
146 |
def get_duration(prompt, height, width,
|
147 |
negative_prompt, duration_seconds,
|
148 |
guidance_scale, steps,
|
149 |
+
seed, randomize_seed, use_ultrawan_4k,
|
150 |
progress):
|
151 |
if steps > 4 and duration_seconds > 2:
|
152 |
return 90
|