Kafun Style XL Pony Illustrious XL By Yeiyeiart | Sweet Tea StudioKafun Style XL Pony Illustrious XL By Yeiyeiart
Base model : Illustrious Trained words : KafunXLP,, 🧠 Usage (Python)
Verified source
Kindtext-to-imageBase modelOnomaAIResearch/Illustrious-xl-early-release-v0Versionv3f45f652999e6d64cc3cab97a7e059f7d0fa7a60Licenseopenrail++Publisher@MuapiCgrade Model source
- Kind
- text-to-image
- Base model
- OnomaAIResearch/Illustrious-xl-early-release-v0
- Version
- v3f45f652999e6d64cc3cab97a7e059f7d0fa7a60
- 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 --- # Kafun STYLE -XL PONY | Illustrious XL- by YeiyeiArt  **Base model**: Illustrious **Trained words**: KafunXLP,, ## 🧠 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": "kafun-style-xl-pony-illustrious-xl-by-yeiyeiart", "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
Jul 11
Base model : Illustrious Trained words : KafunXLP,, 🧠 Usage (Python)
Muapi/kafun-style-xl-pony-illustrious-xl-by-yeiyeiart