Text-to-Image
Diffusers
lora
template:diffusion-lora
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("Hack337/flux-lora-Winky")

prompt = "winky cat sitting atop a wooden box with the word \"Winky\" written on it, The cat is wearing a pink bow tie, and in the background there is a wall"
image = pipe(prompt).images[0]

Winky Cat

Prompt
winky cat sitting atop a wooden box with the word "Winky" written on it, The cat is wearing a pink bow tie, and in the background there is a wall
Prompt
winky cat with its mouth open, yawning in a blue bag
Prompt
winky cat sitting on a couch wearing a bright yellow scarf, The background is slightly blurred, giving the focus to the cat and its scarf
Prompt
winky cat laying in a cardboard box on the floor, with a blurred background
Prompt
a person holding a winky cat in their hands
Prompt
winky cat sitting atop a cardboard box

Model description

Winky is the star of this LoRa. Follow her adventures and cuteness on her human's Instagram: @winkythedwarfcat

Trigger words

You should use Winky cat to trigger the image generation.

Download model

Download them in the Files & versions tab.

Downloads last month
5
Inference Providers NEW
Examples

Model tree for Hack337/flux-lora-Winky

Adapter
(40023)
this model