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

AI-Joe-git
/
POCKET-Image-Zimage-MLX

Text-to-Image
Diffusers
Safetensors
ZImagePipeline
Model card Files Files and versions
xet
Community

Instructions to use AI-Joe-git/POCKET-Image-Zimage-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use AI-Joe-git/POCKET-Image-Zimage-MLX with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AI-Joe-git/POCKET-Image-Zimage-MLX", 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
POCKET-Image-Zimage-MLX
10.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
AI-Joe-git's picture
AI-Joe-git
Upload text_encoder-mlx-2bit/model.safetensors with huggingface_hub
76f4eb4 verified 8 days ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub 8 days ago
  • text_encoder-mlx-2bit
    Upload text_encoder-mlx-2bit/model.safetensors with huggingface_hub 8 days ago
  • text_encoder-mlx-4bit
    Upload text_encoder-mlx-4bit/model.safetensors with huggingface_hub 8 days ago
  • text_encoder
    Upload text_encoder/config.json with huggingface_hub 8 days ago
  • tokenizer
    Upload tokenizer/chat_template.jinja with huggingface_hub 8 days ago
  • transformer-mlx-2bit
    Upload transformer-mlx-2bit/diffusion_pytorch_model.safetensors with huggingface_hub 8 days ago
  • transformer-mlx-4bit
    Upload transformer-mlx-4bit/diffusion_pytorch_model.safetensors with huggingface_hub 8 days ago
  • transformer
    Upload transformer/config.json with huggingface_hub 8 days ago
  • vae
    Upload vae/diffusion_pytorch_model.safetensors with huggingface_hub 8 days ago
  • .gitattributes
    1.58 kB
    Upload tokenizer/tokenizer.json with huggingface_hub 8 days ago
  • model_index.json
    464 Bytes
    Upload model_index.json with huggingface_hub 8 days ago