Skip to content

Uyama0/WebDiffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-diffusion

  1. запуска stable diffusion
  • открыть C://AI/stable-diffusion-webui
  • запустить webui-user.bat
  1. запуск сервера
  • открыть терминал WebDiffusion
  • cd server
  • python -m src.main

Installation and Running

Starting server

  1. To run the project locally, you'll need to install several dependencies. First, you'll need Stable Diffusion itself. As an example, we installed stable-diffusion-webui by AUTOMATIC1111. Next, you'll need to set up the Stable Diffusion model in API mode. For more details, refer to the documentation here.

  2. Now you have the basic version of Stable Diffusion, but the project uses a set of additional dependencies for image processing.

    Here is the full list of required dependencies:

    control_v11p_sd15_canny.pth control_v11p_sd15_lineart.pth

Downloading additional dependencies is optional, but without them, some functionality of the web application will not be available.

  1. Start the FastAPI server on port 8000:

    uvicorn main:app --port 8000

Starting client

  1. Install the dependencies:

npm install

  1. Run the project:

npm run dev

Credits

About

A web application utilizing stable diffusion and ControlNet for automated image generation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published