Skip to content

A stand alone web site to guide users on different styling prompts for Stable Diffusion relating to fashion styling, hair and make up.

License

Notifications You must be signed in to change notification settings

andygock/stable-diffusion-style-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion Style Cheat Sheet

A stand alone web site to guide users on different styling prompts for Stable Diffusion relating to fashion styling, hair and make up. It allows custom additions and local hosting and can be used as a visual guide to other forms of prompt and output image association.

Screenshot

Hosting locally

You can host this locally by running a local web server.

Simplest way is by using Python HTTP server then visiting http://localhost:8000/

python -m http.server

For web developmenet, I used live-server for its excellent live reloading when editing files.

Custom categories

Custom image categories can be added to the cheat sheet by creating a /custom.json to the project e.g

{
  "useCustom": true,
  "items": ["nsfw"]
}

Then adding data/custom-nsfw.json and images to images/custom-nsfw/. Use 4 images per prompt in the format <prompt>.[1-4].webp.

About

A stand alone web site to guide users on different styling prompts for Stable Diffusion relating to fashion styling, hair and make up.

Topics

Resources

License

Stars

Watchers

Forks