Metadata-Version: 2.1
Name: comfyui-goofer
Version: 0.0.1
Summary: **Random IMDb movie goof → AI video prompt → LTX-2 video clips → procedural interstitial → MusicGen film score → final stitched video.**
Home-page: https://github.com/jbrick2070/ComfyUI-Goofer
Requires-Python: >=3.10
Requires-Dist: cinemagoer>=2023.5.1      # IMDb data (goofs, metadata) — no API key required
Requires-Dist: pretty_midi>=0.2.10       # MIDI synthesis for background music
Requires-Dist: numpy
Requires-Dist: Pillow>=10.0.0            # CPU frame generation (already in ComfyUI)
Requires-Dist: opencv-contrib-python-headless
Requires-Dist: realesrgan>=0.3.0         # Real-ESRGAN upscaler (auto-downloads ~64 MB model)
Requires-Dist: basicsr>=1.4.2            # Required by Real-ESRGAN
Requires-Dist: transformers>=4.37.0      # Qwen2.5-Instruct + MusicGen
Requires-Dist: accelerate>=0.26.0        # Required for Qwen2.5 float16 loading
