From 6cc02dc513abe2d038d879540c88518313eaed74 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 29 Jan 2024 02:47:53 +0000 Subject: [PATCH] :wrench: Correct some tags (#21) --- .../scripts/preprocessor_compiled.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/extensions-builtin/forge_legacy_preprocessors/scripts/preprocessor_compiled.py b/extensions-builtin/forge_legacy_preprocessors/scripts/preprocessor_compiled.py index 60142e10..9e5deca9 100644 --- a/extensions-builtin/forge_legacy_preprocessors/scripts/preprocessor_compiled.py +++ b/extensions-builtin/forge_legacy_preprocessors/scripts/preprocessor_compiled.py @@ -29,7 +29,9 @@ legacy_preprocessors = { "slider_2": None, "slider_3": None, "priority": 0, - "tags": [] + "tags": [ + "Canny", "Lineart", "Scribble", "Sketch", "MLSD", + ] }, "animal_openpose": { "name": "animal_openpose", @@ -75,7 +77,7 @@ legacy_preprocessors = { "slider_3": None, "priority": 0, "tags": [ - "Tile/Blur" + "Tile", "Blur", ] }, "canny": { @@ -919,7 +921,7 @@ legacy_preprocessors = { "slider_3": None, "priority": 0, "tags": [ - "Scribble/Sketch" + "Scribble", "Sketch", ] }, "scribble_pidinet": { @@ -935,7 +937,7 @@ legacy_preprocessors = { "slider_3": None, "priority": 100, "tags": [ - "Scribble/Sketch" + "Scribble", "Sketch", ] }, "scribble_xdog": { @@ -961,7 +963,7 @@ legacy_preprocessors = { "slider_3": None, "priority": 0, "tags": [ - "Scribble/Sketch" + "Scribble", "Sketch", ] }, "seg_anime_face": { @@ -1251,7 +1253,7 @@ legacy_preprocessors = { "slider_3": None, "priority": 0, "tags": [ - "Tile/Blur" + "Tile", "Blur", ] }, "tile_colorfix+sharp": { @@ -1279,7 +1281,7 @@ legacy_preprocessors = { "slider_3": None, "priority": 0, "tags": [ - "Tile/Blur" + "Tile", "Blur", ] }, "tile_resample": { @@ -1301,7 +1303,7 @@ legacy_preprocessors = { "slider_3": None, "priority": 100, "tags": [ - "Tile/Blur" + "Tile", "Blur", ] } }