Update app.py
Browse files
app.py
CHANGED
|
@@ -257,8 +257,7 @@ async def deepfloydif(ctx, *, prompt: str):
|
|
| 257 |
@commands.cooldown(1, 5, commands.BucketType.user)
|
| 258 |
async def dfif2(ctx, image_path, stage_1_result_path):
|
| 259 |
try:
|
| 260 |
-
|
| 261 |
-
selected_index_for_stage_2 = image_path
|
| 262 |
seed_2 = 0
|
| 263 |
guidance_scale_2 = 4
|
| 264 |
custom_timesteps_2 = 'smart50'
|
|
|
|
| 257 |
@commands.cooldown(1, 5, commands.BucketType.user)
|
| 258 |
async def dfif2(ctx, image_path, stage_1_result_path):
|
| 259 |
try:
|
| 260 |
+
selected_index_for_stage_2 = 0
|
|
|
|
| 261 |
seed_2 = 0
|
| 262 |
guidance_scale_2 = 4
|
| 263 |
custom_timesteps_2 = 'smart50'
|