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

  • Log In
  • Sign Up

jdp8
/
Stable-Diffusion-3.5-Small-Preview1

Text-to-Image
Diffusers
Safetensors
English
StableDiffusion3Pipeline
SD3.5Small
txt2img
Model card Files Files and versions
xet
Community

Instructions to use jdp8/Stable-Diffusion-3.5-Small-Preview1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use jdp8/Stable-Diffusion-3.5-Small-Preview1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jdp8/Stable-Diffusion-3.5-Small-Preview1", dtype=torch.bfloat16, device_map="cuda")
    
    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-Small-Preview1 / tokenizer_3
2.45 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
jdp8's picture
jdp8
Upload 25 files
512c982 verified 21 days ago
  • special_tokens_map.json
    2.54 kB
    Upload 25 files 21 days ago
  • tokenizer.json
    2.42 MB
    Upload 25 files 21 days ago
  • tokenizer_config.json
    20.8 kB
    Upload 25 files 21 days ago