gordon

Results 37 comments of gordon

> 楼上的,人家已经安装了,只是报错了啊,你为何把整个项目给到,而不给解决思路或方法 安装这个节点最新版本,以及对应的依赖 然后再看看,这个节点要求的依赖包版本 很多报错都是,安装的依赖包版本适配问题

我也遇到同样的问题,无法在节点中执行代码 报错如下: ![Image](https://github.com/user-attachments/assets/1255344c-35c8-4e0c-abfd-03937a98f2eb) 使用环境 ,win11 + Docker

/etc/openclash/clash: line 4: syntax error: unexpected "(" 我也有这个错误 ![Image](https://github.com/user-attachments/assets/cc1fb76f-97e4-40d0-81be-15cccacb57e6)

i have this: ### Mixlab Nodes: Loaded ChatGPT.available True edit_mask.available True ## clip_interrogator_model not found: D:\Ai\ComfyUI_windows_portable_nvidia\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base ClipInterrogator.available True ## text_generator_model not found: D:\Ai\ComfyUI_windows_portable_nvidia\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from...

how to add custume voice? https://docs.siliconflow.cn/cn/api-reference/audio/voice-list i can't set like. "uri": "speech:your-voice-name:xxx:xxx"

I can't set my voice, It's just have default voice,Look like: ![Image](https://github.com/user-attachments/assets/b5ebe664-36e3-4bd1-beaf-5308b1cbb3eb) ![Image](https://github.com/user-attachments/assets/9cf6f779-30da-4f98-bd9b-710d6f2d9924)

最新版本的判断器,如果 同时有2个判断器,2个判断器结果都是ELSE的情况下会出错

version: '3' services: onlyoffice-mysql-server: container_name: onlyoffice-mysql-server image: mysql:8.0.29 environment: - MYSQL_ROOT_PASSWORD=my-secret-pw networks: - onlyoffice stdin_open: true tty: true restart: always volumes: - ./config/mysql/conf.d:/etc/mysql/conf.d - ./config/mysql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d - mysql_data:/var/lib/mysql onlyoffice-community-server: container_name: onlyoffice-community-server...

mysql ``` docker logs --tail 1000 -f e0eed2b5fbf2145c33778f97ca1ddaccc6d80b24b457668d11727f215efad639 2023-04-16 08:47:08+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.29-1.el8 started. 2023-04-16 08:47:08+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2023-04-16 08:47:08+00:00...