Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
562912b
1
Parent(s):
d937bb9
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ def auto_prompt_correction(prompt_ui,neg_prompt_ui,disable_auto_prompt_correctio
|
|
138 |
neg_prompt=f"{nfixer},(((deformed))), blurry, ((((bad anatomy)))), {neg_prompt}, 3d, cg, text, 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"
|
139 |
return prompt, neg_prompt
|
140 |
|
141 |
-
animal_words=["cat","dog","bird","pigeon","
|
142 |
for word in animal_words:
|
143 |
if( word in splited_prompt):
|
144 |
prompt=f"{style}, a {prompt}, 4k, detailed"
|
|
|
138 |
neg_prompt=f"{nfixer},(((deformed))), blurry, ((((bad anatomy)))), {neg_prompt}, 3d, cg, text, 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"
|
139 |
return prompt, neg_prompt
|
140 |
|
141 |
+
animal_words=["cat","dog","bird","pigeon","rabbit","bunny","horse"]
|
142 |
for word in animal_words:
|
143 |
if( word in splited_prompt):
|
144 |
prompt=f"{style}, a {prompt}, 4k, detailed"
|