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

  • Log In
  • Sign Up

JujoHotaru
/
lora

Text-to-Image
Diffusers
Japanese
English
anime
art
stable-diffusion
stable-diffusion-diffusers
lora
Model card Files Files and versions
xet
Community
3

Instructions to use JujoHotaru/lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use JujoHotaru/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("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("JujoHotaru/lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
lora / whiteeyelash
6.86 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JujoHotaru's picture
JujoHotaru
up
d7764f9 7 months ago
  • README.md
    1.15 kB
    update over 2 years ago
  • thumb.webp
    446 kB
    xet
    up 7 months ago
  • whiteeyelash01.webp
    663 kB
    Upload 11 files over 2 years ago
  • whiteeyelash02.webp
    647 kB
    Upload 11 files over 2 years ago
  • whiteeyelash03.webp
    686 kB
    Upload 11 files over 2 years ago
  • whiteeyelash04.webp
    639 kB
    Upload 11 files over 2 years ago
  • whiteeyelash05.webp
    669 kB
    Upload 11 files over 2 years ago
  • whiteeyelash06.webp
    634 kB
    Upload 11 files over 2 years ago
  • whiteeyelash07.webp
    614 kB
    Upload 11 files over 2 years ago
  • whiteeyelash08.webp
    586 kB
    Upload 11 files over 2 years ago
  • whiteeyelash09.webp
    638 kB
    Upload 11 files over 2 years ago
  • whiteeyelash10.webp
    634 kB
    Upload 11 files over 2 years ago