Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -350,7 +350,7 @@ def generate_30(
|
|
350 |
samples=1,
|
351 |
progress=gr.Progress(track_tqdm=True) # Add progress as a keyword argument
|
352 |
):
|
353 |
-
|
354 |
seed = random.randint(0, MAX_SEED)
|
355 |
generator = torch.Generator(device='cuda').manual_seed(seed)
|
356 |
if latent_file is not None: # Check if a latent file is provided
|
|
|
350 |
samples=1,
|
351 |
progress=gr.Progress(track_tqdm=True) # Add progress as a keyword argument
|
352 |
):
|
353 |
+
captioner_2=captioner_2
|
354 |
seed = random.randint(0, MAX_SEED)
|
355 |
generator = torch.Generator(device='cuda').manual_seed(seed)
|
356 |
if latent_file is not None: # Check if a latent file is provided
|