yada
yada
**简单描述你的需求和提议:** rt, 腾讯云SCF在9月1号之后会取消免费额度 **补充:** Add any other context or screenshots about the feature request here.
in `webuiapi.py`: ``` class Upscaler(str, Enum): none = 'None' Lanczos = 'Lanczos' Nearest = 'Nearest' LDSR = 'LDSR' BSRGAN = 'BSRGAN' ESRGAN_4x = 'ESRGAN_4x' R_ESRGAN_General_4xV3 = 'R-ESRGAN General 4xV3' ScuNET_GAN...
here: https://github.com/andrewharp/ComfyUI-EasyNodes/blob/a2aeb8bfca654b2c4881975f9fc89d03218a2b8b/easy_nodes/easy_nodes.py#L718 the `module_name` getting passed into it is `comfyui-router`, which does not contain any dots, therefore gets a import failed error: ``` Traceback (most recent call last): File "/rmt/yada/apps/comfyui/nodes.py",...
## Which page or section is this issue related to? https://github.com/argilla-io/argilla/blob/develop/docs/_source/tutorials/notebooks/labelling-textclassification-sentencetransformers-semantic.ipynb In the notebook i found several issues incompatible with the current version of argilla: **1. the dependency:** ```bash %pip...