Skip to content

Commit 15ee274

Browse files
committed
Updated Readme,fixed typos
1 parent 4f28b0b commit 15ee274

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,11 @@ Follow the steps to switch the models() inpainting,depth to image or instruct pi
9090
- Save the settings
9191
- Close the app and start using start.bat/start.sh
9292
## How to add new model
93-
You can add new models hugging face model by
94-
- Adding huggugg id to the configs/stable_diffusion_models.txt file
93+
We can add any Hugging Face stable diffusion model to DiffusionMagic by
94+
- Adding Hugging Face models id or local folder path to the configs/stable_diffusion_models.txt file
95+
E.g `https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0`
96+
Here model id is `dreamlike-art/dreamlike-diffusion-1.0`
97+
Or we can clone the model use the local folder path as model id.
9598
- Adding locally copied model path to configs/stable_diffusion_models.txt file
9699

97100
Contributions are welcomed.

0 commit comments

Comments
 (0)