Spaces:
Running
Running
Commit
·
69ad931
1
Parent(s):
7372fa3
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,6 +152,11 @@ def model_process(image, mask):
|
|
| 152 |
cv2_flag='INPAINT_NS',
|
| 153 |
cv2_radius=5,
|
| 154 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
print(f'config = {config}')
|
| 156 |
|
| 157 |
# if config.sd_seed == -1:
|
|
|
|
| 152 |
cv2_flag='INPAINT_NS',
|
| 153 |
cv2_radius=5,
|
| 154 |
)
|
| 155 |
+
'''
|
| 156 |
+
config = ldm_steps=25 ldm_sampler='plms' zits_wireframe=True hd_strategy='Original' hd_strategy_crop_margin=196
|
| 157 |
+
hd_strategy_crop_trigger_size=1280 hd_strategy_resize_limit=2048
|
| 158 |
+
'''
|
| 159 |
+
|
| 160 |
print(f'config = {config}')
|
| 161 |
|
| 162 |
# if config.sd_seed == -1:
|