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

  • Log In
  • Sign Up

RunDiffusion
/
Juggernaut-Z-Image

Text-to-Image
Diffusers
Safetensors
GGUF
English
ZImagePipeline
rundiffusion
z-image
Model card Files Files and versions
xet
Community
2

Instructions to use RunDiffusion/Juggernaut-Z-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use RunDiffusion/Juggernaut-Z-Image with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-Z-Image", 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
Juggernaut-Z-Image
65.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
RunDiffusion's picture
RunDiffusion
Add fp16 safetensors variant
e63e375 verified 16 days ago
  • .gitattributes
    2.02 kB
    Upload Juggernaut_Z_V1_by_RunDiffusion_q8_0.gguf 23 days ago
  • Juggernaut_Z_V1_FP8_e4m3fn.safetensors
    6.15 GB
    xet
    Upload Juggernaut_Z_V1_FP8_e4m3fn.safetensors 23 days ago
  • Juggernaut_Z_V1_by_RunDiffusion.safetensors
    12.3 GB
    xet
    Upload Juggernaut_Z_V1_by_RunDiffusion.safetensors 23 days ago
  • Juggernaut_Z_V1_by_RunDiffusion_fp16.safetensors
    12.3 GB
    xet
    Add fp16 safetensors variant 16 days ago
  • Juggernaut_Z_V1_by_RunDiffusion_q4_k_m-002.gguf
    5.15 GB
    xet
    Upload Juggernaut_Z_V1_by_RunDiffusion_q4_k_m-002.gguf 24 days ago
  • Juggernaut_Z_V1_by_RunDiffusion_q4_k_s-001.gguf
    4.83 GB
    xet
    Upload Juggernaut_Z_V1_by_RunDiffusion_q4_k_s-001.gguf 24 days ago
  • Juggernaut_Z_V1_by_RunDiffusion_q5_k_m-003.gguf
    5.68 GB
    xet
    Upload Juggernaut_Z_V1_by_RunDiffusion_q5_k_m-003.gguf 24 days ago
  • Juggernaut_Z_V1_by_RunDiffusion_q5_k_s-005.gguf
    5.34 GB
    xet
    Upload Juggernaut_Z_V1_by_RunDiffusion_q5_k_s-005.gguf 24 days ago
  • Juggernaut_Z_V1_by_RunDiffusion_q6_k-004.gguf
    6.05 GB
    xet
    Upload Juggernaut_Z_V1_by_RunDiffusion_q6_k-004.gguf 23 days ago
  • Juggernaut_Z_V1_by_RunDiffusion_q8_0.gguf
    7.34 GB
    xet
    Upload Juggernaut_Z_V1_by_RunDiffusion_q8_0.gguf 23 days ago
  • README.md
    6.22 kB
    Add all website comparisons to model card 24 days ago