Spaces:
Runtime error
Runtime error
clementrof
commited on
Commit
•
2140c66
1
Parent(s):
4df07f1
Update app3.py
Browse files
app3.py
CHANGED
@@ -47,7 +47,7 @@ def SD_call(prompt, image_prompt, age, weight, w_w, color, hair_color,h_c_w, ha
|
|
47 |
else:
|
48 |
color = ", ".join(color)
|
49 |
skin_details = ", ".join(skin_details)
|
50 |
-
total_prompt = f"
|
51 |
|
52 |
|
53 |
# Define your data (this could also be a JSON payload)
|
|
|
47 |
else:
|
48 |
color = ", ".join(color)
|
49 |
skin_details = ", ".join(skin_details)
|
50 |
+
total_prompt = f"(looking at viewer:1.1), gorgeous, hot, seductive, {age} years old american {color} woman, {weight}, (eye contact:1.1), beautiful face, hyper detailed, best quality, ultra high res, {hair_length}, {hair_color}, {hair_texture},{eye_colors}, {skin_details}, photorealistic, high resolution, detailed, raw photo, 1girl,{image_prompt}, amateur cellphone photography. f8.0, samsung galaxy, noise, jpeg artefacts, poor lighting, low light, underexposed, high contrast "
|
51 |
|
52 |
|
53 |
# Define your data (this could also be a JSON payload)
|