From 8d363baa58d2b315a18d30ff88e57f2d7af006aa Mon Sep 17 00:00:00 2001 From: kaj <40004347+KAJdev@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:46:28 -0800 Subject: [PATCH] temp download link --- packages/stablestudio-ui/src/App/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stablestudio-ui/src/App/index.tsx b/packages/stablestudio-ui/src/App/index.tsx index d6ddaf0..06fd668 100644 --- a/packages/stablestudio-ui/src/App/index.tsx +++ b/packages/stablestudio-ui/src/App/index.tsx @@ -124,7 +124,7 @@ export namespace App { console.log("downloading comfyui"); await download( - "https://github.com/comfyanonymous/ComfyUI/releases/download/latest/ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z", + "https://pub-5e5adf378ed14628a527d735b7743e4e.r2.dev/stability-downloads/ComfyUI/ComfyUI_windows_portable.zip", `${appDataPath}\\comfyui.zip`, (p, total) => { comulativeProgress += p;