Skip to content

Commit daad129

Browse files
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
1 parent a0d0ad8 commit daad129

19 files changed

+3375
-529
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ next-env.d.ts
3737
/src-tauri/target/
3838
/maaagic/backend/civitai/.venv/
3939
/maaagic/backend/civitai/.idea/
40+

auth.config.ts

-7
This file was deleted.

baseModels.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"baseModels": [
3+
"Other",
4+
"PixArt a",
5+
"Playground v2",
6+
"SD 1.4",
7+
"SD 1.5",
8+
"SD 1.5 LCM",
9+
"SD 2.0",
10+
"SD 2.0 768",
11+
"SD 2.1",
12+
"SD 2.1 768",
13+
"SD 2.1 Unclip",
14+
"SDXL 0.9",
15+
"SDXL 1.0",
16+
"SDXL 1.0 LCM",
17+
"SDXL Distilled",
18+
"SDXL Turbo",
19+
"SVD",
20+
"SVD XT"
21+
]
22+
}

modeltypes.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"modelTypes": [
3+
{ "id": 1, "name": "AestheticGradient" },
4+
{ "id": 2, "name": "Checkpoint" },
5+
{ "id": 3, "name": "Controlnet" },
6+
{ "id": 4, "name": "Hypernetwork" },
7+
{ "id": 5, "name": "LORA" },
8+
{ "id": 6, "name": "LoCon" },
9+
{ "id": 7, "name": "MotionModule" },
10+
{ "id": 8, "name": "Other" },
11+
{ "id": 9, "name": "Poses" },
12+
{ "id": 10, "name": "TextualInversion" },
13+
{ "id": 11, "name": "Upscaler" },
14+
{ "id": 12, "name": "VAE" },
15+
{ "id": 13, "name": "Wildcards" },
16+
{ "id": 14, "name": "Workflows" }
17+
]
18+
}

0 commit comments

Comments
 (0)