yuntian-deng commited on
Commit
2c28657
·
1 Parent(s): 0426993

Update utils.py

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