CoolFace
Modelpublic

Shakker-Labs/FLUX.1-dev-LoRA-playful-metropolis

sourceHugging Faceotherupdated 2y agoView on Hugging Face
16likes56downloads
Model Card

FLUX.1-dev-LoRA-playful-metropolis

This is a LoRA (Playful Metropolis) trained on FLUX.1-dev for illustration style by JHAlchemy, combining urban environments with imaginative cartoon elements.

<div class="container"> <img src="./poster.jpg" width="1024"/> </div>

Showcases

<Gallery />

Trigger words

Trigger is not required. The recommended scale is 0.7 in diffusers.

Inference

python
import torch
from diffusers import FluxPipeline

pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("Shakker-Labs/FLUX.1-dev-LoRA-playful-metropolis", weight_name="FLUX-dev-lora-playful_metropolis.safetensors")
pipe.fuse_lora(lora_scale=0.7)
pipe.to("cuda")

prompt = "A giant tiger dressed in retro clothing strolls between the skyscrapers of Tokyo. The tiger's eyes, peering through sunglasses, exude a cool vibe. On its back are a few cartoon-style birds playing small instruments, providing a soundtrack for the tiger's walk,"

image = pipe(prompt, 
             num_inference_steps=24, 
             guidance_scale=3.5,
             width=768, height=1024,
            ).images[0]
image.save(f"example.png")

Online Inference

You can also download this model at Shakker AI, where we provide an online interface to generate images.

Acknowledgements

This model is trained by our copyrighted users JHAlchemy. We release this model under permissions. The model follows flux-1-dev-non-commercial-license.