Instructions to use prompthero/openjourney-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prompthero/openjourney-v4 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-v4", 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
is this actualy v2?
#12
by GamingDaveUK - opened
found embeddings made for v2 are not working, is this actually v1.5?
This is Openjourney v2 but yes on Stable Diffusion v1.5
Readme updated
Damn thought this may be the start of the community improving v2 (though embeds work really well on v2
GamingDaveUK changed discussion status to closed