Spaces:
Sleeping
Sleeping
Update gradio_sd3.py
Browse files- gradio_sd3.py +0 -1
gradio_sd3.py
CHANGED
|
@@ -75,7 +75,6 @@ def generate_mask(vton_img, category, offset_top, offset_bottom, offset_left, of
|
|
| 75 |
|
| 76 |
return im, pose_image
|
| 77 |
|
| 78 |
-
@spaces.GPU
|
| 79 |
def process(vton_img, garm_img, pre_mask, pose_image, n_steps, image_scale, seed, num_images_per_prompt, resolution):
|
| 80 |
assert resolution in ["768x1024", "1152x1536", "1536x2048"]
|
| 81 |
new_width, new_height = resolution.split("x")
|
|
|
|
| 75 |
|
| 76 |
return im, pose_image
|
| 77 |
|
|
|
|
| 78 |
def process(vton_img, garm_img, pre_mask, pose_image, n_steps, image_scale, seed, num_images_per_prompt, resolution):
|
| 79 |
assert resolution in ["768x1024", "1152x1536", "1536x2048"]
|
| 80 |
new_width, new_height = resolution.split("x")
|