NB Windbreaker LoRA

Qwen/Qwen-Image-2512 ๊ธฐ๋ฐ˜ ์œˆ๋“œ๋ธŒ๋ ˆ์ด์ปค ํŒจ์…˜ ๋””์ž์ธ LoRA.

์‚ฌ์šฉ๋ฒ•

from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained(
    "Qwen/Qwen-Image-2512",
    torch_dtype=torch.bfloat16,
).to("cuda")

pipe.load_lora_weights(
    "innople/nb-m-windbreaker-lora",
    weight_name="nb_m_windbreaker_v1_000001200.safetensors",
)

image = pipe(
    prompt="A windbreaker jacket, flatlay on white background",
    width=1104, height=1472,
    num_inference_steps=30,
    true_cfg_scale=4.0,
).images[0]
image.save("output.png")
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for innople/nb-m-windbreaker-lora

Adapter
(154)
this model