Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about vton_unet_train #30

Open
DevelMayCry-MrChen opened this issue May 14, 2024 · 0 comments
Open

about vton_unet_train #30

DevelMayCry-MrChen opened this issue May 14, 2024 · 0 comments

Comments

@DevelMayCry-MrChen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant