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.

Keyli

This model, Keyli, is fine-tuned for generating high-quality images based on text prompts using the Stable Diffusion technique with LoRA (Low-Rank Adaptation). It leverages the XLabs-AI/flux-RealismLora as its base model, enabling it to produce realistic and detailed images.

Model Overview

Keyli is designed for text-to-image generation tasks, and it performs particularly well in generating images of people in urban environments or similar settings. The model was fine-tuned with a focus on maintaining high realism and image quality.

Prompt
A photo of a woman in a floral dress

Inference API

This model is compatible with the Hugging Face Inference API. You can use it directly in your applications to generate images from text descriptions. To do this, make sure the model is public and enabled for inference.

Download Model

The weights for this model are available in Safetensors format.

Download the model files from the Files & versions tab.

Example Usage

Here is how you can use this model with the Diffusers library:

from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("XLabs-AI/flux-RealismLora")
pipeline.load_lora_weights("gerver/keyli")

# Example prompt to generate an image
image = pipeline("A high-resolution photo of a woman standing in a city street at night, wearing a floral dress").images[0]
image.save("generated_image.png")
Downloads last month
4
Inference Examples
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.

Model tree for gerver/keyli

Adapter
this model