Spaces:
Sleeping
Sleeping
add more default lora
Browse files- config.py +1 -5
- models/loras.py +2 -2
config.py
CHANGED
@@ -24,11 +24,7 @@ five fingers,
|
|
24 |
two hands,
|
25 |
short girl, narrow body, detailed face, petite, ((naval)),
|
26 |
"""
|
27 |
-
DEFAULT_NEGATIVE_PROMPT = """(
|
28 |
-
cross eyed, cloned face, bad symmetry, bad anatomy, low quality, blurry, text, watermark, logo,
|
29 |
-
signature, jpeg, artifacts, monochrome, paintings, oil, (hands:1.15), European Woman, woman,
|
30 |
-
noise, dark skin, (3d), By bad artist -neg,bhands-neg, canvas frame, (badly drawn), (badly painted),
|
31 |
-
"""
|
32 |
|
33 |
task_stablepy: dict = {
|
34 |
'txt2img': 'txt2img',
|
|
|
24 |
two hands,
|
25 |
short girl, narrow body, detailed face, petite, ((naval)),
|
26 |
"""
|
27 |
+
DEFAULT_NEGATIVE_PROMPT = """easynegative,lowres,bad anatomy,bad hands,text,error,missing fingers,extra digit,fewer digits,(worst quality:1.2),low quality,normal quality,jpeg artifacts,signature,watermark,username,blurry,lowres graffiti,(low quality lowres simple background:1.1)"""
|
|
|
|
|
|
|
|
|
28 |
|
29 |
task_stablepy: dict = {
|
30 |
'txt2img': 'txt2img',
|
models/loras.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
LORA_LIST = (
|
2 |
-
"https://civitai.com/api/download/models/
|
3 |
"https://civitai.com/api/download/models/50503, "
|
4 |
"https://civitai.com/api/download/models/133160, "
|
5 |
"https://civitai.com/api/download/models/29332, "
|
@@ -17,5 +17,5 @@ LORA_LIST = (
|
|
17 |
"https://civitai.com/api/download/models/177277, "
|
18 |
"https://civitai.com/api/download/models/263721, "
|
19 |
"https://civitai.com/api/download/models/331598, "
|
20 |
-
"https://civitai.com/api/download/models/
|
21 |
)
|
|
|
1 |
LORA_LIST = (
|
2 |
+
"https://civitai.com/api/download/models/553433, " # finger
|
3 |
"https://civitai.com/api/download/models/50503, "
|
4 |
"https://civitai.com/api/download/models/133160, "
|
5 |
"https://civitai.com/api/download/models/29332, "
|
|
|
17 |
"https://civitai.com/api/download/models/177277, "
|
18 |
"https://civitai.com/api/download/models/263721, "
|
19 |
"https://civitai.com/api/download/models/331598, "
|
20 |
+
"https://civitai.com/api/download/models/416329, " # kobokanaeru
|
21 |
)
|