Home

Awesome

<h1 align="center"> Project paused until further notice <br> <br>

<h1 align="center"> <img src="https://user-images.githubusercontent.com/36368048/196555507-ca0df84e-5fe3-4dbf-9a72-11e8081f16bb.svg" width="100" alt="Logo"/><br/> <img src="https://user-images.githubusercontent.com/18109442/210565532-ae64cfbb-b199-48ed-b8f8-036e01a53285.png" height="30" width="0px"/> Dark Themes for <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">Stable Diffusion Web UI</a> <img src="https://user-images.githubusercontent.com/18109442/210565532-ae64cfbb-b199-48ed-b8f8-036e01a53285.png" height="30" width="0px"/>

rainbow-rainbow-bar

<p align="center"> <a href="https://github.com/Nacurutu/Dark-Themes-SD-WebUI-Automatic1111/stargazers"><img src="https://img.shields.io/github/stars/Nacurutu/Dark-Themes-SD-WebUI-Automatic1111?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a> <a href="https://github.com/Nacurutu/Dark-Themes-SD-WebUI-Automatic1111/issues"><img src="https://img.shields.io/github/issues/Nacurutu/Dark-Themes-SD-WebUI-Automatic1111?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a> <a href="https://github.com/Nacurutu/Dark-Themes-SD-WebUI-Automatic1111/contributors"><img src="https://img.shields.io/github/contributors/Nacurutu/Dark-Themes-SD-WebUI-Automatic1111?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a> </p> <br> <br>

<h2 align="left"> What can you get with this?

- Color Scheme: Use predefined styles or Make your own
- Stable Diffusion WebUI Logo
- Stable Diffusion WebUI favicon
- Button backgounds change on Hover
- Button animations on hover
- Focus last interaction
- "Source code pro" text font on inputs
- Change sliders colors

- Prefered Browser's zoom at 75% to have a better experience

Important:

If the changes does not apply properly (Style - logo - favicon), refresh your browser cache:

How to refresh your browser cache? To force your browser to refresh take the following steps:

⇧ Shift-click the Refresh button.

While pressing the Refresh button on your browser’s address bar will only do a standard refresh, you can force a refresh from the server by pressing ⇧ Shift and clicking it instead. <br> <br>

Custom Dark theme examples for Stable Diffusion WebUI

<details> <summary>πŸ”Ά Alani</summary> <img src="https://user-images.githubusercontent.com/18109442/214368236-c7775dac-b15c-4913-96c5-07340d405717.png"/> </details> <details> <summary>🟣 Neon</summary> <img src="https://user-images.githubusercontent.com/18109442/214368580-8a4d9d42-a74e-4c1f-87bd-4f3b1dfb7551.png"/> </details>

Compatible with sd-web-ui-quickcss Extension

How to use with the extension:

Just install the Extension. Theme included there.

For more information regarding the extension, please visit this repository:

https://github.com/Gerschel/sd-web-ui-quickcss

Thank you very much Gerschel <br> <br>

Old method - Not using Gerschel sd-web-ui-quickcss Extension:

How to install

Steps:

or on \extensions\sd-web-ui-quickcss\style_choices if you are going to use the extension (do not need to rename the file names).

<img src="https://user-images.githubusercontent.com/18109442/208246354-e80714ab-71e9-48dd-a233-7012bf87335f.png" width="40%">

Done.


Fav Icon

If you want to change the favicon, you will need to do the following steps:

<img src="https://user-images.githubusercontent.com/36368048/196555507-ca0df84e-5fe3-4dbf-9a72-11e8081f16bb.svg" width="10%">

favicon_path="favicon.svg",

Example:

app, local_url, share_url = demo.launch(
            share=cmd_opts.share,
            server_name="0.0.0.0" if cmd_opts.listen else None,
            server_port=cmd_opts.port,
            debug=cmd_opts.gradio_debug,
            auth=[tuple(cred.split(':')) for cred in cmd_opts.gradio_auth.strip('"').split(',')] if cmd_opts.gradio_auth else None,
            inbrowser=cmd_opts.autolaunch,
            favicon_path="favicon.svg",
            prevent_thread_lock=True
        )

Change font:

Change the font of user inputs and buttons. (Didnt change the UI fonts because I prefer to keep the UI and the user inputs with different fonts).

Steps:

Done.


Make your own color palette:

Steps:

Change the color variables on the user.css for the ones you want.

/*THEME VARIABLES*/
:root, * , quickcss_target{
    --Primary_color: #E94822;
    --Secondary_color: #F2910A;
    --Input_text_color: #EFD510;
    --Input_text_color_focus: #ffffff;
    --App_color: #F2910A;
    --Background_color: #2C2D34;
    --Checked_text: #F2910A;
    /*ENDCOLORPICKERS*/
    --UI_radius: 0;
    --left_pannel_width: 40;
    --cards_size: 50;
    /*BREAKFILEREADER*/
    --logo: url('file=logo.png');
    --favicon: url('file=favicon.svg');
    --left-column: calc(20px *var(--left_pannel_width));
}

The Variables you need to change on the user.css file are:

You can use HEX or RGB values. (HEX to be compatible with the Extension)

Done.

<h2 align="left"> -- UPDATES -- <h4 align="left">

UPDATE -- 12/19/2022 - alpha-v1.01

UPDATE -- 12/21/2022

UPDATE -- 12/27/2022

UPDATE -- 01/01/2023

What is Normalize.css? A modern, HTML5-ready alternative to CSS resets Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.

https://necolas.github.io/normalize.css/

UPDATE -- 01/05/2023

UPDATE -- 01/14/2023

UPDATE -- 01/24/2023



TO DO:

Anyone knows how to do anything from the TO DO list? πŸ˜‰

Done:


πŸ’™ Big Thanks to:

<br> <h3 align="center"> 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 <br> <br> <h4 align="left"> > Disclaimer: <br> > I dont know anything about CSS or coding, so, this is a janky alpha version of a CSS file made by try and error that we can use to simulate a dark mode on the Stable Diffusion WebUI. <h4 align="center">

945617

<h4 align="center"> <img src="https://user-images.githubusercontent.com/18109442/210567328-412e1903-5126-4ebf-a3cc-1c58a2fc30f6.png" width="100" alt="Logo"/><br/>