Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,17 +192,17 @@ except Exception as e:
|
|
| 192 |
# 4. プロンプト & 生成関数
|
| 193 |
##############################################################################
|
| 194 |
BASE_PROMPT = (
|
| 195 |
-
"
|
| 196 |
-
"
|
| 197 |
-
"Canon EOS R5 85 mm f/1.4"
|
| 198 |
)
|
| 199 |
NEG_PROMPT = (
|
| 200 |
-
"ng_deepnegative_v1_75t,
|
| 201 |
-
"(worst quality:2), (low quality:1.8), lowres,
|
| 202 |
-
"painting, sketch, illustration,
|
| 203 |
"monochrome, grayscale, text, logo, watermark, signature, username, "
|
| 204 |
-
"
|
| 205 |
-
"missing arms, missing legs,
|
| 206 |
)
|
| 207 |
|
| 208 |
@spaces.GPU(duration=60)
|
|
|
|
| 192 |
# 4. プロンプト & 生成関数
|
| 193 |
##############################################################################
|
| 194 |
BASE_PROMPT = (
|
| 195 |
+
"Cinematic photo, (best quality:1.1), ultra-realistic, photorealistic of {subject}, "
|
| 196 |
+
"natural skin texture, bokeh, standing, front view, full body shot, thighs, "
|
| 197 |
+
"Canon EOS R5, 85 mm, f/1.4, ISO 200, 1/160 s, RAW"
|
| 198 |
)
|
| 199 |
NEG_PROMPT = (
|
| 200 |
+
"ng_deepnegative_v1_75t, BadDream:0.6, UnrealisticDream:0.8, badhandv4:0.9, "
|
| 201 |
+
"(worst quality:2), (low quality:1.8), lowres, blurry, jpeg artifacts, "
|
| 202 |
+
"painting, sketch, illustration, cartoon, anime, cgi, render, 3d, "
|
| 203 |
"monochrome, grayscale, text, logo, watermark, signature, username, "
|
| 204 |
+
"bad anatomy, malformed, deformed, extra limbs, fused fingers, missing fingers, "
|
| 205 |
+
"missing arms, missing legs, skin blemishes, acne, age spot"
|
| 206 |
)
|
| 207 |
|
| 208 |
@spaces.GPU(duration=60)
|