No longer available

#914
by djb200 - opened

I now just get his message:

Runtime error
The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling transformers.utils.move_cache().

0it [00:00, ?it/s]
0it [00:00, ?it/s]
Traceback (most recent call last):
File "/home/user/app/app.py", line 39, in
safety_checker = StableDiffusionSafetyChecker.from_pretrained("CompVis/stable-diffusion-safety-checker").to("cuda")
NameError: name 'StableDiffusionSafetyChecker' is not defined
Container logs:

===== Application Startup at 2024-05-14 04:39:47 =====

The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling transformers.utils.move_cache().

0it [00:00, ?it/s]
0it [00:00, ?it/s]
Traceback (most recent call last):
File "/home/user/app/app.py", line 39, in
safety_checker = StableDiffusionSafetyChecker.from_pretrained("CompVis/stable-diffusion-safety-checker").to("cuda")
NameError: name 'StableDiffusionSafetyChecker' is not defined

Hope it won't take long
I wonder why there's no confirmation from creator on twitter about the update or some issues

multimodalart changed discussion status to closed

Thanks multimodalart

Sign up or log in to comment