rahul7star commited on
Commit
0cc0a38
·
verified ·
1 Parent(s): f1dc12f

Update app_4k.py

Browse files
Files changed (1) hide show
  1. app_4k.py +1 -1
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