Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.21 KB

File metadata and controls

50 lines (39 loc) · 1.21 KB

Nunchaku Documentation

Nunchaku is a high-performance inference engine optimized for low-bit diffusion models and LLMs, as introduced in our paper `SVDQuant <paper_svdquant_>`_. Check out `DeepCompressor <github_deepcompressor_>`_ for the quantization library.

.. toctree::
   :maxdepth: 2
   :caption: Installation

   installation/installation.rst
   installation/setup_windows.rst

.. toctree::
    :maxdepth: 1
    :caption: Usage Tutorials

    usage/basic_usage.rst
    usage/lora.rst
    usage/kontext.rst
    usage/controlnet.rst
    usage/qencoder.rst
    usage/offload.rst
    usage/attention.rst
    usage/fbcache.rst
    usage/pulid.rst
    usage/ip_adapter.rst

.. toctree::
    :maxdepth: 1
    :caption: Python API Reference

    python_api/nunchaku.rst

.. toctree::
    :maxdepth: 1
    :caption: Useful Tools
    :titlesonly:

    ComfyUI Plugin: ComfyUI-nunchaku <https://nunchaku.tech/docs/ComfyUI-nunchaku/>
    Custom Model Quantization: DeepCompressor <https://github.com/nunchaku-tech/deepcompressor>
    Gradio Demos <https://github.com/nunchaku-tech/nunchaku/tree/main/app>


.. toctree::
    :maxdepth: 1
    :caption: Other Resources

    faq/faq.rst
    developer/contribution_guide.rst