Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
---
|
7 |
+
|
8 |
+
# Mann-E Turbo
|
9 |
+
|
10 |
+
This is a part of _Mann-E Community Edition_ models. This model is a basic implementation of [Mann-E](https://mann-e.com)'s original model (which is not Stable Diffusion anymore) as a LoRa for SDXL. Since the whole business of Mann-E started around SD ecosystem, we've decided to release our LoRa for SD users and people who enjoy using models locally!
|
11 |
+
|
12 |
+
## Considerations
|
13 |
+
|
14 |
+
- Model __IS__ capable of making accidental and intentional _NSFW_ material. So be careful while using the LoRa in presence of people who might be sensitive to this material.
|
15 |
+
- The model has tested with SDXL 1.0, SDXL Turbo and even SDXL Lightning models and it works perfectly.
|
16 |
+
- We've tested the model with A1111, so for `diffusers` and ComfyUI, we may need contributions.
|
17 |
+
- DreamShaperXL, TurboVisioXL and RealVis were models with the best results. You may consider using them or merges/fine-tunes based on those!
|
18 |
+
- This LoRa is compatible with other LoRa's as well. Be careful to weight it exactly 1 to get results like what we're presenting here.
|
19 |
+
- DPM SDE++ Karras is the best scheduler. 6-10 steps for turbo models work perfectly, also CFG of 2.5 to 4.0 works perfectly!
|
20 |
+
|
21 |
+
## Sample Generations
|
22 |
+
|
23 |
+
<div style="text-align:center;">
|
24 |
+
|
25 |
+
<img src="./hf-1.png" width=512 height=512>
|
26 |
+
|
27 |
+
<img src="./hf-2.png" width=512 height=512>
|
28 |
+
|
29 |
+
<img src="./hf-3.png" width=512 height=512>
|
30 |
+
|
31 |
+
<img src="./hf-4.png" width=512 height=512>
|
32 |
+
|
33 |
+
</div>
|