Public vals
2
torlanco
shirtGenScript
HTTP
π Shirtgen API Endpoint Shirtgen lets you generate AI-powered t-shirt designs with just a prompt! ποΈ Choose between the standard "Flux Schnell" model or the enhanced "Pro" model. Perfect for creating unique custom apparel in seconds! π π‘ How it Works Send a POST request to the endpoint with your design prompt. Toggle between Standard and Pro models using the useProModel flag. The AI generates a high-quality t-shirt design based on your prompt. π₯ Expected POST Data {
"prompt": "A retro sunset with palm trees π΄π
",
"useProModel": true
}
0
torlanco
shirtGen
HTTP
π Shirtgen Shirtgen lets you generate AI-powered t-shirt designs with just a prompt! ποΈ Choose between Flux Schnell or the Pro model for enhanced results, and watch AI bring your ideas to life in seconds. Perfect for creating custom apparel effortlessly! π How it Works Enter a prompt describing your design. Toggle between Standard and Pro models. Hit "Generate" to see your AI-crafted t-shirt design appear! Image Generation Sources With Replicate API Key : Uses Replicate Hosted Flux models for high-quality designs. Without Replicate Key : Falls back to a Val.town image generator for quick designs. Requirements Optional Replicate API Key : To use the advanced models, set REPLICATE_API_KEY in your environment.
0