Metadata-Version: 2.1
Name: comfyui-ultrapixel
Version: 0.0.1
Summary: Implementation of UltraPixel on ComfyUI
Home-page: https://github.com/2kpr/ComfyUI-UltraPixel
Requires-Python: >=3.10
Requires-Dist: accelerate
Requires-Dist: numpy
Requires-Dist: kornia>=0.7.0
Requires-Dist: insightface>=0.7.3
Requires-Dist: opencv-python-headless
Requires-Dist: tqdm>=4.66.1
Requires-Dist: matplotlib>=3.7.4
Requires-Dist: webdataset>=0.2.79
Requires-Dist: wandb>=0.16.2
Requires-Dist: munch>=4.0.0
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: einops>=0.7.0
Requires-Dist: onnx2torch>=1.5.13
Requires-Dist: warmup-scheduler
Requires-Dist: torchtools
