Disty0 commited on
Commit
2d42853
1 Parent(s): dfc4a64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -4,7 +4,7 @@ license: other
4
  license_name: faipl-1.0-sd
5
  license_link: LICENSE
6
  decoder:
7
- - Disty0/sotediffusion-wuerstchen3-alpha1-decoder
8
  ---
9
 
10
 
@@ -16,7 +16,7 @@ No commercial use.
16
 
17
  # Release Notes
18
 
19
- - Switched to OneTrainer
20
  - Trained more.
21
  - Currenty trained on 2,6M images.
22
 
@@ -45,12 +45,12 @@ Load `Disty0/sotediffusion-wuerstchen3-alpha3-decoder` after the download proces
45
 
46
  Prompt:
47
  ```
48
- very aesthetic, best quality, newest,
49
  ```
50
 
51
  Negative Prompt:
52
  ```
53
- very displeasing, worst quality, oldest, monochrome, sketch, realistic,
54
  ```
55
 
56
  Parameters:
@@ -96,15 +96,15 @@ pipe.prior_pipe = pipe.prior_pipe.to(device, dtype=dtype)
96
 
97
 
98
 
99
- prompt = "1girl, solo, cowboy shot, straight hair, looking at viewer, hoodie, indoors, slight smile, casual, furniture, doorway, very aesthetic, best quality, newest,"
100
- negative_prompt = "very displeasing, worst quality, oldest, monochrome, sketch, realistic,"
101
 
102
  output = pipe(
103
  width=1024,
104
  height=1536,
105
  prompt=prompt,
106
  negative_prompt=negative_prompt,
107
- decoder_guidance_scale=1.0,
108
  prior_guidance_scale=8.0,
109
  prior_num_inference_steps=40,
110
  output_type="pil",
 
4
  license_name: faipl-1.0-sd
5
  license_link: LICENSE
6
  decoder:
7
+ - Disty0/sotediffusion-wuerstchen3-alpha3-decoder
8
  ---
9
 
10
 
 
16
 
17
  # Release Notes
18
 
19
+ - Switched to OneTrainer.
20
  - Trained more.
21
  - Currenty trained on 2,6M images.
22
 
 
45
 
46
  Prompt:
47
  ```
48
+ extremely aesthetic, best quality, newest,
49
  ```
50
 
51
  Negative Prompt:
52
  ```
53
+ very displeasing, worst quality, monochrome, sketch, realistic, oldest, visual novel cg, interlocked fingers,
54
  ```
55
 
56
  Parameters:
 
96
 
97
 
98
 
99
+ prompt = "1girl, solo, cat ears, straight hair, pink hair, orange eyes, bare shoulders, looking at viewer, smile, newest, extremely aesthetic, best quality, general, black background, wind, petals, feathers, magic, electricity, bioluminescence, depth of field, fireflies, head tilt, fire, space,"
100
+ negative_prompt = "very displeasing, worst quality, monochrome, sketch, realistic, oldest, visual novel cg, interlocked fingers,"
101
 
102
  output = pipe(
103
  width=1024,
104
  height=1536,
105
  prompt=prompt,
106
  negative_prompt=negative_prompt,
107
+ decoder_guidance_scale=2.0,
108
  prior_guidance_scale=8.0,
109
  prior_num_inference_steps=40,
110
  output_type="pil",