Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def get_example():
|
|
86 |
return case
|
87 |
|
88 |
def run_for_examples(img1, img2, img3, height, width, img_guidance_scale, seed, max_input_image_size, randomize_seed,
|
89 |
-
use_input_image_size_as_output, guidance_scale
|
90 |
# Check the internal configuration of the function
|
91 |
inference_steps = 50
|
92 |
separate_cfg_infer = True
|
|
|
86 |
return case
|
87 |
|
88 |
def run_for_examples(img1, img2, img3, height, width, img_guidance_scale, seed, max_input_image_size, randomize_seed,
|
89 |
+
use_input_image_size_as_output, guidance_scale=3):
|
90 |
# Check the internal configuration of the function
|
91 |
inference_steps = 50
|
92 |
separate_cfg_infer = True
|