Skip to content

Commit

Permalink
Updated Readme,fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshs committed Mar 5, 2023
1 parent 4f28b0b commit 15ee274
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ Follow the steps to switch the models() inpainting,depth to image or instruct pi
- Save the settings
- Close the app and start using start.bat/start.sh
## How to add new model
You can add new models hugging face model by
- Adding huggugg id to the configs/stable_diffusion_models.txt file
We can add any Hugging Face stable diffusion model to DiffusionMagic by
- Adding Hugging Face models id or local folder path to the configs/stable_diffusion_models.txt file
E.g `https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0`
Here model id is `dreamlike-art/dreamlike-diffusion-1.0`
Or we can clone the model use the local folder path as model id.
- Adding locally copied model path to configs/stable_diffusion_models.txt file

Contributions are welcomed.
Expand Down

0 comments on commit 15ee274

Please sign in to comment.