-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aesthetic gradients doesn't work anymore, always gives OS Error #21
Comments
same problem here |
same here |
Me too. I've looked everywhere for a solution, I was beginning to think it was just me or no-one uses this anymore. |
Same here. "OSError: None is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo with |
same issue |
Can you try changing line 97 in aesthetic_clip_model = CLIPModel.from_pretrained(shared.sd_model.cond_stage_model.wrapped.transformer.name_or_path) to aesthetic_clip_model = CLIPModel.from_pretrained("openai/clip-vit-large-patch14") ? I tried this as a workaround, but I don't have enough VRAM to test it properly. I loaded older versions from git and got the same out of memory error - so I can't verify myself that it works.
|
That seems to have fixed it!! Thanks! |
fix works, ty! |
Yeah. Thankyou for your kind help l8doku. |
I just got an error with last repo:
@l8doku patch works |
absolutely same, even though i complied transformers from hugging face instead, nothing different happened. |
@AUTOMATIC1111 need a fix for this, and thanks for great extension! |
OSError: Can't load config for 'openai/clip-vit-large-patch14'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'openai/clip-vit-large-patch14' is the correct path to a directory containing a config.json file It seems that this method doesn't work for me?(┬_┬) |
@kou201 after modifying the file, restart the whole SD, not just the UI! It worked for me after that. |
I modified the code after closing the webui and then opened it for testing. Then the above error prompt appeared. How strange. (*´Д`) |
Yes!! Had the same issue, like you did, I also restarted my computer after editing aesthetic_clip.py it now works like a charm! |
It worked for me after a reboot in my windows system! Thanks. |
@kou201 it works!
IT WORKS! |
Which commit are you on in web ui? |
useful, thank you. It turns out that this plugin actually needs to be connected to the Internet |
I was able to get it working on sd web ui commit |
@l8doku patch. Read more here: AUTOMATIC1111#21 (comment)
Havent used this plugin in a few weeks but now when I try to use it I get this:
OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like None is not the path to a directory containing a config.json file. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
The text was updated successfully, but these errors were encountered: