Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Jan 5, 2024
1 parent 8f23141 commit d415794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinokio.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const path = require('path')
module.exports = {
version: 1,
title: "ComfyUI",
description: "Stable Diffusion & Stable Video Diffusion GUI",
icon: "icon.png",
pinokiod: ">=0.1.49",
menu: async (kernel) => {
let installed = await kernel.exists(__dirname, "app", "env")
let installing = kernel.running(__dirname, "install.json") || kernel.running(__dirname, "insatll_mac.json") || kernel.running(__dirname, "install_without_models.json")
Expand Down

0 comments on commit d415794

Please sign in to comment.