Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def sample(
|
|
68 |
randomize_seed: bool = False,
|
69 |
motion_bucket_id: int = 80,
|
70 |
fps_id: int = 8,
|
71 |
-
max_guidance_scale: float = 1.
|
72 |
min_guidance_scale: float = 1,
|
73 |
width: int = 1024,
|
74 |
height: int = 576,
|
@@ -200,7 +200,7 @@ with gr.Blocks() as demo:
|
|
200 |
max_guidance_scale = gr.Slider(
|
201 |
label="Max guidance scale",
|
202 |
info="classifier-free guidance strength",
|
203 |
-
value=1.
|
204 |
minimum=1,
|
205 |
maximum=2,
|
206 |
)
|
@@ -242,7 +242,7 @@ with gr.Blocks() as demo:
|
|
242 |
|
243 |
gr.Examples(
|
244 |
examples=[
|
245 |
-
["test_imgs/ai-generated-8255456_1280.png",
|
246 |
["test_imgs/ai-generated-8496135_1280.jpg", 42],
|
247 |
["test_imgs/dog-7396912_1280.jpg", 42],
|
248 |
["test_imgs/ship-7833921_1280.jpg", 42],
|
|
|
68 |
randomize_seed: bool = False,
|
69 |
motion_bucket_id: int = 80,
|
70 |
fps_id: int = 8,
|
71 |
+
max_guidance_scale: float = 1.2,
|
72 |
min_guidance_scale: float = 1,
|
73 |
width: int = 1024,
|
74 |
height: int = 576,
|
|
|
200 |
max_guidance_scale = gr.Slider(
|
201 |
label="Max guidance scale",
|
202 |
info="classifier-free guidance strength",
|
203 |
+
value=1.2,
|
204 |
minimum=1,
|
205 |
maximum=2,
|
206 |
)
|
|
|
242 |
|
243 |
gr.Examples(
|
244 |
examples=[
|
245 |
+
["test_imgs/ai-generated-8255456_1280.png", 44],
|
246 |
["test_imgs/ai-generated-8496135_1280.jpg", 42],
|
247 |
["test_imgs/dog-7396912_1280.jpg", 42],
|
248 |
["test_imgs/ship-7833921_1280.jpg", 42],
|