Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ronniealfaro
/
uyiko-e_Lora

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use ronniealfaro/uyiko-e_Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ronniealfaro/uyiko-e_Lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/sdxl-turbo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ronniealfaro/uyiko-e_Lora")
    
    prompt = "A graceful nine-tailed kitsune sits under a full moon, perched on the curved rooftop of a traditional Edo-period temple. Its fur glows softly in the moonlight, with swirling ethereal wisps surrounding it. Cherry blossoms float gently through the night air, carried by the wind. The background features a misty landscape with rolling hills and a quiet village below. The composition is inspired by Tsukioka Yoshitoshi’s supernatural Ukiyo-e prints, with deep blues and soft gradients enhancing the eerie yet elegant atmosphere."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
uyiko-e_Lora
231 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
ronniealfaro's picture
ronniealfaro
Update README.md
7cb2acb verified over 1 year ago
  • images
    Add 6 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    6.37 kB
    Update README.md over 1 year ago
  • Ukiyo-e_LoRa.safetensors
    228 MB
    xet
    Add 6 files over 1 year ago