Edit model card

Keli - Generative Text-to-Image Model

Este modelo fue entrenado utilizando LoRA y la arquitectura Stable Diffusion. Está diseñado para generar imágenes a partir de descripciones textuales.

Uso

from transformers import pipeline

generator = pipeline('text-to-image', model='Gerver59/Keli')
prompt = "A futuristic cityscape at sunset"
image = generator(prompt)
image.show()
Downloads last month
0
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.