Skip to content

Commit

Permalink
v0.28.0
Browse files Browse the repository at this point in the history
add rembg api & webapp rembg
  • Loading branch information
shadowcz007 committed May 16, 2024
1 parent 6bdc811 commit 05857a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/javascript/checkVersion_mixlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { app } from '../../../scripts/app.js'
const repoOwner = 'shadowcz007' // 替换为仓库的所有者
const repoName = 'comfyui-mixlab-nodes' // 替换为仓库的名称

const version = 'v0.27.1'
const version = 'v0.28.0'

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

0 comments on commit 05857a9

Please sign in to comment.