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

YUXU915
/
TAG-MoE

Image-to-Image
Diffusers
Safetensors
English
Chinese
Model card Files Files and versions
xet
Community
1

Instructions to use YUXU915/TAG-MoE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use YUXU915/TAG-MoE with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("YUXU915/TAG-MoE", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
TAG-MoE / transformer
45.4 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
YUXU915's picture
YUXU915
Release TAG-MoE weight (#1)
69569c3 4 months ago
  • config.json
    628 Bytes
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00001-of-00010.safetensors
    4.82 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00002-of-00010.safetensors
    4.81 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00003-of-00010.safetensors
    4.81 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00004-of-00010.safetensors
    4.8 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00005-of-00010.safetensors
    4.76 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00006-of-00010.safetensors
    4.76 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00007-of-00010.safetensors
    4.72 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00008-of-00010.safetensors
    4.79 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00009-of-00010.safetensors
    4.79 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model-00010-of-00010.safetensors
    2.33 GB
    xet
    Release TAG-MoE weight (#1) 4 months ago
  • diffusion_pytorch_model.safetensors.index.json
    200 kB
    Release TAG-MoE weight (#1) 4 months ago