1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
This commit is contained in:
sayakpaul
2025-04-16 12:35:09 +05:30
parent 178b884673
commit d870e3c9a6
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ from typing import Callable, Dict, List, Optional, Union
import torch
from huggingface_hub.utils import validate_hf_hub_args
from ..utils import (
from ...utils import (
USE_PEFT_BACKEND,
deprecate,
get_submodule_by_name,

View File

@@ -43,7 +43,7 @@ from ...utils import (
is_torch_version,
logging,
)
from ..lora import _func_optionally_disable_offloading
from ..lora.lora_base import _func_optionally_disable_offloading
from ..lora.lora_pipeline import LORA_WEIGHT_NAME, LORA_WEIGHT_NAME_SAFE, TEXT_ENCODER_NAME, UNET_NAME
from ..utils import AttnProcsLayers