欢迎光临散文网 会员登陆 & 注册

史上最傻瓜式教程StableDiffusion谷歌云盘安装使用超详细手把手带着操

2023-04-07 21:00 作者:雁过留声机器  | 我要投稿

报错是因为作者改了下代码,然后漏了一个“import os”。刚刚我去看了下,已经修复了。

谷歌盘太小放不下模型作者也有解决办法,在colab上运行代码就可以从huggingface上下载模型到colab送你的50g硬盘上了。

我把代码放上来,作者是提供了pastel-mix这个模型的代码,我补充一些个人比较喜欢的模型。

使用方法就是将代码复制到colab上,然后先运行一次作者给的代码,然后再运行下载模型的代码。由于同一时间只能有一个代码运行,你需要先关掉之前的代码。

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/andite/pastel-mix/resolve/main/pastelmix-fp16.ckpt -d /content/models -o pastelmix-fp16.ckpt

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt -d /content/models -o pastelmix-fp16.vae.pt

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/stb/animelike2d/resolve/main/animelike25D_animelike25DV11Pruned.safetensors -d /content/models -o animelike25D_animelike25DV11Pruned.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/admruul/anything-v3.0/resolve/main/Anything-V3.0.safetensors -d /content/models -o Anything-V3.0.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/admruul/anything-v3.0/resolve/main/Anything-V3.0.vae.pt -d /content/models -o Anything-V3.0.vae.pt

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/anything-v4.5/resolve/main/anything-v4.5.ckpt -d /content/models -o anything-v4.5.ckpt

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/naonovn/chilloutmix_NiPrunedFp32Fix/resolve/main/chilloutmix_NiPrunedFp32Fix.safetensors -d /content/models -o chilloutmix_NiPrunedFp32Fix.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/OedoSoldier/ambientmix/resolve/main/ambientmix-half.safetensors -d /content/models -o ambientmix-half.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/mocker/KaBoom/resolve/main/FaceBombMix-fp16-no-ema.safetensors -d /content/models -o FaceBombMix-fp16-no-ema.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/mocker/KaBoom/resolve/main/ColorBombMix-fp16-no-ema.safetensors -d /content/models -o ColorBombMix-fp16-no-ema.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/mocker/KaBoom/resolve/main/HyperBombMix-fp16-no-ema.safetensors -d /content/models -o HyperBombMix-fp16-no-ema.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/gsdf/Counterfeit-V2.5/resolve/main/Counterfeit-V2.5_pruned.safetensors -d /content/models -o Counterfeit-V2.5_pruned.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/gsdf/Counterfeit-V2.5/resolve/main/Counterfeit-V2.5.vae.pt -d /content/models -o Counterfeit-V2.5.vae.pt

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/doll774/doll774/resolve/main/doll774.ckpt -d /content/models -o doll774.ckpt

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ahmmu20/rev_animated/resolve/main/revAnimated_v11.safetensors -d /content/models -o revAnimated_v11.safetensors

!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/perfect_world/resolve/main/perfectWorld_v2Baked.safetensors -d /content/models -o perfectWorld_v2Baked.safetensors

史上最傻瓜式教程StableDiffusion谷歌云盘安装使用超详细手把手带着操的评论 (共 条)

分享到微博请遵守国家法律