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

  • Log In
  • Sign Up

justmalhar
/
stable-diffusion-3.5-large-thumbnails

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

Instructions to use justmalhar/stable-diffusion-3.5-large-thumbnails with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use justmalhar/stable-diffusion-3.5-large-thumbnails with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("justmalhar/stable-diffusion-3.5-large-thumbnails")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
stable-diffusion-3.5-large-thumbnails
23.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
justmalhar's picture
justmalhar
End of training
5d06fa2 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    204 Bytes
    End of training over 1 year ago
  • pytorch_lora_weights.safetensors
    23.7 MB
    xet
    End of training over 1 year ago