deepfloydIF alpha
Browse files
app.py
CHANGED
@@ -114,7 +114,8 @@ class MyClient(discord.Client):
|
|
114 |
if message.content.startswith('!deepfloydif'):
|
115 |
|
116 |
#predict
|
117 |
-
|
|
|
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')]
|