diff options
author | NoCrypt <57245077+NoCrypt@users.noreply.github.com> | 2023-08-15 06:22:44 +0000 |
---|---|---|
committer | NoCrypt <57245077+NoCrypt@users.noreply.github.com> | 2023-08-15 06:22:44 +0000 |
commit | b0a6d61d733ec5f5c062025e26de7d74bc7eae93 (patch) | |
tree | 81c301b9dd85e34155365c5c3c4d27cee959440f /modules/shared_gradio_themes.py | |
parent | 79d4e81984171a047d6c71d97a67dda7dd87c43c (diff) | |
download | stable-diffusion-webui-gfx803-b0a6d61d733ec5f5c062025e26de7d74bc7eae93.tar.gz stable-diffusion-webui-gfx803-b0a6d61d733ec5f5c062025e26de7d74bc7eae93.tar.bz2 stable-diffusion-webui-gfx803-b0a6d61d733ec5f5c062025e26de7d74bc7eae93.zip |
Add NoCrypt/miku gradio theme
Diffstat (limited to 'modules/shared_gradio_themes.py')
-rw-r--r-- | modules/shared_gradio_themes.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/shared_gradio_themes.py b/modules/shared_gradio_themes.py index 485e89d5..822db0a9 100644 --- a/modules/shared_gradio_themes.py +++ b/modules/shared_gradio_themes.py @@ -36,7 +36,8 @@ gradio_hf_hub_themes = [ "step-3-profit/Midnight-Deep",
"Taithrah/Minimal",
"ysharma/huggingface",
- "ysharma/steampunk"
+ "ysharma/steampunk",
+ "NoCrypt/miku"
]
|