Nice work
but i wanna ask, Is mounting to gdrive a must? .
Im trying to delete mounting gdrive, downloading custom model, edit yaml for custom model but its keep cant run when last cell.
this command also give me error so i make new folder
%mkdir -p /root/invokeai/configs/
%cp ../invoke-ai-gui-colab/models.yaml /root/invokeai/configs
its better if not using mounted gdrive and download manually model / custom model.
like this
import os
os.system('cd /')
os.system('mkdir -p /root/invokeai/models/ldm/stable-diffusion-v1')
os.system('wget -O /root/invokeai/models/ldm/stable-diffusion-v1/Anything-V3.0-pruned.ckpt https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0-pruned.ckpt')
os.system('wget -O /root/invokeai/models/ldm/stable-diffusion-v1/Anything-V3.0.vae.pt https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0.vae.pt')
os.system('wget -O /root/invokeai/models/ldm/stable-diffusion-v1/vae-ft-mse-840000-ema-pruned.ckpt https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt')
waiting for update
Nice work
but i wanna ask, Is mounting to gdrive a must? .
Im trying to delete mounting gdrive, downloading custom model, edit yaml for custom model but its keep cant run when last cell.
this command also give me error so i make new folder
its better if not using mounted gdrive and download manually model / custom model.
like this
waiting for update