Shreya Shetye commited on
Commit
63066da
1 Parent(s): 230a147

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -22
README.md CHANGED
@@ -1,22 +0,0 @@
1
- ---
2
- license: mit
3
- tags:
4
- - pytorch
5
- - diffusers
6
- - unconditional-image-generation
7
- - diffusion-models-class
8
- ---
9
-
10
- # Example Fine-Tuned Model for Unit 2 of the [Diffusion Models Class 🧨](https://github.com/huggingface/diffusion-models-class)
11
-
12
- Describe your model here
13
-
14
- ## Usage
15
-
16
- ```python
17
- from diffusers import DDPMPipeline
18
-
19
- pipeline = DDPMPipeline.from_pretrained('dlcvUIUC/stable_diffusion_retro_inpaint')
20
- image = pipeline().images[0]
21
- image
22
- ```