Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
18baa4d
1
Parent(s):
2163e7f
utils.py
CHANGED
@@ -63,7 +63,7 @@ def sample_frame(model: LatentDiffusion, prompt: str, image_sequence: torch.Tens
|
|
63 |
#time.sleep(120)
|
64 |
print ('finished sleeping')
|
65 |
DDPM = False
|
66 |
-
DDPM =
|
67 |
|
68 |
if DEBUG:
|
69 |
#c['c_concat'] = c['c_concat']*0
|
|
|
63 |
#time.sleep(120)
|
64 |
print ('finished sleeping')
|
65 |
DDPM = False
|
66 |
+
DDPM = False
|
67 |
|
68 |
if DEBUG:
|
69 |
#c['c_concat'] = c['c_concat']*0
|