@@ -6,7 +6,7 @@ DiffusionMagic focused on the following areas:
66- Modular design, latest best optimizations for speed and memory
77
88 ![ DiffusionMagic] ( https://raw.githubusercontent.com/rupeshs/diffusionmagic/main/docs/images/diffusion_magic.PNG )
9- ### Features
9+ ## Features
1010- Supports various Stable Diffusion workflows
1111 - Text to Image
1212 - Image to Image
@@ -28,13 +28,13 @@ DiffusionMagic focused on the following areas:
2828- Simple installation using install.bat/install.sh
2929
3030## Screenshots
31- ## Image variations
31+ ### Image variations
3232 ![ Image variations] ( https://raw.githubusercontent.com/rupeshs/diffusionmagic/main/docs/images/diffusion_magic_image_variations.PNG )
33- ## Image Inpainting
33+ ### Image Inpainting
3434 ![ Image Inpainting] ( https://raw.githubusercontent.com/rupeshs/diffusionmagic/main/docs/images/diffusion_magic_inpainting.PNG )
35- ## Depth to Image
35+ ### Depth to Image
3636 ![ Depth To Image] ( https://raw.githubusercontent.com/rupeshs/diffusionmagic/main/docs/images/diffusion_magic_depth_image.PNG )
37- ## Instruction based image editing
37+ ### Instruction based image editing
3838 ![ Depth To Image] (https://raw.githubusercontent.com/rupeshs/diffusionmagic/main/docs/images/diffusion_magic_instruct_to_pix.PNG
3939)
4040## System Requirements:
@@ -45,7 +45,7 @@ DiffusionMagic focused on the following areas:
4545
4646## Download Release
4747Download release from the github DiffusionMagic releases.
48- ### How to install and run on Windows
48+ ## How to install and run on Windows
4949Follow the steps to install and run the Diffusion magic on Windows.
5050- First we need to run(double click) the ` install.bat ` batch file it will install the necessary dependencies for DiffusionMagic.
5151(It will take some time to install,depends on your internet speed)
@@ -54,7 +54,7 @@ Follow the steps to install and run the Diffusion magic on Windows.
5454
5555
5656 ![ DiffusionMagic started on Windows] ( https://raw.githubusercontent.com/rupeshs/diffusionmagic/main/docs/images/diffusion_magic_windows.PNG )
57- ### How to install and run on Linux
57+ ## How to install and run on Linux
5858Follow the steps to install and run the Diffusion magic on Linux.
5959
6060 - Run the following command:
@@ -64,7 +64,7 @@ Follow the steps to install and run the Diffusion magic on Linux.
6464- To start DiffusionMagic run:
6565` ./start.sh `
6666
67- ### How to install and run on Mac (Not tested)
67+ ## How to install and run on Mac (Not tested)
6868* Testers needed - If you have MacOS feel free to test and contribute*
6969Ensure the following prerequisites.
7070#### prerequisites
@@ -89,10 +89,10 @@ Follow the steps to switch the models() inpainting,depth to image or instruct pi
8989 ![ DiffusionMagic settings page] ( https://raw.githubusercontent.com/rupeshs/diffusionmagic/main/docs/images/diffusion_magic%20setting.PNG )
9090- Save the settings
9191- Close the app and start using start.bat/start.sh
92- ### How to add new model
92+ ## How to add new model
9393You can add new models hugging face model by
9494- Adding huggugg id to the configs/stable_diffusion_models.txt file
9595- Adding locally copied model path to configs/stable_diffusion_models.txt file
9696
97- Contributions are welcomed
97+ Contributions are welcomed.
9898
0 commit comments