Flux LoRAs
Collection
9 items β’ Updated β’ 12
How to use alvdansen/plushy-world-flux with Diffusers:
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("alvdansen/plushy-world-flux")
prompt = "a cute toad, 3dcndylnd style"
image = pipe(prompt).images[0]
.png)
.png)

.png)
.png)
This style features charming, whimsical characters with exaggerated proportions and soft, rounded forms. The 3D renders have a high level of detail, with textures that appear tactile and inviting, from fluffy fur to smooth, glossy surfaces. The overall aesthetic combines cute, cartoon-like designs with realistic lighting and materials, creating a magical and endearing world that feels both fantastical and tangible.
Sponsored by Glif!
You should use 3dcndylnd style to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev