Spaces:
Sleeping
Sleeping
Commit
•
8705203
1
Parent(s):
6204823
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ def sample(
|
|
213 |
|
214 |
image = decode_data_uri_to_image(input_image_base64)
|
215 |
|
216 |
-
print(f"seed={seed}\nrandomize_seed={randomize_seed}\nmotion_bucket_id={motion_bucket_id}\
|
217 |
|
218 |
if image.mode == "RGBA":
|
219 |
image = image.convert("RGB")
|
|
|
213 |
|
214 |
image = decode_data_uri_to_image(input_image_base64)
|
215 |
|
216 |
+
print(f"seed={seed}\nrandomize_seed={randomize_seed}\nmotion_bucket_id={motion_bucket_id}\ndesired_duration={desired_duration}\ndesired_fps={desired_fps}\nmax_guidance_scale={max_guidance_scale}\nmin_guidance_scale={min_guidance_scale}\nwidth={width}\nheight={height}\nnum_inference_steps={num_inference_steps}\ndecoding_t={decoding_t}")
|
217 |
|
218 |
if image.mode == "RGBA":
|
219 |
image = image.convert("RGB")
|