-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
APP VERSION: 0.2.3-alpha
这个怎么解决??
models/upscale_models/4xNMKDSiax200k_v10.pt
目录下确定有相应的模型
代码里, UpscaleModelLoader 打印有值
DEBUG: Upscale models list: ['4xNMKDSiax200k_v10.pt', 'BSRGAN.pth', 'BSRGANx2.pth', 'RealESRGAN_x2plus.pth']
===============
更新:
MY OS: macOS 26.2 (25C56)
目前手动修改代码
comfy_api/latest/_io.py
class Combo(ComfyTypeIO):
// ...
class Input(WidgetInput):
// ...
// 374 LINE, 增加以下代码 解决
def get_io_type(self):
return self.options

Metadata
Metadata
Assignees
Labels
No labels
