From 8f84e9f6982ed0b5cf2e93e68e184465271fd367 Mon Sep 17 00:00:00 2001 From: John | Elite Encoder Date: Mon, 23 Dec 2024 11:48:44 -0500 Subject: [PATCH] (chore) update hf repo for sd loras/model Updates `dl_checkpoints.sh` to use the official hugging-face Livepeer-Studio repos for downloading StableDIffusion checkpoints and loras https://huggingface.co/Livepeer-Studio/comfystream_checkpoints https://huggingface.co/Livepeer-Studio/comfystream_loras --- runner/dl_checkpoints.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/dl_checkpoints.sh b/runner/dl_checkpoints.sh index 6ebb88ef..f06a1ab4 100755 --- a/runner/dl_checkpoints.sh +++ b/runner/dl_checkpoints.sh @@ -111,12 +111,12 @@ function download_florence2_checkpoints() { function download_stream_diffusion_checkpoints() { # ComfyUI_StreamDiffusion is loading single file safetensors from /models/checkpoints - huggingface-cli download pschroedl/comfystream_checkpoints --local-dir models/ComfyUI--models/checkpoints --include "*.safetensors" + huggingface-cli download Livepeer-Studio/comfystream_checkpoints --local-dir models/ComfyUI--models/checkpoints --include "*.safetensors" } function download_stream_diffusion_loras() { # ral-dissolve-sd15 LoRA - huggingface-cli download pschroedl/comfystream_loras --local-dir models/ComfyUI--models/loras --include "*.safetensors" + huggingface-cli download Livepeer-Studio/comfystream_loras --local-dir models/ComfyUI--models/loras --include "*.safetensors" } function build_tensorrt_models() {