lunarflu HF Staff commited on
Commit
fb49fbe
·
1 Parent(s): 866f5c8

image_path update for dfif2

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