ApoorvBrooklyn commited on
Commit
045bf19
·
verified ·
1 Parent(s): 9d13b50

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -44,4 +44,10 @@ PyTorch implementation of Stable Diffusion from scratch
44
  Just download the `ckpt` file from any fine-tuned SD (up to v1.5).
45
 
46
  1. InkPunk Diffusion: https://huggingface.co/Envvi/Inkpunk-Diffusion/tree/main
47
- 2. Illustration Diffusion (Hollie Mengert): https://huggingface.co/ogkalu/Illustration-Diffusion/tree/main
 
 
 
 
 
 
 
44
  Just download the `ckpt` file from any fine-tuned SD (up to v1.5).
45
 
46
  1. InkPunk Diffusion: https://huggingface.co/Envvi/Inkpunk-Diffusion/tree/main
47
+ 2. Illustration Diffusion (Hollie Mengert): https://huggingface.co/ogkalu/Illustration-Diffusion/tree/main
48
+
49
+ ## Features:
50
+ - Text-to-image generation
51
+ - Image-to-image generation
52
+ - Support for fine-tuned models
53
+ - PyTorch implementation from scratch