cog-sdxl
cog-sdxl copied to clipboard
Feature extractor is never downloaded
In predict.py
feature extractor is loaded from a cache folder at line 154
self.feature_extractor = CLIPImageProcessor.from_pretrained(FEATURE_EXTRACTOR)
But that cache folder is never downloaded.
It should be added in /script/download_weigths.py