Skip to content

Files

Latest commit

 

History

History
 
 

webapp-with-stable-diffusion-and-chatgpt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Steps to follow before cloning this repository

  • Install Stable Diffusion from here
  • Install its dependencies and run the project server using ./webui.sh --api (it may take sometime to install)
  • Clone this repository
  • Install both the client and server dependencies by running npm install
  • Run both servers using npm start