Skip to content

kenghzou95/stable-diffusion-webui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,416 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion web UI on AWS

This is a fork of https://github.com/AUTOMATIC1111/stable-diffusion-webui/ based on the main version on 21 Dec 2022.

This repo contains a setup script that can be run on an EC2 instance as a one-click deployment. ! Still under development

Step 1 - CloudFormation

upload 100644 sd-web-ui-cf-template.yaml to cloudFormation Stacks then keep everything in default. Note: AMI will change according to country so do change for your country. Different AMI/ country will have different rate. Refer: https://aws.amazon.com/ec2/pricing/on-demand/

Step 2 - Go to EC2 to Connect your instance and check

you can check the service whether running or not by this two method nestat -atn > find if any listening to 7860 port check if there is a file name log.txt, if exist means is trying to run the service. cat log.txt > to see what are the stages of the services.

Step 3 - Find your public IP from ur EC2 instance

then browse http://x:7860 where is ur public ip for example if your public ip is 0.0.0.0 then http://0.0.0.0:7860

Step 4 - Install required plugin for further use.

WIP

Credits

Licenses for borrowed code can be found in Settings -> Licenses screen, and also in html/licenses.html file.

About

Stable Diffusion web UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 89.9%
  • JavaScript 5.4%
  • HTML 2.4%
  • CSS 1.2%
  • Other 1.1%