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 / contrast
30.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
JujoHotaru's picture
JujoHotaru
Upload 5 files
53b3a67 over 2 years ago
  • README.md
    1.81 kB
    update over 2 years ago
  • contrast1.webp
    9.82 MB
    xet
    Upload 5 files over 2 years ago
  • contrast2.webp
    10.8 MB
    xet
    Upload 5 files over 2 years ago
  • contrast3.webp
    6.04 MB
    xet
    Upload 5 files over 2 years ago
  • steps1.webp
    2.01 MB
    xet
    Upload 5 files over 2 years ago
  • thumb.webp
    1.96 MB
    xet
    Upload 5 files over 2 years ago