lunarflu HF Staff commited on
Commit
ab408fc
·
1 Parent(s): db9a3a6

deepfloydIF alpha

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -114,7 +114,8 @@ class MyClient(discord.Client):
114
  if message.content.startswith('!deepfloydif'):
115
 
116
  #predict
117
- stage_1_results, stage_1_param_path, stage_1_result_path = df.predict("gradio written on a wall", "blur", 1,4,7.0, 'smart100',50, api_name="/generate64")
 
118
 
119
  # Assuming stage_1_results contains the path to the directory
120
  png_files = [f for f in os.listdir(stage_1_results) if f.endswith('.png')]
 
114
  if message.content.startswith('!deepfloydif'):
115
 
116
  #predict
117
+ #was: 1,4,7.0
118
+ stage_1_results, stage_1_param_path, stage_1_result_path = df.predict("gradio written on a wall", "blur", 1,1,7.0, 'smart100',50, api_name="/generate64")
119
 
120
  # Assuming stage_1_results contains the path to the directory
121
  png_files = [f for f in os.listdir(stage_1_results) if f.endswith('.png')]