Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -259,7 +259,7 @@ def greet(input):
|
|
259 |
#samples, intermediate = sample_ddim_context(32, ctx, n=steps)
|
260 |
|
261 |
#samples, intermediate = sample_ddpm_context(image_count, steps, ctx)
|
262 |
-
|
263 |
|
264 |
#samples, intermediate = sample_ddim(32, n=steps)
|
265 |
#ctx = F.one_hot(torch.randint(0, 5, (32,)), 5).to(device=device).float()
|
|
|
259 |
#samples, intermediate = sample_ddim_context(32, ctx, n=steps)
|
260 |
|
261 |
#samples, intermediate = sample_ddpm_context(image_count, steps, ctx)
|
262 |
+
samples, intermediate = sample_ddim_context(image_count, steps, ctx)
|
263 |
|
264 |
#samples, intermediate = sample_ddim(32, n=steps)
|
265 |
#ctx = F.one_hot(torch.randint(0, 5, (32,)), 5).to(device=device).float()
|