Metadata-Version: 2.1
Name: comfyui-hypir
Version: 0.0.1
Summary: This is a ComfyUI plugin for [a/HYPIR (Harnessing Diffusion-Yielded Score Priors for Image Restoration)](https://github.com/XPixelGroup/HYPIR), a state-of-the-art image restoration model based on Stable Diffusion 2.1.
Home-page: https://github.com/11dogzi/Comfyui-HYPIR
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: Pillow>=8.0.0
Requires-Dist: omegaconf>=2.3.0
Requires-Dist: accelerate>=0.20.0
Requires-Dist: transformers>=4.30.0
Requires-Dist: diffusers>=0.21.0
Requires-Dist: peft>=0.4.0
Requires-Dist: requests>=2.25.0
Requires-Dist: tqdm>=4.60.0
Requires-Dist: polars>=0.19.0  # For data loading (if using training features)
