image_noiser -> image_normalizer comment (#2496)

This commit is contained in:
Will Berman
2023-02-26 23:03:23 -08:00
committed by GitHub
parent 6960e72225
commit 7f43f65235
@@ -169,7 +169,7 @@ class StableUnCLIPImg2ImgPipeline(DiffusionPipeline):
device = torch.device(f"cuda:{gpu_id}") 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 = [ models = [
self.image_encoder, self.image_encoder,
self.text_encoder, self.text_encoder,