lavaman131 commited on
Commit
cb7acfd
1 Parent(s): 37c57c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - diffusers-training
8
  - stable-diffusion
9
  - stable-diffusion-diffusers
10
- base_model: stabilityai/stable-diffusion-2-1-base
11
  inference: true
12
  instance_prompt: disney style
13
  ---
@@ -49,7 +49,7 @@ image.save("output.png")
49
 
50
  #### Limitations and bias
51
 
52
- As with any diffusion model, playing around with the prompt and classifier-free guidance parameter is required until you get the results you want. For additional safety in image generation, we use the Stable Diffusion safety checker.
53
 
54
  ## Training details
55
 
 
7
  - diffusers-training
8
  - stable-diffusion
9
  - stable-diffusion-diffusers
10
+ base_model: runwayml/stable-diffusion-v1-5
11
  inference: true
12
  instance_prompt: disney style
13
  ---
 
49
 
50
  #### Limitations and bias
51
 
52
+ As with any diffusion model, playing around with the prompt and classifier-free guidance parameter is required until you get the results you want. Zoomed-out subjects seem to loose clairity in the face. For additional safety in image generation, we use the Stable Diffusion safety checker.
53
 
54
  ## Training details
55