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

  • Log In
  • Sign Up

micxael
/
sdxl_LoRA_model

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

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

  • Libraries
  • Diffusers

    How to use micxael/sdxl_LoRA_model 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("micxael/sdxl_LoRA_model")
    
    prompt = "In the style of this jewelry brand"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sdxl_LoRA_model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
micxael's picture
micxael
End of training
b5e33e9 verified almost 2 years ago
  • logs
    End of training almost 2 years ago
  • .gitattributes
    1.62 kB
    End of training almost 2 years ago
  • README.md
    1.59 kB
    End of training almost 2 years ago
  • image_1.png
    889 kB
    End of training almost 2 years ago
  • image_10.png
    1.08 MB
    xet
    End of training almost 2 years ago
  • image_2.png
    955 kB
    End of training almost 2 years ago
  • image_3.png
    906 kB
    End of training almost 2 years ago
  • image_4.png
    1.05 MB
    xet
    End of training almost 2 years ago
  • image_5.png
    490 kB
    End of training almost 2 years ago
  • image_6.png
    635 kB
    End of training almost 2 years ago
  • image_7.png
    756 kB
    End of training almost 2 years ago
  • image_8.png
    937 kB
    End of training almost 2 years ago
  • image_9.png
    794 kB
    End of training almost 2 years ago
  • pytorch_lora_weights.safetensors
    23.4 MB
    xet
    End of training almost 2 years ago