LottePeisch
commited on
Commit
•
49b8bd6
1
Parent(s):
ac52e78
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
---
|
8 |
+
|
9 |
+
Dreamshaper 6 (https://huggingface.co/Lykon/DreamShaper) for InvokeAI Users
|
10 |
+
|
11 |
+
- Converted the BakedVae version to Diffusers
|
12 |
+
- Changed the Scheduler to EulerAncestralDiscreteScheduler
|
13 |
+
- Changed text_encoder/config.json "num_hidden_layers" to 11 (Equivalent of Clip Skip 2 in Auto1111)
|
14 |
+
- I made this public for InvokeAI users
|