cog-sdxl icon indicating copy to clipboard operation
cog-sdxl copied to clipboard

Feature extractor is never downloaded

Open Bennoo opened this issue 1 year ago • 0 comments

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

Bennoo avatar Aug 10 '23 09:08 Bennoo