Skip to content

Commit bdc4193

Browse files
committed
- 新增API调用图像生成节点 TextToImage Siliconflow,可以直接调用Siliconflow提供的flux生成图像
v0.42.0
1 parent 74fdd6e commit bdc4193

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ For business cooperation, please contact email [email protected]
1010

1111
##### `最新`
1212

13+
- 新增API调用图像生成节点 TextToImage Siliconflow,可以直接调用Siliconflow提供的flux生成图像
14+
1315
- [增加 Her 的DEMO页面,和数字人对话](https://github.com/shadowcz007/ComfyUI-Backend-MixlabNodes/blob/main/workflow/her_demo_workflow.json)
1416

1517
- 右键菜单支持 text-to-text,方便对 prompt 词补全,支持云LLM或者是本地LLM。

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-mixlab-nodes"
33
description = "3D, ScreenShareNode & FloatingVideoNode, SpeechRecognition & SpeechSynthesis, GPT, LoadImagesFromLocal, Layers, Other Nodes, ..."
4-
version = "0.41.1"
4+
version = "0.42.0"
55
license = "MIT"
66
dependencies = ["numpy", "pyOpenSSL", "watchdog", "opencv-python-headless", "matplotlib", "openai", "simple-lama-inpainting", "clip-interrogator==0.6.0", "transformers>=4.36.0", "lark-parser", "imageio-ffmpeg", "rembg[gpu]", "omegaconf==2.3.0", "Pillow>=9.5.0", "einops==0.7.0", "trimesh>=4.0.5", "huggingface-hub", "scikit-image"]
77

web/javascript/checkVersion_mixlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { app } from '../../../scripts/app.js'
33
const repoOwner = 'shadowcz007' // 替换为仓库的所有者
44
const repoName = 'comfyui-mixlab-nodes' // 替换为仓库的名称
55

6-
const version = 'v0.41.1'
6+
const version = 'v0.42.0'
77

88
fetch(`https://api.github.com/repos/${repoOwner}/${repoName}/releases/latest`)
99
.then(response => response.json())

0 commit comments

Comments
 (0)