Open4
Stable Diffusion v1.4をColabでやったときにつまづいたこと
の通りにやってみる。
しかし
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.
にアクセス
チェックしてアクセスレポジトリ
できた!