refiners/tests/foundationals/segment_anything
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
..
test_sam_ref add Segment Anything (SAM) to foundational models 2023-09-21 11:44:30 +02:00
test_sam.py make __getattr__ on Module return object, not Any 2024-02-06 11:32:18 +01:00
utils.py SegmentAnything: add dense mask prompt support 2024-01-05 18:53:25 +01:00