You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this code: is run error
unet_garm = UNetGarm2DConditionModel.from_pretrained(
UNET_PATH,
subfolder="unet_garm_train",
torch_dtype=torch.float32,
use_safetensors=True,
)
vton_unet_train is not exit
so
this code: is run error
unet_garm = UNetGarm2DConditionModel.from_pretrained(
UNET_PATH,
subfolder="unet_garm_train",
torch_dtype=torch.float32,
use_safetensors=True,
)
unet_vton = UNetVton2DConditionModel.from_pretrained(
UNET_PATH,
subfolder="unet_vton_train",
torch_dtype=torch.float32,
use_safetensors=True,
)
my code:
unet_garm = UNetGarm2DConditionModel.from_config(config='checkpoints/ootd/ootd_hd/checkpoint-36000/unet_garm/config.json').to(torch.float32)
unet_vton = UNetVton2DConditionModel.from_config(config='checkpoints/ootd/ootd_hd/checkpoint-36000/unet_vton/config.json').to(torch.float32)
is right?
now train loss:0.0285
The text was updated successfully, but these errors were encountered: