Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 775 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 775 Bytes

KokiKit

A General NeRF and Diffusion Toolkit for KatUI

Installation

# for production
pip install "git+https://github.com/KokeCacao/kokikit.git"

# for developers who intend to edit the module (but pylance will lint incorrectly)
git clone https://github.com/KokeCacao/kokikit.git
pip install -e .

# for developers who want local install (but changes won't automatically reflected)
git clone https://github.com/KokeCacao/kokikit.git
pip install .

Citation

See CREADITS.md for all credits.

@misc{kokikit,
  title={KokiKit: A General NeRF and Diffusion Toolkit},
  author={Koke_Cacao},
  year={2023},
  howpublished={\url{https://github.com/KokeCacao/kokikit}},
  note={Open-source software}
}