adbrasi commited on
Commit
eae636d
·
verified ·
1 Parent(s): 499bf83

Update MeitabuPackreatorComfyUi3.sh

Browse files
Files changed (1) hide show
  1. MeitabuPackreatorComfyUi3.sh +1 -1
MeitabuPackreatorComfyUi3.sh CHANGED
@@ -203,7 +203,7 @@ install_comfy_cli() {
203
 
204
  install_comfyui_core() {
205
  log_info "Installing ComfyUI core..."
206
- comfy --workspace "$COMFY_INSTALL_DIR" --skip-prompt install --nvidia || { log_error "Failed to install ComfyUI core"; exit 1; }
207
  log_info "ComfyUI core installed successfully"
208
  }
209
 
 
203
 
204
  install_comfyui_core() {
205
  log_info "Installing ComfyUI core..."
206
+ comfy --workspace "$COMFY_INSTALL_DIR" --skip-prompt install --nvidia --version 0.3.42 || { log_error "Failed to install ComfyUI core"; exit 1; }
207
  log_info "ComfyUI core installed successfully"
208
  }
209