Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
765308a
1
Parent(s):
3fcfccb
remove passing guidance scale to inferenceconfig
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ def create(
|
|
42 |
width=width_ui,
|
43 |
num_frames=ui_frames_to_use,
|
44 |
seed=used_seed,
|
45 |
-
guidance_scale=ui_guidance_scale,
|
46 |
output_path=output_path,
|
47 |
improve_texture=improve_texture_flag,
|
48 |
)
|
|
|
42 |
width=width_ui,
|
43 |
num_frames=ui_frames_to_use,
|
44 |
seed=used_seed,
|
|
|
45 |
output_path=output_path,
|
46 |
improve_texture=improve_texture_flag,
|
47 |
)
|