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

inclusionAI
/
LLaDA-Image-Turbo

Text-to-Image
Diffusers
Safetensors
English
Chinese
LLaDAImagePipeline
image-generation
image-editing
image-to-image
Model card Files Files and versions
xet
Community
2

Instructions to use inclusionAI/LLaDA-Image-Turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use inclusionAI/LLaDA-Image-Turbo with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("inclusionAI/LLaDA-Image-Turbo", 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
LLaDA-Image-Turbo / text_encoder
32.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
kenshin
Remove VeOmni runtime dependency
07450d5 1 day ago
  • config.json
    1.5 kB
    init models 8 days ago
  • configuration_llada2uni_moe.py
    4.7 kB
    init models 8 days ago
  • fused_moe_ops.py
    14.1 kB
    Remove VeOmni runtime dependency 1 day ago
  • model-00001-of-00009.safetensors
    3.92 GB
    xet
    init models 8 days ago
  • model-00002-of-00009.safetensors
    3.81 GB
    xet
    init models 8 days ago
  • model-00003-of-00009.safetensors
    4.01 GB
    xet
    init models 8 days ago
  • model-00004-of-00009.safetensors
    3.81 GB
    xet
    init models 8 days ago
  • model-00005-of-00009.safetensors
    3.82 GB
    xet
    init models 8 days ago
  • model-00006-of-00009.safetensors
    3.81 GB
    xet
    init models 8 days ago
  • model-00007-of-00009.safetensors
    3.84 GB
    xet
    init models 8 days ago
  • model-00008-of-00009.safetensors
    3.81 GB
    xet
    init models 8 days ago
  • model-00009-of-00009.safetensors
    1.79 GB
    xet
    init models 8 days ago
  • model.safetensors.index.json
    28 kB
    init models 8 days ago
  • modeling_llada2uni_moe.py
    51.6 kB
    Remove VeOmni runtime dependency 1 day ago