FredZhang7 commited on
Commit
20e49aa
·
1 Parent(s): 981dc06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -11,11 +11,14 @@ tags:
11
  - art
12
  inference: true
13
  ---
14
- ## Paint Journey is Dreamlike Diffusion fine-tuned on 260 hand-picked beautiful watercolor/digital paintings generated by [Disco Diffusion](https://github.com/alembics/disco-diffusion/blob/main/Disco_Diffusion.ipynb)
15
 
16
  Used Linux Dreambooth to teach the model to generate more artistic watercolor and digital paintings. Use the same prompts as you would for stable diffusion v1.5, but start the prompt with `disco` for the style to take effect.
17
  For starters, use a dimension of roughly 768x768 for anything, 768x936 for portraits, and 1056x768 for landscapes. You may also stick to [Dreamlike Diffusion](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0) dimensions.
18
 
 
 
 
19
  ## Portrait Examples
20
  ![](./example_discobeautifulyounglady_portrait.png)
21
 
@@ -87,7 +90,10 @@ Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 2520017543, Size: 1056x768, M
87
  ```
88
 
89
  ## WebUI Usage
90
- `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git` and download [paint_journey.ckpt](./paint_journey.ckpt) to ./stable-diffusion-webui/models/Stable-diffusion
 
 
 
91
 
92
  ## Diffusers Usage
93
  ```python
 
11
  - art
12
  inference: true
13
  ---
14
+ ## Paint Journey V1 is Dreamlike Diffusion V1 fine-tuned on 260 hand-picked watercolor and digital paintings generated by [Disco Diffusion](https://github.com/alembics/disco-diffusion/blob/main/Disco_Diffusion.ipynb)
15
 
16
  Used Linux Dreambooth to teach the model to generate more artistic watercolor and digital paintings. Use the same prompts as you would for stable diffusion v1.5, but start the prompt with `disco` for the style to take effect.
17
  For starters, use a dimension of roughly 768x768 for anything, 768x936 for portraits, and 1056x768 for landscapes. You may also stick to [Dreamlike Diffusion](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0) dimensions.
18
 
19
+ ## Paint Journey V2
20
+ Closer to hand-drawn oil paintings. Please see [FredZhang7/paint-journey-v2](https://huggingface.co/FredZhang7/paint-journey-v2)
21
+
22
  ## Portrait Examples
23
  ![](./example_discobeautifulyounglady_portrait.png)
24
 
 
90
  ```
91
 
92
  ## WebUI Usage
93
+ ```bash
94
+ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
95
+ ```
96
+ Then download [paint_journey.ckpt](./paint_journey.ckpt) to `./stable-diffusion-webui/models/Stable-diffusion` folder.
97
 
98
  ## Diffusers Usage
99
  ```python