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

ovieyra21
/
lora-ssdxl

Text-to-Image
Diffusers
Trained with AutoTrain
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ovieyra21/lora-ssdxl with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ovieyra21/lora-ssdxl", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a woman"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
lora-ssdxl
20.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
ovieyra21's picture
ovieyra21
Update README.md
885f330 verified about 2 years ago
  • images
    Add 3 files about 2 years ago
  • .gitattributes
    2.31 kB
    initial commit about 2 years ago
  • README.md
    189 Bytes
    Update README.md about 2 years ago
  • dataset_config.toml
    336 Bytes
    Upload dataset_config.toml about 2 years ago
  • mabama-10.safetensors
    19 MB
    xet
    Upload mabama-10.safetensors about 2 years ago