cannot get the model to load in Colab

#2
by Metaphorz - opened

Let us know if you know of a Google Colab notebook that will load this model. I tried using a notebook where
I can select one of NitroSocke's models and these work. I specified proxima/darkvictorial_artstyle as the model,
and I get this error in colab: HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/proxima/darkvictorian_artstyle/resolve/main/vae/diffusion_pytorch_model.bin

Hey, which colab notebook are you using? This repo doesn't have all the additional stuff to call the model via Diffusers like Nitrosocke's, it only contains the models. That means you have to download them (either manually or via code) and place them in whatever folder the notebook you use has the models in. In the Web UI by Automatic1111 it works by placing the models in "models/Stable-diffusion". (that's the one: https://github.com/AUTOMATIC1111/stable-diffusion-webui)

I was using a notebook that loaded, or specified, models in Nitrosocke's folder. However, I loaded Deforum Stable Diffusion and created a new model map for your style: "darkvictorian_artstyle_v1.ckpt": {
'sha256': '8ed685d9ed0abd2835db9843c7cd466e6148d75cabb9c1d2769c35cd4c4e7933',
'url' : 'https://huggingface.co/proxima/darkvictorian_artstyle/darkvictorian_artstyle_v1.ckpt',
'requires_login': True,
}, I am getting decent results on prompt "a portrait of a steampunk woman, trending on Artstation". Do you have recommended prompts for your victorian style?
image.png

Metaphorz changed discussion status to closed

Check the pdf in the repo for prompt examples: https://huggingface.co/proxima/darkvictorian_artstyle/blob/main/darkvictorian_artstyle_handbook.pdf
Unfortunately the notebook you shared is set to private/ I can't access it

Metaphorz changed discussion status to open
proxima changed discussion status to closed

I added the diffusers weights so this should be easier to load in various colabs

Sign up or log in to comment