Small Dom Big Sub | Sweet Tea StudioSmall Dom Big Sub
Base model : Illustrious Trained words : SDBSER, size difference, large breasts, 1girl, (1boy:1.3) 🧠 Usage (Python)
Verified source
Kindtext-to-imageBase modelOnomaAIResearch/Illustrious-xl-early-release-v0Versionv18af7e31aba92a2f5e74173958176c3f19d20996Licenseopenrail++Publisher@MuapiCgrade Model source
- Kind
- text-to-image
- Base model
- OnomaAIResearch/Illustrious-xl-early-release-v0
- Version
- v18af7e31aba92a2f5e74173958176c3f19d20996
- License
- openrail++
- Tasks
- Text to image
- Source
- Hugging Face
--- 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 --- # Small Dom Big Sub  **Base model**: Illustrious **Trained words**: SDBSER, size difference, large breasts, 1girl, (1boy:1.3) ## 🧠 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": "small-dom-big-sub", "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: OnomaAIResearch/Illustrious-xl-early-release-v0 tags: lora text-to-image stable-diffusion-xl illustrious illustrious pipelinetag: text-to-image
Base model : Illustrious Trained words : SDBSER, size difference, large breasts, 1girl, (1boy:1.3) 🧠 Usage (Python)