Seedance 2.0 is here - create consistent, multimodal AI videos faster with images, videos, and audio in one prompt.

Try Now
Skip to main content
T-shirt Diffusion thumbnail

T-Shirt Diffusion

by ModelsLab

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 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-diffusion
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

Select models...

Per image generation will cost 0.0047$
For premium plan image generation will cost 0.00$ i.e Free.

Output

Idle

Unknown content type

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 &nbsp; MAGIFACTORY&nbsp;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 requests
import json
url = "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}")

View the full API documentation for SDKs, code examples in Python, JavaScript, and more.

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 &nbsp; MAGIFACTORY&nbsp;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 uses pay-per-use pricing with no minimum commitments. A free tier is available to get started.

The model ID for T-Shirt Diffusion is "t-shirt-diffusion". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try T-Shirt Diffusion and other AI models. Sign up to get free API credits and start building immediately.