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

unsloth
/
ideogram-4-nf4

Text-to-Image
Diffusers
Safetensors
Ideogram4Pipeline
image-generation
diffusion
flow-matching
dit
ideogram
8-bit precision
Model card Files Files and versions
xet
Community

Instructions to use unsloth/ideogram-4-nf4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use unsloth/ideogram-4-nf4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("unsloth/ideogram-4-nf4", 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
ideogram-4-nf4
16.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
danielhanchen's picture
danielhanchen
Warn that the fused attention layout needs a splitting loader
bfd7bfc verified about 18 hours ago
  • assets
    Add files using upload-large-folder tool about 19 hours ago
  • scheduler
    Add files using upload-large-folder tool about 19 hours ago
  • text_encoder
    Add files using upload-large-folder tool about 19 hours ago
  • tokenizer
    Add files using upload-large-folder tool about 19 hours ago
  • transformer
    Add files using upload-large-folder tool about 19 hours ago
  • unconditional_transformer
    Add files using upload-large-folder tool about 19 hours ago
  • vae
    Add files using upload-large-folder tool about 19 hours ago
  • .gitattributes
    2.09 kB
    Add files using upload-large-folder tool about 19 hours ago
  • LICENSE.md
    13.6 kB
    Add files using upload-large-folder tool about 19 hours ago
  • NOTICE
    489 Bytes
    Add files using upload-large-folder tool about 19 hours ago
  • README.md
    21.2 kB
    Warn that the fused attention layout needs a splitting loader about 18 hours ago
  • model_index.json
    558 Bytes
    Add files using upload-large-folder tool about 19 hours ago