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
- Draw Things
- DiffusionBee
Do you need more images?
I just downloaded your model and i really like results. I am wondering, do you need more images or is this some kind of 1 time deal for you? I can send you all of my work from MJ.
Hi! We want to keep this model going, hope we realease the version 2.0 this week!
Please do tell if you need images with respective prompts. This would benefit us users very well if we will help you with preparing the set.
@prompthero Have you considered making the Midjourney v4 text & image pair dataset available for download for research purposes?
@pk11 we have 120k images with their prompts, we've just launched it for testing purposes.
https://huggingface.co/prompthero/openjourney-test
@prompthero , wow! I'll definitely test it. Thank you!