jiaowobaba02 commited on
Commit
bb924e5
1 Parent(s): f9f5b26

Create README.md

Browse files

### Stable-diffusion in cpp

To run this model, please [click here](https://github.com/leejet/stable-diffusion.cpp) to download the code
or run this command : `git clone --recursive https://github.com/leejet/stable-diffusion.cpp.git`
To run the model : ` ./sd -m '/models/stable_diffusion-ema-pruned-v2-1_768.q8_0.gguf' -p "a lovely cat" `

Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-to-image
3
+ tags:
4
+ - art
5
+ - stable-diffusion
6
+ ---