Bryan Ray
Bryan Ray
hey thanks, i have already downloaded the model from huggingface separately, 1> can you make it to look for models in i.e.: models/folder inside the extension first? instead of having...
> I have use this way to fix this issue on my machine . > > ``` > def download(self) -> Tuple[os.PathLike, os.PathLike]: > print(f"Loading {self.name} model file from {self.kwargs['repo_id']}")...
> I have use this way to fix this issue on my machine . > > ``` > def download(self) -> Tuple[os.PathLike, os.PathLike]: > print(f"Loading {self.name} model file from {self.kwargs['repo_id']}")...
> @bryanray The fork of my warehouse optimizes the download strategy,when loading the model, first query the path where the json file is saved,By default, the model is downloaded to...
i know where they save but not in a proper folder, they all save in unknown un specified folder that you have to look for...... why not like models and...
please some one make it properly work, we all want to download models separately and know where to put in the folder, NOT IN THE godamn TEMP......... geeez :))) >...
> I edited 'stable-diffusion-webui/extensions/stable-diffusion-webui-wd14-tagger/tagger/interrogator.py' > > ```python > def download(self) -> Tuple[os.PathLike, os.PathLike]: > print(f"Loading {self.name} model file from {self.kwargs['repo_id']}") > > > # model_path = Path(hf_hub_download( > # **self.kwargs,...