Skip to content

Commit

Permalink
Improved UI and New Feature Functionality (#10)
Browse files Browse the repository at this point in the history
* added filter ui for store

* improved UI

* improved UI

* improved the text to image generate tab page UI
  • Loading branch information
muhammad-fiaz authored Feb 19, 2024
1 parent a0d0ad8 commit daad129
Show file tree
Hide file tree
Showing 19 changed files with 3,375 additions and 529 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ next-env.d.ts
/src-tauri/target/
/maaagic/backend/civitai/.venv/
/maaagic/backend/civitai/.idea/

7 changes: 0 additions & 7 deletions auth.config.ts

This file was deleted.

22 changes: 22 additions & 0 deletions baseModels.json
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"
]
}
18 changes: 18 additions & 0 deletions modeltypes.json
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" }
]
}
Loading

0 comments on commit daad129

Please sign in to comment.