Phone Exposure | Sweet Tea StudioPhone Exposure
Base model : Pony Trained words : phone exposure, phone pov 🧠 Usage (Python)
Verified source
Kindtext-to-imageBase modelcocktailpeanut/pony-diffusion-v6-xlVersionvfc533e5446f2a8da18caf06a9f23a284bf78626fLicenseopenrail++Publisher@MuapiCgrade Model source
- Kind
- text-to-image
- Base model
- cocktailpeanut/pony-diffusion-v6-xl
- Version
- vfc533e5446f2a8da18caf06a9f23a284bf78626f
- 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 --- # Phone Exposure  **Base model**: Pony **Trained words**: phone exposure, phone pov ## 🧠 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": "phone-exposure", "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
Base model : Pony Trained words : phone exposure, phone pov 🧠 Usage (Python)