Roel Kluin
Roel Kluin
A similar pattern that also triggers an false positive error occurs when using `map_or_else` like so: ```rust self.tuple_index().map_or_else( || in_idx[0].iter().skip(0).take(in_idx[0].len()), |i| in_idx[0].iter().skip(i).take(1) ).map(|&item_index| { let ci = task_manager.get_item(item_index); self.apply_to_in(ci, task,...
Thanks for the PR, it will require some testing. One question, however; what exactly is the reason that this is a separate class?
It might also be possible to use a state variable, let the button just handle the label change and change the state of the state variable. Then the state variable,...
It's in a subfolder of 'stable-diffusion-webui/models'. I cannot check right now where exactly, but See [here](https://huggingface.co/docs/huggingface_hub/guides/download#download-files-to-local-folder) For the WaifuDiffusionInterrogator [this](https://github.com/picobyte/stable-diffusion-webui-wd14-tagger/blob/eada0509f0c537a8ddf9c1f3b447a650474d1d9d/tagger/interrogator.py#L399C21-L399C56) line. The shared.models_path is 'stable-diffusion-webui/models'. Edit: corrected path
Do you expect access to huggingface? (Edit: I mean to ask: is it possible on your device?) Does the roll back mean you were able to load an existing model...
vladmandic is just a fork of AUTOMATIC1111 so possibly to support both is feasible.
I agree this is a mess. I was trying to fix it in a branch but it's a lot of work to automate this. I kind of think it would...