Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def caricature_from_photo(image):
|
|
26 |
|
27 |
# 캐리커쳐 스타일 프롬프트 (이모티콘과 직관적 키워드로 꾸밈)
|
28 |
caricature_prompt = (
|
29 |
-
f"{description},
|
30 |
)
|
31 |
|
32 |
# turbo SD: 매우 빠른 생성!
|
|
|
26 |
|
27 |
# 캐리커쳐 스타일 프롬프트 (이모티콘과 직관적 키워드로 꾸밈)
|
28 |
caricature_prompt = (
|
29 |
+
f"{description}, no wrinkle, teenager, k-pop idol style, sweet expression, cheerful, white background, cartoon-style, caricature"
|
30 |
)
|
31 |
|
32 |
# turbo SD: 매우 빠른 생성!
|