File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## DiffusionMagic Beta
1+ ## DiffusionMagic
22DiffusionMagic is simple to use Stable Diffusion workflows using [ diffusers] ( https://github.com/huggingface/diffusers ) .
33DiffusionMagic focused on the following areas:
44- Easy to use
@@ -94,7 +94,10 @@ Follow the steps to install and run the Diffusion magic on Mac (Apple Silicon M1
9494` ./start.sh `
9595
9696 Open the browser ` http://localhost:7860/ `
97- Dark theme ` http://localhost:7860/?__theme=dark `
97+ ## Dark mode
98+ To get dark theme :
99+
100+ ` http://localhost:7860/?__theme=dark `
98101
99102## Colab Support
100103Yes, you can run DiffusionMagic in Colab.
@@ -116,6 +119,7 @@ Or we can clone the model use the local folder path as model id.
116119- Adding locally copied model path to configs/stable_diffusion_models.txt file
117120## Linting (Development)
118121Run the following commands from src folder
122+
119123` mypy --ignore-missing-imports --explicit-package-bases . `
120124
121125` flake8 --max-line-length=100 . `
You can’t perform that action at this time.
0 commit comments