-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved UI and New Feature Functionality (#10)
* added filter ui for store * improved UI * improved UI * improved the text to image generate tab page UI
- Loading branch information
1 parent
a0d0ad8
commit daad129
Showing
19 changed files
with
3,375 additions
and
529 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,4 @@ next-env.d.ts | |
/src-tauri/target/ | ||
/maaagic/backend/civitai/.venv/ | ||
/maaagic/backend/civitai/.idea/ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"baseModels": [ | ||
"Other", | ||
"PixArt a", | ||
"Playground v2", | ||
"SD 1.4", | ||
"SD 1.5", | ||
"SD 1.5 LCM", | ||
"SD 2.0", | ||
"SD 2.0 768", | ||
"SD 2.1", | ||
"SD 2.1 768", | ||
"SD 2.1 Unclip", | ||
"SDXL 0.9", | ||
"SDXL 1.0", | ||
"SDXL 1.0 LCM", | ||
"SDXL Distilled", | ||
"SDXL Turbo", | ||
"SVD", | ||
"SVD XT" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"modelTypes": [ | ||
{ "id": 1, "name": "AestheticGradient" }, | ||
{ "id": 2, "name": "Checkpoint" }, | ||
{ "id": 3, "name": "Controlnet" }, | ||
{ "id": 4, "name": "Hypernetwork" }, | ||
{ "id": 5, "name": "LORA" }, | ||
{ "id": 6, "name": "LoCon" }, | ||
{ "id": 7, "name": "MotionModule" }, | ||
{ "id": 8, "name": "Other" }, | ||
{ "id": 9, "name": "Poses" }, | ||
{ "id": 10, "name": "TextualInversion" }, | ||
{ "id": 11, "name": "Upscaler" }, | ||
{ "id": 12, "name": "VAE" }, | ||
{ "id": 13, "name": "Wildcards" }, | ||
{ "id": 14, "name": "Workflows" } | ||
] | ||
} |
Oops, something went wrong.