wangzhen0518 commited on
Commit
64b944c
1 Parent(s): 3f9d7f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This model is a diffusion model for unconditional image generation of 🦋.
18
  ```python
19
  from diffusers import DDPMPipeline
20
 
21
- pipeline = DDPMPipeline.from_pretrained('{hub_model_id}')
22
  image = pipeline().images[0]
23
  image
24
  ```
 
18
  ```python
19
  from diffusers import DDPMPipeline
20
 
21
+ pipeline = DDPMPipeline.from_pretrained('wangzhen0518/sd-class-butterflies-32-from-zero')
22
  image = pipeline().images[0]
23
  image
24
  ```