You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Cat in Space πŸ±πŸš€

This is a Stable Diffusion XL model fine-tuned to generate cartoon cats in space.

Example

from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained("freshcodestech/cat_in_space", torch_dtype=torch.float16)
pipe.to("cuda")

image = pipe("a cartoon cat in a space suit floating in a colorful galaxy").images[0]
image.save("cat.png")
Downloads last month
40
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ 1 Ask for provider support

Model tree for freshcodestech/cat_in_space

Finetuned
(1212)
this model