Skip to content

franknoh/stable-diffusion-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stable-diffusion-java

how it works

this repo uses DeepJavaLibrary to run torchscript models on java. the tokenizer and klms sampler were ported from stable-diffusion-pytorch with minimal changes.

how to use

  1. Install python
  2. Install torch (see here)
  3. Update pom.xml (see here)
  4. Convert model to torchscript (see here)
  5. Run the code

About

java interface of stable diffusion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages