Update app.py
Browse files
app.py
CHANGED
|
@@ -1414,13 +1414,12 @@ def img_to_image(image, prompt, neg_prompt, strength, steps, guidance_scale,
|
|
| 1414 |
|
| 1415 |
# Zeichnungen/Illustrationen (kein Anime)
|
| 1416 |
drawing_keywords = ["drawing", "illustration", "sketch", "painting", "artwork", "watercolor"]
|
| 1417 |
-
|
| 1418 |
|
| 1419 |
|
| 1420 |
# Anime-Stile
|
| 1421 |
anime_keywords = ["anime", "manga", "cartoon", "character", "chibi", "cel-shading", "lineart"]
|
| 1422 |
|
| 1423 |
-
|
| 1424 |
front_face_keywords = [
|
| 1425 |
"portrait", "face", "eyes", "smile", "lips", "nose", "expression",
|
| 1426 |
"looking at camera", "frontal view", "headshot", "selfie", "close-up",
|
|
|
|
| 1414 |
|
| 1415 |
# Zeichnungen/Illustrationen (kein Anime)
|
| 1416 |
drawing_keywords = ["drawing", "illustration", "sketch", "painting", "artwork", "watercolor"]
|
| 1417 |
+
|
| 1418 |
|
| 1419 |
|
| 1420 |
# Anime-Stile
|
| 1421 |
anime_keywords = ["anime", "manga", "cartoon", "character", "chibi", "cel-shading", "lineart"]
|
| 1422 |
|
|
|
|
| 1423 |
front_face_keywords = [
|
| 1424 |
"portrait", "face", "eyes", "smile", "lips", "nose", "expression",
|
| 1425 |
"looking at camera", "frontal view", "headshot", "selfie", "close-up",
|