Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
·
05ddcd1
1
Parent(s):
967129c
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def auto_prompt_correction(prompt_ui,neg_prompt_ui,cool_japan_type_ui,disable_au
|
|
122 |
prompt=f"{cool_japan_type}, masterpiece, {prompt}, good pupil, 4k, detailed"
|
123 |
neg_prompt=f"(((deformed))), blurry, ((((bad anatomy)))), {neg_prompt}, bad pupil, disfigured, poorly drawn face, mutation, mutated, (extra limb), (ugly), (poorly drawn hands), bad hands, fused fingers, messy drawing, broken legs censor, low quality, (mutated hands and fingers:1.5), (long body :1.3), (mutation, poorly drawn :1.2), ((bad eyes)), ui, error, missing fingers, fused fingers, one hand with more than 5 fingers, one hand with less than 5 fingers, one hand with more than 5 digit, one hand with less than 5 digit, extra digit, fewer digits, fused digit, missing digit, bad digit, liquid digit, long body, uncoordinated body, unnatural body, lowres, jpeg artifacts, 3d, cg, text"
|
124 |
|
125 |
-
animal_words=["cat","dog","bird","horse"]
|
126 |
for word in animal_words:
|
127 |
if( word in splited_prompt):
|
128 |
prompt=f"{cool_japan_type}, a {word}, 4k, detailed"
|
|
|
122 |
prompt=f"{cool_japan_type}, masterpiece, {prompt}, good pupil, 4k, detailed"
|
123 |
neg_prompt=f"(((deformed))), blurry, ((((bad anatomy)))), {neg_prompt}, bad pupil, disfigured, poorly drawn face, mutation, mutated, (extra limb), (ugly), (poorly drawn hands), bad hands, fused fingers, messy drawing, broken legs censor, low quality, (mutated hands and fingers:1.5), (long body :1.3), (mutation, poorly drawn :1.2), ((bad eyes)), ui, error, missing fingers, fused fingers, one hand with more than 5 fingers, one hand with less than 5 fingers, one hand with more than 5 digit, one hand with less than 5 digit, extra digit, fewer digits, fused digit, missing digit, bad digit, liquid digit, long body, uncoordinated body, unnatural body, lowres, jpeg artifacts, 3d, cg, text"
|
124 |
|
125 |
+
animal_words=["cat","dog","bird","horse","pigeon"]
|
126 |
for word in animal_words:
|
127 |
if( word in splited_prompt):
|
128 |
prompt=f"{cool_japan_type}, a {word}, 4k, detailed"
|