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
Can you open source the dataset used?
#21
by wanng - opened
Thank you for your outstanding contributions to the open source community.
I would like to run your process locally.
Therefore, are you considering making your dataset publicly available?
are you for real? :)
it's not theirs to relicense, they probably pay a lot to use some of it and they don't own the millions of copyrighted images in includes.
are you for real? :)
it's not theirs to relicense, they probably pay a lot to use some of it and they don't own the millions of copyrighted images in includes.
Nonono, not the data from midjourney.
I mean the cases in PromptHero.