How to use ehristoforu/mjlora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("openskyml/dreamdrop", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ehristoforu/mjlora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
Log in or Sign Up to review the conditions and access this model content.
This LoRA model can generate images with style like Midjourney
Example: <lora:mjlora-v3:1> or <lora:mjlora-v2:1> or <lora:mjlora-v1:1>
<lora:mjlora-v3:1>
<lora:mjlora-v2:1>
<lora:mjlora-v1:1>
Base model