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("Norod78/Kippi_Ben_Kippod_FLUX")

prompt = "A photo of KippiBenKippod holding a beer at the pub"
image = pipe(prompt).images[0]
Prompt
A photo of KippiBenKippod holding a beer at the pub
Prompt
A photo of KippiBenKippod fighting Pikachu
Prompt
A dramatic photo of KippiBenKippod and Sonic standing back to back with a serious look on their faces

Model description

These are Norod78/Kippi_Ben_Kippod_FLUX LoRA weights for black-forest-labs/FLUX.1-dev.

The weights were trained on CivitAI

Trigger words

You should use KippiBenKippod to trigger the image generation.

License

Please adhere to the licensing terms as described here.

Downloads last month
9
Inference Providers NEW
Examples

Model tree for Norod78/Kippi_Ben_Kippod_FLUX

Adapter
(42036)
this model