image paths -> dfif2
Browse files
app.py
CHANGED
@@ -367,7 +367,7 @@ async def deepfloydif(ctx, *, prompt: str):
|
|
367 |
# Stage 2
|
368 |
@bot.command()
|
369 |
@commands.cooldown(1, 5, commands.BucketType.user)
|
370 |
-
async def dfif2(ctx, index: int, stage_1_result_path):
|
371 |
try:
|
372 |
image_path = image_paths[index]
|
373 |
|
|
|
367 |
# Stage 2
|
368 |
@bot.command()
|
369 |
@commands.cooldown(1, 5, commands.BucketType.user)
|
370 |
+
async def dfif2(ctx, index: int, stage_1_result_path, image_paths):
|
371 |
try:
|
372 |
image_path = image_paths[index]
|
373 |
|