Illust XL Pony Door Chain | Sweet Tea StudioIllust XL Pony Door Chain
Base model : SDXL 1.0 Trained words : door chain π§ Usage (Python)
Verified source
Kindtext-to-imageBase modelstabilityai/stable-diffusion-xl-base-1.0Versionvcb6e51ecf240d70017f2cfd8d8daefe8c45bae5fLicenseopenrail++Publisher@MuapiCgrade Model source
- Kind
- text-to-image
- Base model
- stabilityai/stable-diffusion-xl-base-1.0
- Version
- vcb6e51ecf240d70017f2cfd8d8daefe8c45bae5f
- 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] door chain / γγ’γγ§γΌγ³  **Base model**: SDXL 1.0 **Trained words**: door chain ## π§ 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-door-chain-γγ’γγ§γΌγ³", "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
Base model : SDXL 1.0 Trained words : door chain π§ Usage (Python)
Muapi/illust-xl-pony-door-chain