image_path update for dfif2
Browse files
app.py
CHANGED
@@ -257,7 +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 |
-
selected_index_for_stage_2 =
|
261 |
seed_2 = 0
|
262 |
guidance_scale_2 = 4
|
263 |
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 = image_path
|
261 |
seed_2 = 0
|
262 |
guidance_scale_2 = 4
|
263 |
custom_timesteps_2 = 'smart50'
|