Spaces:
Running
Running
Update ootd/inference_ootd.py
Browse files- ootd/inference_ootd.py +2 -2
ootd/inference_ootd.py
CHANGED
@@ -43,13 +43,13 @@ class OOTDiffusion:
|
|
43 |
|
44 |
unet_garm = UNetGarm2DConditionModel.from_pretrained(
|
45 |
UNET_PATH,
|
46 |
-
subfolder="
|
47 |
torch_dtype=torch.float16,
|
48 |
use_safetensors=True,
|
49 |
)
|
50 |
unet_vton = UNetVton2DConditionModel.from_pretrained(
|
51 |
UNET_PATH,
|
52 |
-
subfolder="
|
53 |
torch_dtype=torch.float16,
|
54 |
use_safetensors=True,
|
55 |
)
|
|
|
43 |
|
44 |
unet_garm = UNetGarm2DConditionModel.from_pretrained(
|
45 |
UNET_PATH,
|
46 |
+
subfolder="unet_garm",
|
47 |
torch_dtype=torch.float16,
|
48 |
use_safetensors=True,
|
49 |
)
|
50 |
unet_vton = UNetVton2DConditionModel.from_pretrained(
|
51 |
UNET_PATH,
|
52 |
+
subfolder="unet_vton",
|
53 |
torch_dtype=torch.float16,
|
54 |
use_safetensors=True,
|
55 |
)
|