mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 19:21:21 +00:00
🔧 Correct some tags (#21)
This commit is contained in:
@@ -29,7 +29,9 @@ legacy_preprocessors = {
|
|||||||
"slider_2": None,
|
"slider_2": None,
|
||||||
"slider_3": None,
|
"slider_3": None,
|
||||||
"priority": 0,
|
"priority": 0,
|
||||||
"tags": []
|
"tags": [
|
||||||
|
"Canny", "Lineart", "Scribble", "Sketch", "MLSD",
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"animal_openpose": {
|
"animal_openpose": {
|
||||||
"name": "animal_openpose",
|
"name": "animal_openpose",
|
||||||
@@ -75,7 +77,7 @@ legacy_preprocessors = {
|
|||||||
"slider_3": None,
|
"slider_3": None,
|
||||||
"priority": 0,
|
"priority": 0,
|
||||||
"tags": [
|
"tags": [
|
||||||
"Tile/Blur"
|
"Tile", "Blur",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"canny": {
|
"canny": {
|
||||||
@@ -919,7 +921,7 @@ legacy_preprocessors = {
|
|||||||
"slider_3": None,
|
"slider_3": None,
|
||||||
"priority": 0,
|
"priority": 0,
|
||||||
"tags": [
|
"tags": [
|
||||||
"Scribble/Sketch"
|
"Scribble", "Sketch",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scribble_pidinet": {
|
"scribble_pidinet": {
|
||||||
@@ -935,7 +937,7 @@ legacy_preprocessors = {
|
|||||||
"slider_3": None,
|
"slider_3": None,
|
||||||
"priority": 100,
|
"priority": 100,
|
||||||
"tags": [
|
"tags": [
|
||||||
"Scribble/Sketch"
|
"Scribble", "Sketch",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scribble_xdog": {
|
"scribble_xdog": {
|
||||||
@@ -961,7 +963,7 @@ legacy_preprocessors = {
|
|||||||
"slider_3": None,
|
"slider_3": None,
|
||||||
"priority": 0,
|
"priority": 0,
|
||||||
"tags": [
|
"tags": [
|
||||||
"Scribble/Sketch"
|
"Scribble", "Sketch",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"seg_anime_face": {
|
"seg_anime_face": {
|
||||||
@@ -1251,7 +1253,7 @@ legacy_preprocessors = {
|
|||||||
"slider_3": None,
|
"slider_3": None,
|
||||||
"priority": 0,
|
"priority": 0,
|
||||||
"tags": [
|
"tags": [
|
||||||
"Tile/Blur"
|
"Tile", "Blur",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tile_colorfix+sharp": {
|
"tile_colorfix+sharp": {
|
||||||
@@ -1279,7 +1281,7 @@ legacy_preprocessors = {
|
|||||||
"slider_3": None,
|
"slider_3": None,
|
||||||
"priority": 0,
|
"priority": 0,
|
||||||
"tags": [
|
"tags": [
|
||||||
"Tile/Blur"
|
"Tile", "Blur",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tile_resample": {
|
"tile_resample": {
|
||||||
@@ -1301,7 +1303,7 @@ legacy_preprocessors = {
|
|||||||
"slider_3": None,
|
"slider_3": None,
|
||||||
"priority": 100,
|
"priority": 100,
|
||||||
"tags": [
|
"tags": [
|
||||||
"Tile/Blur"
|
"Tile", "Blur",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user