adbrasi commited on
Commit
c58fb9d
·
verified ·
1 Parent(s): 26bcd7a

Update ImageStudioAlternativo.sh

Browse files
Files changed (1) hide show
  1. ImageStudioAlternativo.sh +7 -22
ImageStudioAlternativo.sh CHANGED
@@ -75,7 +75,6 @@ DOWNLOAD_FILES=(
75
  "https://huggingface.co/adbrasi/testedownload/resolve/main/99coins_anime_girl_face_m_seg.pt|ultralytics/bbox|99coins_anime_girl_face_m_seg.pt"
76
  )
77
 
78
- # Custom nodes
79
  CUSTOM_NODES=(
80
  "https://github.com/adbrasi/huggpackreator"
81
  "https://github.com/adbrasi/packreator_processor"
@@ -89,26 +88,22 @@ CUSTOM_NODES=(
89
  "https://github.com/adbrasi/randomico"
90
  "https://github.com/kijai/ComfyUI-KJNodes"
91
  "https://github.com/ltdrdata/ComfyUI-Inspire-Pack"
92
- "https://github.com/Goshe-nite/comfyui-gps-supplements"
93
  "https://github.com/adbrasi/groqrouter"
94
  "https://github.com/adbrasi/find_charakito"
95
  "https://github.com/adbrasi/randomsizito"
96
  "https://github.com/adbrasi/importex"
97
  "https://github.com/adbrasi/storitadifusita"
98
  "https://github.com/adbrasi/attentionPPM"
99
- "https://github.com/ClownsharkBatwing/RES4LYF"
100
  "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes"
101
  "https://github.com/sipherxyz/comfyui-art-venture"
102
  "https://github.com/pamparamm/sd-perturbed-attention"
103
  "https://github.com/KoreTeknology/ComfyUI-Universal-Styler"
104
  "https://github.com/WASasquatch/was-node-suite-comfyui"
105
  "https://github.com/chflame163/ComfyUI_LayerStyle"
106
- "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus"
107
  "https://github.com/pythongosssss/ComfyUI-WD14-Tagger"
108
  "https://github.com/ltdrdata/ComfyUI-Impact-Pack"
109
  "https://github.com/pythongosssss/ComfyUI-Custom-Scripts"
110
  "https://github.com/rgthree/rgthree-comfy"
111
- "https://github.com/ssitu/ComfyUI_UltimateSDUpscale"
112
  "https://github.com/adbrasi/Importador"
113
  "https://github.com/adbrasi/GetFirstTag"
114
  "https://github.com/adbrasi/comfydodi"
@@ -119,14 +114,18 @@ CUSTOM_NODES=(
119
  "https://github.com/Cezarsaint/rand0micoUploaderLoven"
120
  "https://github.com/adbrasi/pixivmosaic"
121
  "https://github.com/adbrasi/futfilter"
122
- "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit"
123
  "https://github.com/shiimizu/ComfyUI_smZNodes"
124
  "https://github.com/CoreyCorza/ComfyUI-CRZnodes"
125
  "https://github.com/MoonGoblinDev/Civicomfy"
 
 
 
 
 
 
126
  "https://github.com/ltdrdata/ComfyUI-Impact-Pack"
127
  "https://github.com/ltdrdata/ComfyUI-Impact-Subpack"
128
- "https://github.com/huchenlei/ComfyUI_DanTagGen"
129
- "https://github.com/rgthree/rgthree-comfy"
130
  )
131
 
132
  # Download HuggingFace
@@ -288,20 +287,6 @@ fi
288
 
289
  log_success "ComfyUI instalado"
290
 
291
- # 4. Corrigir PyTorch para RTX 5090 se detectado
292
- log_info "[4/6] Verificando GPU..."
293
-
294
- GPU_INFO=$(nvidia-smi --query-gpu=name --format=csv,noheader 2>/dev/null || echo "")
295
-
296
- if [[ "$GPU_INFO" == *"5090"* ]] || [[ "$GPU_INFO" == *"5080"* ]]; then
297
- log_warn "RTX 5090/5080 detectada - instalando PyTorch nightly"
298
- python -m pip install --force-reinstall --pre torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu129
299
- else
300
- log_info "GPU: ${GPU_INFO:-Não detectada}"
301
- fi
302
-
303
- log_success "PyTorch configurado"
304
-
305
  # 5. Baixar modelos
306
  log_info "[5/6] Baixando modelos..."
307
 
 
75
  "https://huggingface.co/adbrasi/testedownload/resolve/main/99coins_anime_girl_face_m_seg.pt|ultralytics/bbox|99coins_anime_girl_face_m_seg.pt"
76
  )
77
 
 
78
  CUSTOM_NODES=(
79
  "https://github.com/adbrasi/huggpackreator"
80
  "https://github.com/adbrasi/packreator_processor"
 
88
  "https://github.com/adbrasi/randomico"
89
  "https://github.com/kijai/ComfyUI-KJNodes"
90
  "https://github.com/ltdrdata/ComfyUI-Inspire-Pack"
 
91
  "https://github.com/adbrasi/groqrouter"
92
  "https://github.com/adbrasi/find_charakito"
93
  "https://github.com/adbrasi/randomsizito"
94
  "https://github.com/adbrasi/importex"
95
  "https://github.com/adbrasi/storitadifusita"
96
  "https://github.com/adbrasi/attentionPPM"
 
97
  "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes"
98
  "https://github.com/sipherxyz/comfyui-art-venture"
99
  "https://github.com/pamparamm/sd-perturbed-attention"
100
  "https://github.com/KoreTeknology/ComfyUI-Universal-Styler"
101
  "https://github.com/WASasquatch/was-node-suite-comfyui"
102
  "https://github.com/chflame163/ComfyUI_LayerStyle"
 
103
  "https://github.com/pythongosssss/ComfyUI-WD14-Tagger"
104
  "https://github.com/ltdrdata/ComfyUI-Impact-Pack"
105
  "https://github.com/pythongosssss/ComfyUI-Custom-Scripts"
106
  "https://github.com/rgthree/rgthree-comfy"
 
107
  "https://github.com/adbrasi/Importador"
108
  "https://github.com/adbrasi/GetFirstTag"
109
  "https://github.com/adbrasi/comfydodi"
 
114
  "https://github.com/Cezarsaint/rand0micoUploaderLoven"
115
  "https://github.com/adbrasi/pixivmosaic"
116
  "https://github.com/adbrasi/futfilter"
 
117
  "https://github.com/shiimizu/ComfyUI_smZNodes"
118
  "https://github.com/CoreyCorza/ComfyUI-CRZnodes"
119
  "https://github.com/MoonGoblinDev/Civicomfy"
120
+ "https://github.com/Jonseed/ComfyUI-Detail-Daemon"
121
+ "https://github.com/WASasquatch/was-node-suite-comfyui"
122
+ "https://github.com/fearnworks/ComfyUI_FearnworksNodes"
123
+ "https://github.com/aria1th/ComfyUI-LogicUtils"
124
+ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG"
125
+ "https://github.com/pythongosssss/ComfyUI-Custom-Scripts"
126
  "https://github.com/ltdrdata/ComfyUI-Impact-Pack"
127
  "https://github.com/ltdrdata/ComfyUI-Impact-Subpack"
128
+ "https://github.com/adbrasi/captionizador"
 
129
  )
130
 
131
  # Download HuggingFace
 
287
 
288
  log_success "ComfyUI instalado"
289
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
290
  # 5. Baixar modelos
291
  log_info "[5/6] Baixando modelos..."
292