We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0336643 commit 77fe487Copy full SHA for 77fe487
src/inference_core_nodes/layer_diffuse/lib_layerdiffusion/models.py
@@ -7,7 +7,7 @@
7
from typing import Optional, Tuple
8
from diffusers.configuration_utils import ConfigMixin, register_to_config
9
from diffusers.models.modeling_utils import ModelMixin
10
-from diffusers.models.unet_2d_blocks import UNetMidBlock2D, get_down_block, get_up_block
+from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D, get_down_block, get_up_block
11
12
13
def check_diffusers_version():
0 commit comments