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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bhomik7
/
sd3.5_medium_lora_finetune

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

Instructions to use bhomik7/sd3.5_medium_lora_finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use bhomik7/sd3.5_medium_lora_finetune 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.5-medium", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("bhomik7/sd3.5_medium_lora_finetune")
    
    prompt = "Create a modern user interface design for a mobile application that focuses on fitness tracking. The layout should include a vibrant dashboard displaying key metrics such as steps taken, calories burned, and workout summaries. Incorporate interactive elements like buttons for starting workouts, viewing progress, and accessing nutrition information. Use a color palette that conveys energy and motivation, with clear typography and intuitive navigation."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
sd3.5_medium_lora_finetune
2.08 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
bhomik7's picture
bhomik7
End of training
b2c1644 verified over 1 year ago
  • checkpoint-1000
    End of training over 1 year ago
  • checkpoint-1500
    End of training over 1 year ago
  • checkpoint-2000
    End of training over 1 year ago
  • checkpoint-2500
    End of training over 1 year ago
  • checkpoint-500
    End of training over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.8 kB
    End of training over 1 year ago
  • image_0.png
    481 kB
    End of training over 1 year ago
  • image_1.png
    906 kB
    End of training over 1 year ago
  • image_2.png
    637 kB
    End of training over 1 year ago
  • pytorch_lora_weights.safetensors
    178 MB
    xet
    End of training over 1 year ago