justinpinkney commited on
Commit
752a0b4
1 Parent(s): 9567af1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -10,7 +10,7 @@ from diffusers import StableDiffusionPipeline
10
  pipe = StableDiffusionPipeline.from_pretrained("lambdalabs/miniSD-diffusers")
11
  pipe = pipe.to("cuda")
12
 
13
- prompt = "a photograph of an wrinkly hold man laughing"
14
  image = pipe(prompt, width=256, height=256).images[0]
15
  image.save('test.jpg')
16
  ```
@@ -24,6 +24,7 @@ Fine tuned from the stable-diffusion 1.4 checkpoint as follows:
24
 
25
  - GPUs provided by [Lambda GPU Cloud](https://lambdalabs.com/service/gpu-cloud)
26
  - Trained on [LAION Improved Aesthetics 6plus](https://huggingface.co/datasets/ChristophSchuhmann/improved_aesthetics_6plus).
 
27
 
28
  ## License
29
  This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies:
 
10
  pipe = StableDiffusionPipeline.from_pretrained("lambdalabs/miniSD-diffusers")
11
  pipe = pipe.to("cuda")
12
 
13
+ prompt = "a photograph of an wrinkly old man laughing"
14
  image = pipe(prompt, width=256, height=256).images[0]
15
  image.save('test.jpg')
16
  ```
 
24
 
25
  - GPUs provided by [Lambda GPU Cloud](https://lambdalabs.com/service/gpu-cloud)
26
  - Trained on [LAION Improved Aesthetics 6plus](https://huggingface.co/datasets/ChristophSchuhmann/improved_aesthetics_6plus).
27
+ - Trained using https://github.com/justinpinkney/stable-diffusion, original [checkpoint available here](https://huggingface.co/justinpinkney/miniSD)
28
 
29
  ## License
30
  This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies: