• Your Name's avatar
    Fix image model preloading with --loadall flag · 2308d5b0
    Your Name authored
    - Fixed bug where image model wasn't actually being loaded when --loadall was specified
    - The code only printed messages but never loaded the diffusers pipeline
    - Now actually loads the Stable Diffusion pipeline using diffusers library
    - Tries StableDiffusionXLPipeline first, falls back to generic DiffusionPipeline
    - Moves to GPU if CUDA available, enables attention slicing for memory efficiency
    - Also fixes second location where image model is the only configured model
    
    - Debug command line output was already implemented
    2308d5b0
Name
Last commit
Last update
.vscode Loading commit data...
.gitignore Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
build.sh Loading commit data...
coder Loading commit data...
coderai Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
requirements.txt~ Loading commit data...