Commit
·
eb7324f
1
Parent(s):
75dcd42
Update README.md
Browse files
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
|
| 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.
|
|
|
|
|
|
| 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.
|