refiners/tests/foundationals
Pierre Chapuis 471ef91d1c make __getattr__ on Module return object, not Any
PyTorch chose to make it Any because they expect its users' code
to be "highly dynamic": https://github.com/pytorch/pytorch/pull/104321

It is not the case for us, in Refiners having untyped code
goes contrary to one of our core principles.

Note that there is currently an open PR in PyTorch to
return `Module | Tensor`, but in practice this is not always
correct either: https://github.com/pytorch/pytorch/pull/115074

I also moved Residuals-related code from SD1 to latent_diffusion
because SDXL should not depend on SD1.
2024-02-06 11:32:18 +01:00
..
clip make __getattr__ on Module return object, not Any 2024-02-06 11:32:18 +01:00
dinov2 upgrade pyright to 1.1.342 ; improve no_grad typing 2023-12-29 15:09:02 +01:00
latent_diffusion make __getattr__ on Module return object, not Any 2024-02-06 11:32:18 +01:00
segment_anything make __getattr__ on Module return object, not Any 2024-02-06 11:32:18 +01:00