mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
update
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user