Compare commits
2 Commits
1d89bf0d77
...
e438964b89
| Author | SHA1 | Date | |
|---|---|---|---|
| e438964b89 | |||
| 52d0fa2137 |
92
base_flux.sh
92
base_flux.sh
@ -6,7 +6,7 @@
|
||||
|
||||
# Packages are installed after nodes so we can fix them...
|
||||
|
||||
DEFAULT_WORKFLOW="https://raw.githubusercontent.com/ai-dock/comfyui/main/config/workflows/flux-comfyui-example.json"
|
||||
DEFAULT_WORKFLOW="https://git.fc22.de/iggy/ai_bootstrap/raw/branch/main/workflow.json"
|
||||
|
||||
APT_PACKAGES=(
|
||||
"ffmpeg"
|
||||
@ -22,20 +22,20 @@ PIP_PACKAGES=(
|
||||
|
||||
NODES=(
|
||||
"https://github.com/11cafe/comfyui-workspace-manager"
|
||||
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui"
|
||||
#"https://github.com/BadCafeCode/execution-inversion-demo-comfyui"
|
||||
"https://github.com/crystian/ComfyUI-Crystools"
|
||||
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved"
|
||||
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
||||
"https://github.com/WASasquatch/was-node-suite-comfyui"
|
||||
#"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved"
|
||||
#"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
||||
#"https://github.com/WASasquatch/was-node-suite-comfyui"
|
||||
"https://github.com/chrisgoringe/cg-use-everywhere"
|
||||
"https://github.com/city96/ComfyUI-GGUF"
|
||||
"https://github.com/cubiq/ComfyUI_IPAdapter_plus"
|
||||
"https://github.com/cubiq/ComfyUI_essentials"
|
||||
"https://github.com/dmarx/ComfyUI-Keyframed"
|
||||
#"https://github.com/dmarx/ComfyUI-Keyframed"
|
||||
"https://github.com/hayden-fr/ComfyUI-Image-Browsing"
|
||||
"https://github.com/Fannovel16/comfyui_controlnet_aux"
|
||||
#"https://github.com/Fannovel16/comfyui_controlnet_aux"
|
||||
"https://github.com/jags111/efficiency-nodes-comfyui"
|
||||
"https://github.com/liusida/ComfyUI-Login"
|
||||
#"https://github.com/liusida/ComfyUI-Login"
|
||||
"https://github.com/ltdrdata/ComfyUI-Impact-Pack"
|
||||
"https://github.com/ltdrdata/ComfyUI-Inspire-Pack"
|
||||
"https://github.com/ltdrdata/ComfyUI-Manager"
|
||||
@ -48,10 +48,10 @@ NODES=(
|
||||
)
|
||||
|
||||
CHECKPOINT_MODELS=(
|
||||
"https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium_incl_clips_t5xxlfp16.safetensors"
|
||||
"https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors"
|
||||
"https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors"
|
||||
"https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt"
|
||||
#"https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium_incl_clips_t5xxlfp16.safetensors"
|
||||
#"https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors"
|
||||
#"https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors"
|
||||
#"https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt"
|
||||
)
|
||||
|
||||
CLIP_MODELS=(
|
||||
@ -71,43 +71,43 @@ VAE_MODELS=(
|
||||
)
|
||||
|
||||
VAE_APPROX_MODELS=(
|
||||
"https://raw.githubusercontent.com/madebyollin/taesd/main/taesdxl_decoder.pth"
|
||||
"https://raw.githubusercontent.com/madebyollin/taesd/main/taesdxl_encoder.pth"
|
||||
"https://raw.githubusercontent.com/madebyollin/taesd/main/taesd3_decoder.pth"
|
||||
"https://raw.githubusercontent.com/madebyollin/taesd/main/taesd3_encoder.pth"
|
||||
"https://raw.githubusercontent.com/madebyollin/taesd/raw/main/taef1_decoder.pth"
|
||||
"https://raw.githubusercontent.com/madebyollin/taesd/raw/main/taef1_encoder.pth"
|
||||
#"https://raw.githubusercontent.com/madebyollin/taesd/main/taesdxl_decoder.pth"
|
||||
#"https://raw.githubusercontent.com/madebyollin/taesd/main/taesdxl_encoder.pth"
|
||||
#"https://raw.githubusercontent.com/madebyollin/taesd/main/taesd3_decoder.pth"
|
||||
#"https://raw.githubusercontent.com/madebyollin/taesd/main/taesd3_encoder.pth"
|
||||
#"https://raw.githubusercontent.com/madebyollin/taesd/raw/main/taef1_decoder.pth"
|
||||
#"https://raw.githubusercontent.com/madebyollin/taesd/raw/main/taef1_encoder.pth"
|
||||
)
|
||||
|
||||
LORA_MODELS=(
|
||||
# sdxl loras
|
||||
"https://huggingface.co/shiroppo/sd_xl_turbo_lora/resolve/main/sd_xl_turbo_lora_v1-64dim.safetensors"
|
||||
"https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-2steps-lora.safetensors"
|
||||
"https://huggingface.co/ByteDance/Hyper-SD/blob/main/Hyper-SDXL-4steps-lora.safetensors"
|
||||
"https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-8steps-lora.safetensors"
|
||||
"https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors"
|
||||
"https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_4step_lora.safetensors"
|
||||
"https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_2step_lora.safetensors"
|
||||
#"https://huggingface.co/shiroppo/sd_xl_turbo_lora/resolve/main/sd_xl_turbo_lora_v1-64dim.safetensors"
|
||||
#"https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-2steps-lora.safetensors"
|
||||
#"https://huggingface.co/ByteDance/Hyper-SD/blob/main/Hyper-SDXL-4steps-lora.safetensors"
|
||||
#"https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-8steps-lora.safetensors"
|
||||
#"https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors"
|
||||
#"https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_4step_lora.safetensors"
|
||||
#"https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_2step_lora.safetensors"
|
||||
|
||||
# ipadapter lora
|
||||
"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sdxl_lora.safetensors"
|
||||
"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sdxl_lora.safetensors"
|
||||
#"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sdxl_lora.safetensors"
|
||||
#"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sdxl_lora.safetensors"
|
||||
|
||||
# sdxl Pixel Art XL, 3D rendering style, xl_more_art-full
|
||||
"https://civitai.com/api/download/models/135931?type=Model&format=SafeTensor"
|
||||
"https://civitai.com/api/download/models/703107?type=Model&format=SafeTensor"
|
||||
"https://civitai.com/api/download/models/152309?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/135931?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/703107?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/152309?type=Model&format=SafeTensor"
|
||||
# dreamshaper, juggernaut, lelo / lego
|
||||
"https://civitai.com/api/download/models/182209?type=Model&format=SafeTensor"
|
||||
"https://civitai.com/api/download/models/131991?type=Model&format=SafeTensor"
|
||||
"https://civitai.com/api/download/models/318915?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/182209?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/131991?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/318915?type=Model&format=SafeTensor"
|
||||
# voxel, hands, texta
|
||||
"https://civitai.com/api/download/models/128609?type=Model&format=SafeTensor"
|
||||
"https://civitai.com/api/download/models/471794?type=Model&format=SafeTensor"
|
||||
"https://civitai.com/api/download/models/249521?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/128609?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/471794?type=Model&format=SafeTensor"
|
||||
#"https://civitai.com/api/download/models/249521?type=Model&format=SafeTensor"
|
||||
|
||||
"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sdxl_lora.safetensors"
|
||||
"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sdxl_lora.safetensors"
|
||||
#"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sdxl_lora.safetensors"
|
||||
#"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sdxl_lora.safetensors"
|
||||
|
||||
# flux loras
|
||||
"https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/art_lora_comfy_converted.safetensors"
|
||||
@ -137,15 +137,15 @@ CLIP_VISION_MODELS=(
|
||||
)
|
||||
|
||||
IPADAPTER_MODELS=(
|
||||
"https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl.safetensors"
|
||||
"https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl_vit-h.safetensors"
|
||||
"https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors"
|
||||
"https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus_sdxl_vit-h.safetensors"
|
||||
#"https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl.safetensors"
|
||||
#"https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl_vit-h.safetensors"
|
||||
#"https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors"
|
||||
#"https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus_sdxl_vit-h.safetensors"
|
||||
|
||||
"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sdxl.bin"
|
||||
"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sdxl.bin"
|
||||
"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-portrait_sdxl.bin"
|
||||
"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-portrait_sdxl_unnorm.bin"
|
||||
#"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sdxl.bin"
|
||||
#"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sdxl.bin"
|
||||
#"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-portrait_sdxl.bin"
|
||||
#"https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-portrait_sdxl_unnorm.bin"
|
||||
)
|
||||
|
||||
OTHERS=(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user