Spaces:
Runtime error
Runtime error
Commit
·
2c28657
1
Parent(s):
0426993
Update utils.py
Browse files
utils.py
CHANGED
@@ -44,7 +44,7 @@ def sample_frame(model: LatentDiffusion, prompt: str, image_sequence: torch.Tens
|
|
44 |
batch_size=1,
|
45 |
shape=[3, 64, 64],
|
46 |
verbose=False,
|
47 |
-
unconditional_guidance_scale=
|
48 |
unconditional_conditioning=uc,
|
49 |
eta=0)
|
50 |
|
|
|
44 |
batch_size=1,
|
45 |
shape=[3, 64, 64],
|
46 |
verbose=False,
|
47 |
+
unconditional_guidance_scale=5.0,
|
48 |
unconditional_conditioning=uc,
|
49 |
eta=0)
|
50 |
|