Open4

Stable Diffusion v1.4をColabでやったときにつまづいたこと

イワケンイワケン

https://note.com/npaka/n/ndd549d2ce556#fab3cac6-613b-4ac3-8ab6-2705fea977bc

の通りにやってみる。

しかし

python
from diffusers import StableDiffusionPipeline

# StableDiffusionパイプラインの準備
pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", use_auth_token=YOUR_TOKEN)
pipe.to("cuda")

のところでエラー

Access to model CompVis/stable-diffusion-v1-4 is restricted and you are not in the authorized list. Visit https://huggingface.co/CompVis/stable-diffusion-v1-4 to ask for access.