Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def style_transfer(input_image_path, style_image_path, revised_prompt):
|
|
29 |
"image_style": open(style_image_path, "rb"),
|
30 |
"style_strength": 0.4,
|
31 |
"structure_strength":1.2,
|
32 |
-
"negative_prompt": "hands, fingers",
|
33 |
"prompt": " natural light, natural bright colors, low quality, candid, grainy, instagram photo, phone camera, candid, blurry home video, high iso noisy" ,
|
34 |
"seed": 42,
|
35 |
}
|
|
|
29 |
"image_style": open(style_image_path, "rb"),
|
30 |
"style_strength": 0.4,
|
31 |
"structure_strength":1.2,
|
32 |
+
"negative_prompt": "hands, fingers, feet, legs",
|
33 |
"prompt": " natural light, natural bright colors, low quality, candid, grainy, instagram photo, phone camera, candid, blurry home video, high iso noisy" ,
|
34 |
"seed": 42,
|
35 |
}
|