kokuma commited on
Commit
523ff9e
1 Parent(s): f1763f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ This is a Stable Diffusion model fine-tuned on `mazapan` images for the food the
35
  ```python
36
  from diffusers import StableDiffusionPipeline
37
 
38
- pipeline = StableDiffusionPipeline.from_pretrained('kokuma/mazapan-ckpt')
39
  image = pipeline().images[0]
40
  image
41
  ```
 
35
  ```python
36
  from diffusers import StableDiffusionPipeline
37
 
38
+ pipeline = StableDiffusionPipeline.from_pretrained('kokuma/mazapan')
39
  image = pipeline().images[0]
40
  image
41
  ```