From fd589b0b129af95a584fb4f795c63a56d681c616 Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Fri, 29 Mar 2024 04:43:10 +0800 Subject: [PATCH] fine-tune --- README.adoc | 2 +- README.zh.adoc | 2 +- step2.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index e0af491..531b5cb 100644 --- a/README.adoc +++ b/README.adoc @@ -103,7 +103,7 @@ If you need to use the corresponding nodes, please pay attention to the respecti |link:https://github.com/mcmonkeyprojects/sd-dynamic-thresholding[SD Dynamic Thresholding] |link:https://github.com/twri/sdxl_prompt_styler[SDXL Prompt Styler] |link:https://github.com/shiimizu/ComfyUI_smZNodes[smZ(shiimizu) Nodes] -|link:https://github.com/chrisgoringe/cg-use-everywhere[Use Everywhere Nodes] +|link:https://github.com/chrisgoringe/cg-use-everywhere[Use Everywhere] |link:https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite[Video Helper Suite] |link:https://github.com/WASasquatch/was-node-suite-comfyui[WAS Node Suite] |link:https://github.com/pythongosssss/ComfyUI-WD14-Tagger[WD 1.4 Tagger] diff --git a/README.zh.adoc b/README.zh.adoc index 3fab53b..8809b76 100644 --- a/README.zh.adoc +++ b/README.zh.adoc @@ -96,7 +96,7 @@ https://huggingface.co/stabilityai/TripoSR/blob/main/model.ckpt[TripoSR] |link:https://github.com/mcmonkeyprojects/sd-dynamic-thresholding[SD Dynamic Thresholding] |link:https://github.com/twri/sdxl_prompt_styler[SDXL Prompt Styler] |link:https://github.com/shiimizu/ComfyUI_smZNodes[smZ(shiimizu) Nodes] -|link:https://github.com/chrisgoringe/cg-use-everywhere[Use Everywhere Nodes] +|link:https://github.com/chrisgoringe/cg-use-everywhere[Use Everywhere] |link:https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite[Video Helper Suite] |link:https://github.com/WASasquatch/was-node-suite-comfyui[WAS Node Suite] |link:https://github.com/pythongosssss/ComfyUI-WD14-Tagger[WD 1.4 Tagger] diff --git a/step2.sh b/step2.sh index b834954..625db8c 100644 --- a/step2.sh +++ b/step2.sh @@ -64,7 +64,7 @@ du -hd1 "$workdir" # Download models for ReActor cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/models curl -L https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth \ - --create-dirs -o facerestore_models/codeformer.pth + --create-dirs -o facerestore_models/codeformer-v0.1.0.pth curl -L https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth \ --create-dirs -o facerestore_models/GFPGANv1.4.pth curl -L https://huggingface.co/datasets/Gourieff/ReActor/resolve/main/models/inswapper_128_fp16.onnx \