FLUX Sci-Fi Vehicle Design
Published by @mech_design_ai · Community adapter
Science fiction vehicle and mech concept design. Trained on CC-licensed industrial design portfolios. Accurate hard-surface details, panel lines, and engine exhaust placement.
Usage
from diffusers import DiffusionPipeline
import torch
pipe = DiffusionPipeline.from_pretrained(
"black-forest-labs/FLUX.1-dev",
torch_dtype=torch.float16,
).to("cuda")
pipe.load_lora_weights("modelforgelab/flux-sci-fi-vehicle-lora")
image = pipe("your prompt here").images[0]
image.save("output.png")
Compatibility
- diffusers>=0.30
- ComfyUI