Futuretop commited on
Commit
84014ba
·
verified ·
1 Parent(s): d90b90d

Update app.py

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