Instructions to use mann-e/mann-e_4_rev-0-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-0-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-0-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
- Draw Things
- DiffusionBee
Commit ·
c9cf17e
1
Parent(s): 3c9f2d8
Checkpoint model
Browse files- mann-e_4_rev-0-3.ckpt +3 -0
mann-e_4_rev-0-3.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3f3a7d08a7c7486749ba0ff321ec6c60d9d9af86e008c4bad023303f9859c81
|
| 3 |
+
size 2132910883
|