refiners/scripts/conversion
Benjamin Trom ea44262a39 unnest Residual subchain by modifying its forward
And replaced the remaining Sum-Identity layers by Residual.

The tolerance used to compare SAM's ViT models has been tweaked: for
some reasons there is a small difference (in float32) in the neck layer
(first conv2D)

Co-authored-by: Cédric Deltheil <cedric@deltheil.me>
2023-10-19 10:34:51 +02:00
..
convert_diffusers_autoencoder_kl.py convert autoencoder: add an option for subfolder 2023-09-29 18:54:24 +02:00
convert_diffusers_controlnet.py unnest Residual subchain by modifying its forward 2023-10-19 10:34:51 +02:00
convert_diffusers_ip_adapter.py unnest Residual subchain by modifying its forward 2023-10-19 10:34:51 +02:00
convert_diffusers_lora.py unet: get rid of clip_embedding attribute for SD1 2023-09-01 19:23:33 +02:00
convert_diffusers_t2i_adapter.py add T2I-Adapter conversion script 2023-09-25 13:54:26 +02:00
convert_diffusers_unet.py converters: get rid of default=True for --half 2023-09-11 21:49:24 +02:00
convert_informative_drawings.py implement the ConvertModule class and refactor conversion scripts 2023-08-28 14:39:14 +02:00
convert_refiners_lora_to_sdwebui.py unet: get rid of clip_embedding attribute for SD1 2023-09-01 19:23:33 +02:00
convert_segment_anything.py unnest Residual subchain by modifying its forward 2023-10-19 10:34:51 +02:00
convert_transformers_clip_image_model.py add ensure_find and ensure_find_parent helpers 2023-09-12 14:19:10 +02:00
convert_transformers_clip_text_model.py add ensure_find and ensure_find_parent helpers 2023-09-12 14:19:10 +02:00