Instructions to use Joeythemonster/anything-midjourney-v-4-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Joeythemonster/anything-midjourney-v-4-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Joeythemonster/anything-midjourney-v-4-1", 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
Upscaling
#10
by kj11 - opened
Hi, this is an excellent model. I was wondering where I could upscale the images, because the generations are usually low quality despite writing high quality in the prompts.
You can try this one!!
https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler
Thanks for the recommendation! But how am I supposed to use this. I run anything midjourney on my browser, and tried running this upscaler but it didn't work.
This one should work I use it all the time