enryu43 commited on
Commit
355d49d
1 Parent(s): 45c9d10

Add README

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ This model is converted with https://github.com/huggingface/diffusers/blob/main/scripts/convert_original_stable_diffusion_to_diffusers.py.
2
+
3
+ However, the tokenizer in the diffuser model is wrong, for proper usage, see description at https://medium.com/@enryu9000/anifusion-sd-91a59431a6dd, and instructions/examples at https://github.com/enryu43/anifusion2-stable-diffusion.
4
+
5
+ Also, the original checkpoint in the Latent Diffusion format is available.
6
+
7
+ Installation instructions for webui: https://gist.github.com/enryu43/fccaa7f165ffcb214780d203c565761f
8
+