kaeru-shigure
commited on
Commit
•
665c709
1
Parent(s):
4468630
Update oms_module/unet_2d_condition_woct.py
Browse files
oms_module/unet_2d_condition_woct.py
CHANGED
@@ -159,6 +159,7 @@ class UNet2DConditionWoCTModel(ModelMixin, ConfigMixin, UNet2DConditionLoadersMi
|
|
159 |
conv_out_kernel: int = 3,
|
160 |
mid_block_only_cross_attention: Optional[bool] = None,
|
161 |
cross_attention_norm: Optional[str] = None,
|
|
|
162 |
):
|
163 |
super().__init__()
|
164 |
|
|
|
159 |
conv_out_kernel: int = 3,
|
160 |
mid_block_only_cross_attention: Optional[bool] = None,
|
161 |
cross_attention_norm: Optional[str] = None,
|
162 |
+
subfolder: Optional[str] = None,
|
163 |
):
|
164 |
super().__init__()
|
165 |
|