FredZhang7 commited on
Commit
eb7324f
1 Parent(s): 75dcd42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -22,7 +22,7 @@ Begin the prompt with **((oil painting))** for the oil paint effect. For digital
22
 
23
  Paint Journey V2's paintings tend to be closer to human-drawn than Open Journey V2.
24
  Unlike some models such as DreamShaper, this model is capable of generating stunning portraits at 768x1144 resolution without duplicated faces.
25
- Compared to models like Dreamlike Diffusion 1.0, this model tends to generate 768x768 or higher resolution outputs with reduced noise.
26
 
27
 
28
  ## Training
@@ -65,6 +65,7 @@ image = pipe(prompt).images[0]
65
  image.save("./result.png")
66
  ```
67
 
68
- ## Safety Checker
69
 
70
- The official [stable diffusion safety checker](https://huggingface.co/CompVis/stable-diffusion-safety-checker) uses up 1.22GB VRAM. Recommend using [Google Safesearch Mini](https://huggingface.co/FredZhang7/google-safesearch-mini) (99MB) to save 1.12GB VRAM.
 
 
22
 
23
  Paint Journey V2's paintings tend to be closer to human-drawn than Open Journey V2.
24
  Unlike some models such as DreamShaper, this model is capable of generating stunning portraits at 768x1144 resolution without duplicated faces.
25
+ Compared to models like Dreamlike Diffusion 1.0, this model tends to generate 768x768 or higher resolution images with reduced noise.
26
 
27
 
28
  ## Training
 
65
  image.save("./result.png")
66
  ```
67
 
68
+ ## Safety Checker V2
69
 
70
+ The official [stable diffusion safety checker](https://huggingface.co/CompVis/stable-diffusion-safety-checker) uses up 1.22GB VRAM.
71
+ I recommend using [Google Safesearch Mini V2](https://huggingface.co/FredZhang7/google-safesearch-mini-v2) (220MB) to save 1.0GB VRAM.