PseudoTerminal X commited on
Commit
be81f01
1 Parent(s): 48d8ac4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -4,4 +4,34 @@ library_name: diffusers
4
  tags:
5
  - stable-diffusion
6
  - text-to-image
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  tags:
5
  - stable-diffusion
6
  - text-to-image
7
+ ---
8
+
9
+ # Capabilities
10
+
11
+ This model is "adventure" and "fantasy" focused.
12
+
13
+ With certain inference configurations, it is capable of producing very high quality results.
14
+
15
+ This model functions better without negative prompts than most fine-tunes.
16
+
17
+ # Inference parameters
18
+
19
+ Diffusers should "Just Work" with the config in this repository.
20
+
21
+ For A1111 users,
22
+
23
+ Scheduler: DDIM, 15-50 steps
24
+ Generally acceptable resolutions:
25
+ - 768x768
26
+ - 1024x1024
27
+ - 1152x768
28
+
29
+ # Limitations
30
+
31
+ This model contains a heavily tuned text encoder that has lost many original Stable Diffusion 2.1 concepts
32
+
33
+ This model is even less reliable at producing real people than the base 2.1-v model is
34
+
35
+ Training data included only 768x768 downsampled 1:1 ratio images, all other aspects were discarded. Ergo, this model struggles with high resolution native generations.
36
+
37
+ This model may have "burnt" outputs at higher CFG.