Instructions to use mann-e/mann-e_4_rev-1-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mann-e/mann-e_4_rev-1-3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("mann-e/mann-e_4_rev-1-3", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
66961d2
1
Parent(s): ccadf0f
Upload 6 files
Browse files- .gitattributes +6 -0
- arcane-sample.png +3 -0
- illustration-sample.png +3 -0
- landscape-sample.png +3 -0
- retrowave-sample-1.png +3 -0
- retrowave-sample-2.png +3 -0
- valorant-sample.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
mountains-1.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
mountains-1.png filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
arcane-sample.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
illustration-sample.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
landscape-sample.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
retrowave-sample-1.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
retrowave-sample-2.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
valorant-sample.png filter=lfs diff=lfs merge=lfs -text
|
arcane-sample.png
ADDED
|
Git LFS Details
|
illustration-sample.png
ADDED
|
Git LFS Details
|
landscape-sample.png
ADDED
|
Git LFS Details
|
retrowave-sample-1.png
ADDED
|
Git LFS Details
|
retrowave-sample-2.png
ADDED
|
Git LFS Details
|
valorant-sample.png
ADDED
|
Git LFS Details
|