Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pettankoutei
/
Loras

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

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

  • Libraries
  • Diffusers

    How to use pettankoutei/Loras 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("pettankoutei/Loras")
    
    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
Loras
3.98 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 158 commits
pettankoutei's picture
pettankoutei
Upload 18 files
9e6f663 verified 5 months ago
  • ILsamples
    Upload 18 files 5 months ago
  • PonyDiff_v6
    Upload 3 files over 1 year ago
  • SD15
    Upload 6 files almost 2 years ago
  • .gitattributes
    2.31 kB
    initial commit about 2 years ago
  • README.md
    44.8 kB
    Update README.md over 1 year ago
  • bmac-logo-.png
    3.51 kB
    xet
    Upload 2 files about 2 years ago
  • bmac_button.png
    24.9 kB
    xet
    Upload bmac_button.png about 2 years ago
  • hf-logo-.png
    7.9 kB
    xet
    Upload 2 files about 2 years ago