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("xAlexClashRoyale/helo")

prompt = "UNICODE\u0000\u0000 \u00001\u0000g\u0000i\u0000r\u0000l\u0000,\u0000 \u0000i\u0000n\u0000t\u0000e\u0000r\u0000v\u0000i\u0000e\u0000w\u0000,\u0000 \u0000p\u0000o\u0000r\u0000n\u0000 \u0000c\u0000a\u0000s\u0000t\u0000i\u0000n\u0000g\u0000"
image = pipe(prompt).images[0]

Helo

Prompt
UNICODE 1girl, interview, porn casting

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Downloads last month
2
Inference Providers NEW
Examples

Model tree for xAlexClashRoyale/helo

Adapter
(36813)
this model