Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaiqiangWu committed Apr 21, 2024
1 parent 333fe3f commit eb22946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run/run_ootd_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from preprocess.humanparsing.run_parsing import Parsing
from ootd.inference_ootd_hd import OOTDiffusionHD
from ootd.inference_ootd_dc import OOTDiffusionDC
from util.image_warp import ImageReshaper,crop2_43


import argparse
Expand Down Expand Up @@ -56,7 +57,7 @@ def build_model():
raise ValueError("model_type must be \'hd\' or \'dc\'!")
return model

from util.image_warp import ImageReshaper,crop2_43


class TryOnModel:
def __init__(self,cloth_path):
Expand Down

0 comments on commit eb22946

Please sign in to comment.