Skip to content

Commit d1cc223

Browse files
committed
updated readme
1 parent 5bf4610 commit d1cc223

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## DiffusionMagic Beta
1+
## DiffusionMagic
22
DiffusionMagic is simple to use Stable Diffusion workflows using [diffusers](https://github.com/huggingface/diffusers).
33
DiffusionMagic 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
100103
Yes, 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)
118121
Run the following commands from src folder
122+
119123
`mypy --ignore-missing-imports --explicit-package-bases .`
120124

121125
`flake8 --max-line-length=100 .`

0 commit comments

Comments
 (0)