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

ariG23498
/
sd-3.5-merged

Text-to-Image
Diffusers
Safetensors
English
StableDiffusion3Pipeline
stable-diffusion
Model card Files Files and versions
xet
Community

Instructions to use ariG23498/sd-3.5-merged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ariG23498/sd-3.5-merged with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ariG23498/sd-3.5-merged", 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 Settings
  • Draw Things
  • DiffusionBee
sd-3.5-merged
27.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
ariG23498's picture
ariG23498 HF Staff
adding login details
fc72d85 almost 2 years ago
  • assets
    Upload grid.png almost 2 years ago
  • scheduler
    Upload StableDiffusion3Pipeline almost 2 years ago
  • text_encoder
    Upload StableDiffusion3Pipeline almost 2 years ago
  • text_encoder_2
    Upload StableDiffusion3Pipeline almost 2 years ago
  • text_encoder_3
    Upload StableDiffusion3Pipeline almost 2 years ago
  • tokenizer
    Upload StableDiffusion3Pipeline almost 2 years ago
  • tokenizer_2
    Upload StableDiffusion3Pipeline almost 2 years ago
  • tokenizer_3
    Upload StableDiffusion3Pipeline almost 2 years ago
  • transformer
    Upload folder using huggingface_hub almost 2 years ago
  • vae
    Upload StableDiffusion3Pipeline almost 2 years ago
  • .gitattributes
    1.63 kB
    Upload grid.png almost 2 years ago
  • .gitignore
    9 Bytes
    chore: first pass for README almost 2 years ago
  • LICENSE.md
    11.7 kB
    chore: first pass for README almost 2 years ago
  • README.md
    4.67 kB
    adding login details almost 2 years ago
  • model_index.json
    762 Bytes
    Upload StableDiffusion3Pipeline almost 2 years ago