from imgutils.generic import YOLOModel model = YOLOModel('deepghs/manga109_yolo') model.launch_demo( default_iou_threshold=0.7, default_model_name='v2023.12.07_s_yv11', )