How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("X-HighVoltage-X/No-Shine")

prompt = "classy high end photo Music video promo still Art Deco Style, desert background and amber light coming from the left ,close-up portrait photo of a woman noshine long hair,black turtle neck sweater under a(shiny blue Puffer Jacket:1.4)<lora:Flux\\mine\\noshine_v2.safetensors:1.0:1.0>"
image = pipe(prompt).images[0]

No Shine v2.0

Prompt
classy high end photo Music video promo still Art Deco Style, desert background and amber light coming from the left ,close-up portrait photo of a woman noshine long hair,black turtle neck sweater under a(shiny blue Puffer Jacket:1.4)<lora:Flux\mine\noshine_v2.safetensors:1.0:1.0>

trigger word: noshine

Download model

Download them in the Files & versions tab.

Downloads last month
2
Inference Providers NEW
Examples

Model tree for X-HighVoltage-X/No-Shine

Adapter
(40369)
this model