0RisingStar0 commited on
Commit
a66043c
1 Parent(s): 80ba358

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -1
README.md CHANGED
@@ -5,4 +5,45 @@ tags:
5
  - stable-diffusion-diffusers
6
  - text-to-image
7
  - diffusers
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - stable-diffusion-diffusers
6
  - text-to-image
7
  - diffusers
8
+ ---
9
+ U-Net mixed model <b>specialized for city and skyscrapers background.</b>
10
+
11
+ <b>FP16 Pruned version</b>(No EMA).
12
+
13
+ (Quality change may occur in very small details on buildings' textures)
14
+
15
+ <b>Recommended prompts : </b>
16
+
17
+ (masterpiece, best quality, excellent quality), ((1girl, solo)), sky, city, (skyscrapers), trees, pavement, lens flare
18
+
19
+ EasyNegative, moss, phone, man, pedestrians, extras, border, outside border, white border
20
+
21
+ (EasyNegative is a negative embedding : https://huggingface.co/datasets/gsdf/EasyNegative)
22
+
23
+ <b>Recommended settings : </b>
24
+
25
+ Sampler : DPM++ 2M Karras OR DPM++ SDE Karras
26
+
27
+ Sampling steps : 25 ~ 30
28
+
29
+ Resolution : 512x768 OR 768x512
30
+
31
+ CFG Scale : 9
32
+
33
+ <b> Upscale is a must-do!! </b> Otherwise, you won't get great results.
34
+
35
+ Upscaler : Latent (nearest)
36
+
37
+ Hires steps : 0
38
+
39
+ Denoise : 0.6
40
+
41
+ Upscale 2x
42
+
43
+ <b> Mixed models : </b>
44
+
45
+ AbyssOrangeMix2_NSFW, AnythingV4.5, BasilMixFixed, CounterfeitV2.5, EerieOrangeMix2, PowercolorV2
46
+
47
+ (Thanks to everyone who made above models!)
48
+
49
+ This is my first mixed model being uploaded to public site, so feel free to give feedbacks as you wish, I'll try and work around with it.