Illust XL Pony Convenient Censoring Innertube | Sweet Tea StudioIllust XL Pony Convenient Censoring Innertube
Base model : SDXL 1.0 Trained words : convenient censoring, innertube 🧠 Usage (Python)
Verified source
Kindtext-to-imageBase modelstabilityai/stable-diffusion-xl-base-1.0Versionv503fe9aa511aadeaf43c1bdf087bfe007e893456Licenseopenrail++Publisher@MuapiCgrade Model source
- Kind
- text-to-image
- Base model
- stabilityai/stable-diffusion-xl-base-1.0
- Version
- v503fe9aa511aadeaf43c1bdf087bfe007e893456
- License
- openrail++
- Tasks
- Text to image
- Source
- Hugging Face
--- license: openrail++ library_name: diffusers base_model: stabilityai/stable-diffusion-xl-base-1.0 tags: - lora - text-to-image - stable-diffusion-xl - sdxl - sdxl-1.0 pipeline_tag: text-to-image --- # [Illust&XL&Pony] convenient censoring innertube / 浮き輪で局部を隠す  **Base model**: SDXL 1.0 **Trained words**: convenient censoring, innertube ## 🧠 Usage (Python) 🔑 **Get your MUAPI key** from [muapi.ai/access-keys](https://muapi.ai/access-keys) ```python 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": "illustxlpony-convenient-censoring-innertube-浮き輪で局部を隠す", "lora_strength": 1.0, "width": 1024, "height": 1024, "num_images": 1 } print(requests.post(url, headers=headers, json=payload).json()) ```
Sources & provenance
1 active source
Source evidence
3 excerpts
license: openrail++ libraryname: diffusers basemodel: stabilityai/stable-diffusion-xl-base-1.0 tags: lora text-to-image stable-diffusion-xl sdxl sdxl-1.0 pipelinetag: text-to-image
Jul 11
Base model : SDXL 1.0 Trained words : convenient censoring, innertube 🧠 Usage (Python)
Muapi/illust-xl-pony-convenient-censoring-innertube