Instructions to use Joeythemonster/anything-midjourney-v-4-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Joeythemonster/anything-midjourney-v-4-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Joeythemonster/anything-midjourney-v-4-1", 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
How to serve this model on pytorch serve?
1
#12 opened over 3 years ago
by
viratsharma56
Upscaling
3
#10 opened over 3 years ago
by
kj11
good model,need vae?
2
#9 opened over 3 years ago
by
adooo
download
1
#8 opened over 3 years ago
by
unknowncreation
could you provide a demo for good text to image?
6
#7 opened over 3 years ago
by
GaoQiQiang
really nice model
❤️ 1
1
#5 opened over 3 years ago
by
AlStable
Its down?
2
#4 opened over 3 years ago
by
Daniton
Create test
2
#2 opened over 3 years ago
by
Daniton
Good afternoon!
3
#1 opened over 3 years ago
by
Joeythemonster