Edit model card

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.

Nombre del Modelo

Este modelo est谩 dise帽ado para generar im谩genes a partir de descripciones de texto utilizando la arquitectura Stable Diffusion.

Descripci贸n

Este modelo fue entrenado utilizando el conjunto de datos your-dataset-name y est谩 basado en el modelo stabilityai/stable-diffusion-2-1. Est谩 optimizado para tareas de generaci贸n de im谩genes a partir de texto, utilizando la librer铆a diffusers.

C贸mo Usar

Puedes usar este modelo directamente con la Inference API de Hugging Face. Aqu铆 tienes un ejemplo en Python:

from diffusers import StableDiffusionPipeline
import torch

model_id = "tu-usuario/tu-modelo"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "Una pintura surrealista de un gato volando en el espacio"
image = pipe(prompt).images[0]

image.save("output.png")
Downloads last month
0
Inference Examples
Inference API (serverless) is not available, repository is disabled.

Model tree for deharo5/BlackW

Finetuned
this model