README.md

June 22, 2026 · View on GitHub

kiuikit_logo
Kiuikit
pip install kiui   •   Documentation

A niche toolkit for computer vision (especially 3D vision) tasks.

Install

# released
pip install kiui # install the minimal package
pip install kiui[full] # install optional dependencies

# latest
pip install git+https://github.com/ashawkey/kiuikit.git # only the minimal package

Highlights

CLI tools:

CommandDescription
kireGUI 3D mesh viewer with PBR rendering, auto-rotate, save video
kisrSuper-resolution (Real-ESRGAN)
kiviVideo/image info, resize, preview (capped-CRF), split
kissSystem information — OS, CPU, GPU, torch, CUDA, conda
ksSlurm job management — queue, history, logs, cancel, usage
kiaMinimal yet powerful AI agent — tool-use, web access, skills

Python library:

ModuleHighlights
kiui.lo()Rich-based inspection of arrays, tensors, and any object
kiui.MeshTorch-native 3D mesh — load .obj/.glb/.ply/.fbx, export, auto-UV, auto-normalize
kiui.read_video / write_videoVideo I/O with numpy/torch support
kiui.read_image / write_imageImage I/O with float/HDR support
kiui.opVector math (dot, length, safe_normalize) working on both torch & numpy
kiui.camOrbitCamera, projection / unprojection utilities
kiui.quaternionQuaternion math (norm, multiply, slerp, to/from matrices) for torch & numpy
kiui.nnStandalone PyTorch NN blocks — MLP, DiT, UNet 2D/3D, VAE, attention, flow matching
kiui.gridencoderHash-grid encoding with CUDA backend
kiui.lpipsClean LPIPS perceptual loss (SqueezeNet)
kiui.timerCUDA-synchronized timer (context manager & decorator)
kiui.equirectEquirectangular (360°) / cubemap utilities
kiui.geocalibSingle-image camera intrinsics estimation

See the documentation for full API details.