Edit model card

Timido-pony-Tanger

This is a text-to-image model based on [base model name/architecture if applicable] that has been fine-tuned on a dataset of [describe your training data]. It is designed to generate images of ponies, including the "Timido" character style.

Usage

from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained("kevin666444/Timido-pony-Tanger", torch_dtype=torch.float16)
pipe = pipe.to("cuda")  # If you have a GPU

image = pipe("your prompt here").images[0]
image.save("generated_image.png")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .