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.

text2webpage fine-tuning - keyurhirpara/Text_to_WebPage

These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the keyurhirpara/Website_Img_5 dataset. You can find some example images in the following.

img_0 img_1 img_2 img_3

Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.

Intended uses & limitations

How to use

from diffusers import DiffusionPipeline
import torch

model_path = "keyurhirpara/sd-tti-model-lora-sdxl"
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16, use_safetensors=True,)
pipe.to("cuda")
pipe.load_lora_weights(model_path)

prompt = "Create a English website page for Travel Agency: A visually immersive design with high-resolution images, a center-aligned logo, and a top navigation menu with links for vacation packages, destinations, and customer reviews. The design includes scrolling sections for showcasing destinations and highlighting the latest discount offers."

images = pipe(prompt=prompt, num_inference_steps=50, guidance_scale=7.5).images[0]

Limitations and bias

[TODO: provide examples of latent issues and potential remediations]

Training details

[TODO: describe the data used to train the model]

Downloads last month
0
Inference Examples
Inference API (serverless) is not available, repository is disabled.

Model tree for keyurhirpara/text_to_WebPage

Adapter
this model

Dataset used to train keyurhirpara/text_to_WebPage