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", 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
The name (A friendly discussion, not a legal issue)
#25
by Muhammadreza - opened
Greetings @prompthero and other people who brought this amazing model to us.
To be honest, I made my repos and stuff with the name "openjourney" before you did that, and the evidence is openjourney/openjourney. So in this particular case, I'm open to change my branding to something new, but it was just a reminder of the brand.
Hello. the change was due to a "friendly request" from Midjouney's CEO. In this case it is not even necessary to clarify that it is not a legal issue. These are not a brands, these are repository names. If you open GitHub you can find thousands of repositories with the same name.
prompthero changed discussion status to closed