Instructions to use theintuitiveye/FantasyMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use theintuitiveye/FantasyMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("theintuitiveye/FantasyMix", torch_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 ·
dcf7d69
1
Parent(s): 610a926
Upload tie's FantasyMix v1.ckpt
Browse files- tie's FantasyMix v1.ckpt +3 -0
tie's FantasyMix v1.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb53f80849f76391c01f99b429b9cfbbca86e9894d890b2ea6e1ed74312fd031
|
| 3 |
+
size 6231219579
|