Instructions to use prompthero/openjourney with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prompthero/openjourney with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("prompthero/openjourney", 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
Merge checkpoint or simply select it?
Hi,
I'm wondering if I'm using your model incorrectly. I've been loading it via the checkpoint dropdown in Automatic1111 upper left. Yes, I'm using mdjrny-v4 style as the first part of my prompt.
But I'm getting weird results. If I use a prompt calling for a woman in a fantasy scene, I'm getting what I expect. But when I try to get a modern women at a Paris outdoor cafe, I keep getting interior views of women from the Victorian era. Is this a limitation of your model?
Am I supposed to use Checkpoint Merger on your model? I'm currently using stable-diffusion v1-5-pruned.
Thanks.
Here are good prompt examples created by the community
https://prompthero.com/search?model=Midjourney+Diffusion
same issue here :/