Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Compatibility for Windows #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 19, 2024

  1. feat: Add Compatibility for Windows

    Was able to upgrade most modules to most recent versions (torch, diffusers etc...).
    
    Downgrade NumPy to <2.0.0 to avoid compatibility issues.
    
    Add conditional import and usage of deepspeed.
    
    Enhance image-saving logic to handle non-integer filenames.
    
    Only tested inference with python sample_t2i.py --prompt 'a picture' --no-enhance
    
    Bug: Deepspeed and flash_attn currently not supported.
    c0nsumption committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a3cdfa5 View commit details
    Browse the repository at this point in the history