File tree Expand file tree Collapse file tree 5 files changed +560
-0
lines changed Expand file tree Collapse file tree 5 files changed +560
-0
lines changed Original file line number Diff line number Diff line change 198198 "UNet1DModel" ,
199199 "UNet2DConditionModel" ,
200200 "UNet2DModel" ,
201+ "UNet3DModel" ,
201202 "UNet3DConditionModel" ,
202203 "UNetControlNetXSModel" ,
203204 "UNetMotionModel" ,
761762 UNet2DConditionModel ,
762763 UNet2DModel ,
763764 UNet3DConditionModel ,
765+ UNet3DModel ,
764766 UNetControlNetXSModel ,
765767 UNetMotionModel ,
766768 UNetSpatioTemporalConditionModel ,
Original file line number Diff line number Diff line change 8686 _import_structure ["unets.unet_1d" ] = ["UNet1DModel" ]
8787 _import_structure ["unets.unet_2d" ] = ["UNet2DModel" ]
8888 _import_structure ["unets.unet_2d_condition" ] = ["UNet2DConditionModel" ]
89+ _import_structure ["unets.unet_3d" ] = ["UNet3DModel" ]
8990 _import_structure ["unets.unet_3d_condition" ] = ["UNet3DConditionModel" ]
9091 _import_structure ["unets.unet_i2vgen_xl" ] = ["I2VGenXLUNet" ]
9192 _import_structure ["unets.unet_kandinsky3" ] = ["Kandinsky3UNet" ]
176177 UNet2DConditionModel ,
177178 UNet2DModel ,
178179 UNet3DConditionModel ,
180+ UNet3DModel ,
179181 UNetMotionModel ,
180182 UNetSpatioTemporalConditionModel ,
181183 UVit2DModel ,
Original file line number Diff line number Diff line change 55 from .unet_1d import UNet1DModel
66 from .unet_2d import UNet2DModel
77 from .unet_2d_condition import UNet2DConditionModel
8+ from .unet_3d import UNet3DModel
89 from .unet_3d_condition import UNet3DConditionModel
910 from .unet_i2vgen_xl import I2VGenXLUNet
1011 from .unet_kandinsky3 import Kandinsky3UNet
You can’t perform that action at this time.
0 commit comments