This software is very easy to generate images from diffusion model.
- Download and install the installer from Assets.
- Once the installation is complete, launch the shortcut. Note that the first launch may take some time due to initial setup.
- From the Model category, import the desired model. Check the supported formats in the Model Load Window.
- After importing the model, select and load it from the list.
- Once loaded, input a prompt to begin generating images.
By following these steps, you can start debugging.
Install Node.js. The version at the time of development is as follows.
> node --version
v18.14.2
> npm --version
9.5.0
Clone this repository.
git clone https://github.com/Limitex/Source-Diffusion
cd Source-Diffusion
The following commands can be run in the repository to set it up
npm run setup
There are two types of execution: one with electron-forge and the other without.
You can execute with either.
- default
npm run debug
- electron-forge
npm run start