language: en license: creativeml-openrail-m tags:

  • lora

  • stable-diffusion-xl

  • bigdog datasets:

  • your-dataset-name-here metrics:

  • FID---

    bigdog LoRA Model

    This model is a LoRA (Low-Rank Adaption) model fine-tuned for generating images of pets using stable-diffusion-xl-base-1.0.

    Model Description

    Intended Use

    • For generating images of pets.
    • You can use this model to create fun and realistic images.

    Training Data

    The dataset consists of custom images of pets in various poses and contexts.

    Limitations

    • The model may not generalize well to other instances of pets with significantly different appearances.

    How to Use

    from diffusers import DiffusionPipeline
    import torch
    
    pipe = DiffusionPipeline.from_pretrained("andytillo1/bigdog_20240819_110207_LoRA")
    pipe.to("cuda" if torch.cuda.is_available() else "cpu")
    prompt = "A photo of a bigdog"
    image = pipe(prompt=prompt).images[0]
    image.show()
    
Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support