lunarflu HF Staff commited on
Commit
db55517
·
1 Parent(s): eb409dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- if (image_p)
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'