Spaces:
Running
Running
ciover2024
commited on
Commit
•
884af31
1
Parent(s):
5aa8d79
Update app.py
Browse files
app.py
CHANGED
@@ -111,8 +111,8 @@ def save_mask(mask_local_path, save_path="generated_mask.png"):
|
|
111 |
|
112 |
# Function to perform inpainting
|
113 |
def inpaint_image(input_image, mask_image):
|
114 |
-
prompt = "undress, naked, real skin,
|
115 |
-
negative_prompt = "bad anatomy, deformed, ugly, disfigured"
|
116 |
"""
|
117 |
IMAGE_SIZE = (1024,1024)
|
118 |
initial_input_image = input_image.resize(IMAGE_SIZE)
|
|
|
111 |
|
112 |
# Function to perform inpainting
|
113 |
def inpaint_image(input_image, mask_image):
|
114 |
+
prompt = "undress, naked, real skin, detailed nipples, detailed pussy, (detailed nipples), (detailed skin), (detailed pussy)"
|
115 |
+
negative_prompt = "bad anatomy, deformed, ugly, disfigured, (extra arms), (extra legs), (extra hands), (extra feet), (extra finger)"
|
116 |
"""
|
117 |
IMAGE_SIZE = (1024,1024)
|
118 |
initial_input_image = input_image.resize(IMAGE_SIZE)
|