Skip to content

KokeCacao/kokikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

A General NeRF and Diffusion Toolkit for KatUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages