diff --git a/src/diffusers/modular_pipelines/flux2/modular_blocks_flux2.py b/src/diffusers/modular_pipelines/flux2/modular_blocks_flux2.py index eba2cbbd00..41a0ff7dee 100644 --- a/src/diffusers/modular_pipelines/flux2/modular_blocks_flux2.py +++ b/src/diffusers/modular_pipelines/flux2/modular_blocks_flux2.py @@ -12,8 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -import PIL.Image from typing import List + +import PIL.Image import torch from ...utils import logging