Flux-Midjourney-Mix2-LoRA
4.6K
536
—
by
strangerzonehf
Image Model
OTHER
New
5K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
[ Best for Realism, Modeling, Demonstration, Close-Up Shots ] | Parameter | Value | Parameter | Value | |---------------------------|--------|-----------------...
Code Examples
Best Dimensionspythonpytorch
import torch
from pipelines import DiffusionPipeline
base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
lora_repo = "strangerzonehf/Flux-Midjourney-Mix2-LoRA"
trigger_word = "MJ v6"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.