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

jimchoi
/
simpletuner-lora

Text-to-Image
Diffusers
sd3
sd3-diffusers
simpletuner
lora
template:sd-lora
lycoris
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use jimchoi/simpletuner-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("stabilityai/stable-diffusion-3-medium-diffusers", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("jimchoi/simpletuner-lora")
    
    prompt = "A swift and agile elven archer perched in a tree, nocking an arrow."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
simpletuner-lora / assets
27.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
jimchoi's picture
jimchoi
Validation images auto-generated by SimpleTuner
c1895db verified over 1 year ago
  • image_0_0.png
    4.69 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_10_0.png
    1.83 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_11_0.png
    1.62 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_12_0.png
    3.35 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_1_0.png
    1.9 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_2_0.png
    1.66 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_3_0.png
    1.57 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_4_0.png
    1.71 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_5_0.png
    1.62 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_6_0.png
    1.7 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_7_0.png
    1.91 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_8_0.png
    2.01 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago
  • image_9_0.png
    1.54 MB
    xet
    Validation images auto-generated by SimpleTuner over 1 year ago