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

runchat
/
lora-533d7b31-63fd-42a0-be75-b68de7db171f-RunchatShell

Text-to-Image
Diffusers
TensorBoard
stable-diffusion-xl
lora
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use runchat/lora-533d7b31-63fd-42a0-be75-b68de7db171f-RunchatShell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use runchat/lora-533d7b31-63fd-42a0-be75-b68de7db171f-RunchatShell 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/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("runchat/lora-533d7b31-63fd-42a0-be75-b68de7db171f-RunchatShell")
    
    prompt = "a photo of RunchatShell style"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
lora-533d7b31-63fd-42a0-be75-b68de7db171f-RunchatShell
186 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
gwyllo's picture
gwyllo
Upload SDXL LoRA for 'RunchatShell'
d110ff1 verified 10 months ago
  • logs
    Upload SDXL LoRA for 'RunchatShell' 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.1 kB
    Upload SDXL LoRA for 'RunchatShell' 10 months ago
  • pytorch_lora_weights.safetensors
    186 MB
    xet
    Upload SDXL LoRA for 'RunchatShell' 10 months ago