Metadata-Version: 2.1
Name: comfyui-rh-uso
Version: 0.0.1
Summary: A custom node for ComfyUI that integrates USO (Unified Style and Subject-Driven Generation) for high-quality image generation with style and subject control.
Home-page: https://github.com/HM-RunningHub/ComfyUI_RH_USO
Requires-Python: >=3.10
Requires-Dist: accelerate>=1.1.1
Requires-Dist: deepspeed>=0.14.4
Requires-Dist: einops>=0.8.0
Requires-Dist: transformers>=4.43.3
Requires-Dist: huggingface-hub
Requires-Dist: diffusers>=0.30.1
Requires-Dist: sentencepiece>=0.2.0
Requires-Dist: gradio>=5.22.0
Requires-Dist: opencv-python-headless
Requires-Dist: matplotlib
Requires-Dist: safetensors>=0.4.5
Requires-Dist: scipy>=1.10.1
Requires-Dist: numpy
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: git+https://github.com/openai/CLIP.git
Requires-Dist: --extra-index-url https://download.pytorch.org/whl/cu124
