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

zeromodels
/
stable-diffusion-3.5-medium

Text-to-Image
ZeroModels
Keras
PyTorch
JAX
google-tensorflow TensorFlow
English
stable-diffusion
stable-diffusion-3
sd3
mmdit
diffusion
rectified-flow
Model card Files Files and versions
xet
Community

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

  • Libraries
  • ZeroModels

    How to use zeromodels/stable-diffusion-3.5-medium with ZeroModels:

    # pip install -U zeromodels
    # ZeroModels is pure Keras 3, so pick a backend: "jax", "torch" or "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    from zeromodels import AutoZModel
    
    # AutoZModel reads the repo's model_type and loads the matching class.
    # For a task head use the matching loader, e.g. AutoZMImageClassify / AutoZMDetect /
    # AutoZMSemanticSegment / AutoZMTextGenerate (see zeromodels.auto).
    model = AutoZModel.from_weights("zeromodels/stable-diffusion-3.5-medium")
    
  • Keras

    How to use zeromodels/stable-diffusion-3.5-medium with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://zeromodels/stable-diffusion-3.5-medium")
    
  • Notebooks
  • Google Colab
  • Kaggle
stable-diffusion-3.5-medium
6.92 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
IMvision12's picture
IMvision12
Add the attribution notice and the modification statement to the model card
1eedce6 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    8.15 kB
    Add the attribution notice and the modification statement to the model card 1 day ago
  • model.weights.json
    141 kB
    Add stable-diffusion-3.5-medium: zeromodels Keras 3 conversion of stabilityai/stable-diffusion-3.5-medium 1 day ago
  • model_00000.weights.h5
    5.36 GB
    xet
    Add stable-diffusion-3.5-medium: zeromodels Keras 3 conversion of stabilityai/stable-diffusion-3.5-medium 1 day ago
  • model_00001.weights.h5
    1.55 GB
    xet
    Add stable-diffusion-3.5-medium: zeromodels Keras 3 conversion of stabilityai/stable-diffusion-3.5-medium 1 day ago
  • tokenizer.json
    3.64 MB
    Add stable-diffusion-3.5-medium: zeromodels Keras 3 conversion of stabilityai/stable-diffusion-3.5-medium 1 day ago
  • tokenizer_3.json
    2.42 MB
    Add stable-diffusion-3.5-medium: zeromodels Keras 3 conversion of stabilityai/stable-diffusion-3.5-medium 1 day ago
  • zm_config.json
    2.26 kB
    Add stable-diffusion-3.5-medium: zeromodels Keras 3 conversion of stabilityai/stable-diffusion-3.5-medium 1 day ago