Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def enable_sequential_cpu_offload(self, gpu_id=0):

device = torch.device(f"cuda:{gpu_id}")

# TODO: self.image_noiser.{scale,unscale} are not covered by the offload hooks, so they fails if added to the list
# TODO: self.image_normalizer.{scale,unscale} are not covered by the offload hooks, so they fails if added to the list
models = [
self.image_encoder,
self.text_encoder,
Expand Down