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
Use the latest version of fast_stable_diffusion_AUTOMATIC1111 as google collab
#32
by Jac-Zac - opened
I think it would be great to update to the latest fast_stable_diffusion_AUTOMATIC1111 google collab to allow people to use it without any problem
Jac-Zac changed pull request status to closed
I'm unable to run it with the new fast_stable_diffusion_AUTOMATIC1111 colab,
Here is the gDrive link to the model, if you're able to do it please share how!
https://drive.google.com/file/d/1WRgAh5sLF67duM5-aSP47FoNJFKgDb_C/view?usp=sharing
Jac-Zac changed pull request status to open
if it works we can just change the link in the readme to that
I'm a noob. How do I use it?