Skip to content

Conversation

@mikecastrodemaria
Copy link

No description provided.

web-flow and others added 3 commits December 29, 2025 16:38
Major Changes:
- Added installation scripts for RTX 40xx/50xx GPUs with PyTorch 2.8.0 + CUDA 12.8
- Fixed Windows console Unicode encoding issues (removed emoji characters)
- Made BasicSR optional for Python 3.13 compatibility
- Fixed Gradio 6.x compatibility issues
- Added CSS fix for system monitor visibility

New Files:
- install_40xx_50xx.bat: Automated installation for RTX 40xx/50xx GPUs
- start.bat: Simple launcher script with venv activation
- activate_venv.bat: Manual venv activation script
- INSTALLATION_NOTES.md: Comprehensive installation documentation

Modified Files:
- diffusers_helper/models/hunyuan_video_packed.py: Replaced emoji with text
- modules/toolbox/setup_ffmpeg.py: Fixed Unicode encoding issues
- modules/toolbox/esrgan_core.py: Made BasicSR optional, added type annotations
- modules/toolbox/toolbox_processor.py: Added ESRGAN availability checks
- modules/toolbox_app.py: Added conditional ESRGAN initialization
- modules/interface.py: Fixed Gradio 6 incompatible parameters, added system monitor CSS
- modules/xy_plot_ui.py: Removed show_download_button parameter
- studio.py: Replaced emoji in button text
- .gitignore: Added .claude/ directory

Technical Details:
- PyTorch 2.8.0 with CUDA 12.8 support verified
- BasicSR incompatible with Python 3.13 - made optional
- Fixed show_download_button and show_share_button Gradio 6.x issues
- Added medium gray background (#666) for system monitor textboxes
- All core features working with Python 3.13

Tested On:
- Windows with Python 3.13
- RTX GPU with CUDA 12.8
- Gradio 6.2.0
- PyTorch 2.8.0+cu128
- Fix theme configuration in interface.py by passing theme to Blocks() constructor
- Remove invalid launch() parameters (css, title, theme) in studio.py
- Ensure compatibility with Python 3.11 and PyTorch 2.7.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants