adbrasi commited on
Commit
2ab5316
·
verified ·
1 Parent(s): 6964805

Update CesarkonPackreatorV1.sh

Browse files
Files changed (1) hide show
  1. CesarkonPackreatorV1.sh +4 -2
CesarkonPackreatorV1.sh CHANGED
@@ -13,7 +13,7 @@ set -o pipefail
13
  # ============================================================================
14
 
15
  # Civitai API Token
16
- readonly CIVITAI_TOKEN="0b698de03658fb8df2eeef90bad3ab9a"
17
 
18
  # Custom Nodes to Install (from Git, handled by comfy-cli)
19
  readonly CUSTOM_NODES=(
@@ -44,12 +44,14 @@ readonly CUSTOM_NODES=(
44
  "https://github.com/adbrasi/Importador"
45
  "https://github.com/adbrasi/GetFirstTag"
46
  "https://github.com/adbrasi/comfydodi"
 
47
  "https://github.com/Cezarsaint/blacklisto"
48
  "https://github.com/Cezarsaint/rand0micoUploaderLoven"
49
  )
50
 
51
  # Custom Nodes from Registry
52
  readonly REGISTRY_NODES=(
 
53
  "ComfyUI-RMBG"
54
  )
55
 
@@ -449,7 +451,7 @@ main() {
449
 
450
  download_all_files
451
  download_workflow
452
- install_workflow_dependencies
453
 
454
  log_info "========================================"
455
  log_info "Setup completed successfully!"
 
13
  # ============================================================================
14
 
15
  # Civitai API Token
16
+ readonly CIVITAI_TOKEN="c26d03935e74b1cc7f0ba873f8865d61"
17
 
18
  # Custom Nodes to Install (from Git, handled by comfy-cli)
19
  readonly CUSTOM_NODES=(
 
44
  "https://github.com/adbrasi/Importador"
45
  "https://github.com/adbrasi/GetFirstTag"
46
  "https://github.com/adbrasi/comfydodi"
47
+ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92"
48
  "https://github.com/Cezarsaint/blacklisto"
49
  "https://github.com/Cezarsaint/rand0micoUploaderLoven"
50
  )
51
 
52
  # Custom Nodes from Registry
53
  readonly REGISTRY_NODES=(
54
+ "Civicomfy"
55
  "ComfyUI-RMBG"
56
  )
57
 
 
451
 
452
  download_all_files
453
  download_workflow
454
+ #install_workflow_dependencies
455
 
456
  log_info "========================================"
457
  log_info "Setup completed successfully!"