Metadata-Version: 2.1
Name: comfyui-play-traversal
Version: 1.0.0
Summary: Provides a structured model and helper nodes for producing long video sequences on ComfyUI using low vram machines.
Home-page: https://github.com/wgedeon/comfyui_play_traversal
Requires-Python: >=3.10
Requires-Dist: python_path
Requires-Dist: diffusers
Requires-Dist: accelerate
Requires-Dist: clip_interrogator>=0.6.0
Requires-Dist: sentencepiece
Requires-Dist: lark
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: spandrel
Requires-Dist: opencv-python-headless
Requires-Dist: matplotlib
Requires-Dist: peft
