pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("cptsl/thatthang01")
prompt = "close up of male penis"
image = pipe(prompt).images[0]ThatThang01

- Prompt
- close up of male penis
Model description
"That thang" of male importance.
Trigger words
You should use thatthang01 to trigger the image generation.
You should use penis to trigger the image generation.
You should use erect to trigger the image generation.
You should use flaccid to trigger the image generation.
You should use testicles to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- -
Model tree for cptsl/thatthang01
Base model
Tongyi-MAI/Z-Image-Turbo
# Gated model: Login with a HF token with gated access permission hf auth login