Flux LoRAs
Collection
9 items • Updated • 12
How to use alvdansen/the-point-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/the-point-flux")
prompt = "A nostalgic robot ice cream vendor from the 1950s, pnt style"
image = pipe(prompt).images[0]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/the-point-flux")
prompt = "A nostalgic robot ice cream vendor from the 1950s, pnt style"
image = pipe(prompt).images[0]

.png)

.png)


This style combines intricate line work with a soft, retro-inspired color palette, creating illustrations that feel both nostalgic and slightly surreal. The art features hand-drawn qualities blended with digital techniques, often depicting characters or objects with a unique fusion of organic and mechanical elements. Textures reminiscent of old prints or worn surfaces add depth, while limited color schemes - typically pastels and muted tones - evoke a dreamlike, retrofuturistic atmosphere.
Big thank you to http://glif.app !
You should use pnt 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