-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates
Description
Describe the bug
I tried CPU offloading and found a few issues:
- if safety is set to None, it will error out. An if-else in the enable_sequential_cpu_offload should fix that
- multi-GPU use (I think) is not supported since it just offloads to cuda. Could add in an optional device passthrough to tell it where to load off
- I generator is set via cuda, it will give a runtime error that it expected a cpu type, but cuda was found
- Community pipe mega still needs support
- File completion goes from 10 seconds to 40 minutes, which leads me to believe that instead of CPU offloading, it actually just uses the CPU
Reproduction
No response
Logs
No response
System Info
Name: diffusers
Version: 0.7.0.dev0
Name: accelerate
Version: 0.13.2
Name: torch
Version: 1.12.1+cu116
10 GPUs
WASasquatch
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates