Illustrious Pixel Art XL 1.5 By Creativehotia | Sweet Tea StudioIllustrious Pixel Art XL 1.5 By Creativehotia
Base model : Pony Trained words : pixelart,pixel 🧠 Usage (Python)
Verified source
Kindtext-to-imageBase modelcocktailpeanut/pony-diffusion-v6-xlVersionvd0f43bda4cd2add86771ec60be7e18cd892caa6eLicenseopenrail++Publisher@MuapiCgrade Model source
- Kind
- text-to-image
- Base model
- cocktailpeanut/pony-diffusion-v6-xl
- Version
- vd0f43bda4cd2add86771ec60be7e18cd892caa6e
- License
- openrail++
- Tasks
- Text to image
- Source
- Hugging Face
--- license: openrail++ library_name: diffusers base_model: cocktailpeanut/pony-diffusion-v6-xl tags: - lora - text-to-image - stable-diffusion-xl - pony - pony pipeline_tag: text-to-image --- # Illustrious Pixel Art XL & 1.5 By creativehotia  **Base model**: Pony **Trained words**: pixelart,pixel ## 🧠 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": "illustrious-pixel-art-xl-1.5-by-creativehotia", "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: cocktailpeanut/pony-diffusion-v6-xl tags: lora text-to-image stable-diffusion-xl pony pony pipelinetag: text-to-image
Jul 11
Base model : Pony Trained words : pixelart,pixel 🧠 Usage (Python)
Muapi/illustrious-pixel-art-xl-1.5-by-creativehotia