Instructions to use cptsl/NipplePokies with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cptsl/NipplePokies with Diffusers:
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/NipplePokies") prompt = "a smiling slender woman wearing a yellow satin cropped longsleeve, sitting at a random indoor location, <lora:CrunchyBanana_ZIT_Pokies_V1:1>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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/NipplePokies")
prompt = "a smiling slender woman wearing a yellow satin cropped longsleeve, sitting at a random indoor location, <lora:CrunchyBanana_ZIT_Pokies_V1:1>"
image = pipe(prompt).images[0]NipplePokies

- Prompt
- a smiling slender woman wearing a yellow satin cropped longsleeve, sitting at a random indoor location, <lora:CrunchyBanana_ZIT_Pokies_V1:1>
- Negative Prompt
- nipples, text, print, graphic, nsfw
Model description
Copy for tests
Original here: https://civitai.com/models/2215040?modelVersionId=2493795
Download model
Download them in the Files & versions tab.
- Downloads last month
- 45
Model tree for cptsl/NipplePokies
Base model
Tongyi-MAI/Z-Image-Turbo