hlky
hlky
https://github.com/huggingface/transformers/blob/b1d3a52f22ea791e0c6084d9827d33d740675b7c/tests/models/florence2/test_modeling_florence2.py#L259-L353 The skipped tests were failing from this line: https://github.com/huggingface/transformers/blob/b1d3a52f22ea791e0c6084d9827d33d740675b7c/src/transformers/models/florence2/modeling_florence2.py#L2497-L2499 The model_type is included in the config so I'm not sure why. https://github.com/huggingface/transformers/blob/b1d3a52f22ea791e0c6084d9827d33d740675b7c/tests/models/florence2/test_modeling_florence2.py#L93 The rest + the slow tests are...
Thanks for the review, I'll rework this using modular.
``` Traceback (most recent call last): File "utils/check_modular_conversion.py", line 73, in non_matching_files += compare_files(modular_file_path, args.fix_and_overwrite) File "utils/check_modular_conversion.py", line 53, in compare_files generated_modeling_content = convert_modular_file(modular_file_path) File "/home/user/transformers/utils/modular_model_converter.py", line 1141, in convert_modular_file...
> would it be okay for me to continue integrating Florence-2 Hi @ducviet00. That would be great, thank you! 🤗
Closed by #9816.
Honestly it's incredibly shortsighted if you can't see the use case for low resolution images from XL, resource usage has been the main friction in the switch over. Plus, this...
I am well aware of the alleged SD3 release, soon or in two more weeks, which ever comes first. Whether SD3 generates 512 is irrelevant, everyone isn't going to suddenly...
Code has changed since, is this still an issue? https://github.com/huggingface/diffusers/blob/96c376a5ff201a31d676091a59a011c8c29d095b/src/diffusers/pipelines/controlnet_sd3/pipeline_stable_diffusion_3_controlnet.py#L1027-L1031 https://github.com/huggingface/diffusers/blob/96c376a5ff201a31d676091a59a011c8c29d095b/src/diffusers/models/controlnets/controlnet_sd3.py#L64
Looks like `AlekseyCalvin/FluxFillDev_fp8_Diffusers` has the [config](https://huggingface.co/AlekseyCalvin/FluxFillDev_fp8_Diffusers/blob/main/transformer/config.json) for [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/transformer/config.json) instead of [FLUX.1-Fill-dev](https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev/blob/main/transformer/config.json)
I can take this, WIP PR is linked.