From c21f5f9d298adefced9d9eeb44262b70c3482a0b Mon Sep 17 00:00:00 2001 From: 502647092 Date: Mon, 27 Mar 2023 01:36:25 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'StableDiffusionAnything.i?= =?UTF-8?q?pynb'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StableDiffusionAnything.ipynb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/StableDiffusionAnything.ipynb b/StableDiffusionAnything.ipynb index 5ed5cb9..6742bf6 100644 --- a/StableDiffusionAnything.ipynb +++ b/StableDiffusionAnything.ipynb @@ -56,10 +56,6 @@ async def main(): %cd /content/stable-diffusion-webui !git reset --hard await async_command_group([ - "aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth -d /content/stable-diffusion-webui/models/Codeformer -o codeformer-v0.1.0.pth", - "aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_Resnet50_Final.pth -d /content/stable-diffusion-webui/repositories/CodeFormer/weights/facelib/ -o detection_Resnet50_Final.pth", - "aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/parsing_parsenet.pth -d /content/stable-diffusion-webui/repositories/CodeFormer/weights/facelib -o parsing_parsenet.pth", - "aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/datasets/gsdf/EasyNegative/resolve/main/EasyNegative.safetensors -d /content/stable-diffusion-webui/embeddings -o EasyNegative.safetensors", "aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/datasets/Nerfgun3/bad_prompt/resolve/main/bad_prompt_version2.pt -d /content/stable-diffusion-webui/embeddings -o bad_prompt_version2.pt", "aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.5.ckpt -d /content/stable-diffusion-webui/models/Stable-diffusion -o anything-v4.5.ckpt",