
T-Shirt Diffusion
by ModelsLabnew test model v 1.1 - try it, it is mainly for testing purposes. Let me know in the comments what you think, I can tune it more in case of problems
MAGIFACTORY model is trained to generate t-shirt logos based on text input. The model takes in a text description of the desired t-shirt logo and generates a corresponding image. It is trained on a dataset of t-shirt logos with resolution 640x640px. Ideally use hires-fix rescale to 1280x1280 in automatic1111 WebUI with "Latents antialiased" and finally upscale to 5120x5120 with SwinIR_4x. Euler a scheduler preferred. I am running Instagram with top designs, so you can download and use them.
prompts:
cyberpunk astronaut flying in space (on a black background:1.4) as a t-shirt logo in the style of <MAGIFACTORY> art
a symbol of a car (on a black background:1.2) as t-shirt logo in the style of <MAGIFACTORY> art
negative prompt:
badly drawn, noisy, noise, blurred, ugly, cropped, out of frame, (double:1.4), (repeated:1.4), (repeating:1.4), signature, text, font, watermark
t-shirt-diffusionInput
Per image generation will cost 0.0047$
For premium plan image generation will cost 0.00$ i.e Free.
Output
Unknown content type
Looking for something different?
Models that trade off differently against the one you are viewing
Better quality
Newer flagship models that generally produce stronger results.
Faster turnaround
Built for speed when you are iterating on a prompt.
Related Models
Discover similar models you might be interested in
About T-Shirt Diffusion
new test model v 1.1 - try it, it is mainly for testing purposes. Let me know in the comments what you think, I can tune it more in case of problems MAGIFACTORY model is trained to generate t-shirt logos based on text input. The model takes in a text description of the desired t-shirt logo and generates a corresponding image. It is trained on a dataset of t-shirt logos with resolution 640x640px. Ideally use hires-fix rescale to 1280x1280 in automatic1111 WebUI with "Latents antialias
Technical Specifications
- Model ID
- t-shirt-diffusion
- Provider
- ModelsLab
- Task
- AI Generation
- Price
- $0.0047 per API call
- Added
- February 3, 2023
Quick Start
Integrate T-Shirt Diffusion into your application with a single API call. Get your API key from the pricing page to get started.
import requestsimport jsonurl = "https://modelslab.com/api/v6/images/text2img"headers = {"Content-Type": "application/json"}data = {"model_id": "t-shirt-diffusion","prompt": "your prompt here","key": "YOUR_API_KEY"}try:response = requests.post(url, headers=headers, json=data)response.raise_for_status() # Raises an HTTPError for bad responses (4XX or 5XX)result = response.json()print("API Response:")print(json.dumps(result, indent=2))except requests.exceptions.HTTPError as http_err:print(f"HTTP error occurred: {http_err} - {response.text}")except Exception as err:print(f"Other error occurred: {err}")
Pricing
T-Shirt Diffusion API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans
T-Shirt Diffusion FAQ
new test model v 1.1 - try it, it is mainly for testing purposes. Let me know in the comments what you think, I can tune it more in case of problems MAGIFACTORY model is trained to generate t-shirt logos based on text input. The model takes in a text description of the desired t-shirt lo
You can integrate T-Shirt Diffusion into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "t-shirt-diffusion" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.
T-Shirt Diffusion costs $0.0047 per API call. ModelsLab plans start at $21/month (Basic), and the $149/month Open Source plan includes unlimited generation on open-source models.
The model ID for T-Shirt Diffusion is "t-shirt-diffusion". Use this ID in your API requests to specify this model.
Yes. ModelsLab is subscription-based with no free tier — plans start at $21/month (Basic, 3,250 API calls). The $149/month Open Source Unlimited plan includes unlimited generation across open-source models; premium third-party models are billed per call from your wallet.


























