Muapi's picture
Add Breast Sucking Fingering - Concept
395270d verified
|
Raw
History Blame Contribute Delete
1.19 kB
metadata
license: openrail++
library_name: diffusers
base_model: OnomaAIResearch/Illustrious-xl-early-release-v0
tags:
  - lora
  - text-to-image
  - stable-diffusion-xl
  - illustrious
  - illustrious
pipeline_tag: text-to-image

Breast Sucking Fingering - Concept

preview

Base model: Illustrious Trained words: lora:breast-sucking-fingering-v3-illustriousxl-lora-nochekaiser:1, breast sucking fingering, 1boy, nipples, closed eyes, hetero, uncensored, lying, penis, pussy, sex, spread legs, on back, on bed, testicles, grabbing, grabbing another's breast, fingering, breast sucking, anal, completely nude,

🧠 Usage (Python)

🔑 Get your MUAPI key from muapi.ai/access-keys

import requests, os
url = "https://api.muapi.ai/api/v1/sdxl-lora-image"
headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
payload = {
    "prompt": "masterpiece, best quality",
    "lora_model": "breast-sucking-fingering-concept",
    "lora_strength": 1.0,
    "width": 1024,
    "height": 1024,
    "num_images": 1
}
print(requests.post(url, headers=headers, json=payload).json())