Instructions to use HyperX-Sentience/MJ-LoRA-Midjourney-SD-Mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HyperX-Sentience/MJ-LoRA-Midjourney-SD-Mix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("HyperX-Sentience/Juggernaut-reborn", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HyperX-Sentience/MJ-LoRA-Midjourney-SD-Mix") prompt = "A photorealistic portrait of a young woman standing in a softly lit urban environment at night. She has wavy dark brown hair, delicate facial features, and a calm, slightly melancholic expression. Her makeup is subtle, emphasizing her natural beauty, with a soft blush and natural lip color. She is wearing a red sleeveless dress with thin straps, and the background features blurred lights from street signs and buildings, creating a bokeh effect with warm tones. The overall atmosphere is cinematic, intimate, and moody, with an emphasis on realism and soft lighting." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!