jiaowobaba02's picture
Update README.md
fc40e9a verified
|
raw
history blame contribute delete
No virus
591 Bytes
metadata
pipeline_tag: text-to-image
tags:
  - art
  - stable-diffusion

Stable-diffusion-GGUF

There are some files quantitated to q8_0 , q5_0 , q5_1 , q4_1 . To run these models, you can go to this page to download the code or run this command

git clone --recursive https://github.com/leejet/stable-diffusion.cpp.git


And then compile it just as the instructions on the github page.
Finally,run

./sd -m '/model/stable_diffusion-ema-pruned-v2-1_768.q8_0.gguf'  -p "a lovely cat" -s -1

. Then you can see the 'output.png'.