catboxanon
catboxanon
Guess it's not going to be implemented. https://desuarchive.org/g/thread/94223958/#94225957
xformers is deterministic as of 0.0.19. https://github.com/facebookresearch/xformers/releases/tag/v0.0.19
This has been occurring for me on the latest commits of the [dev branch](https://github.com/AUTOMATIC1111/stable-diffusion-webui/tree/dev) for a while now. Did a trace with only this extension enabled, and it looks like...
It already is part of it. https://github.com/picobyte/stable-diffusion-webui-wd14-tagger/blob/e72d984bdbed832ba83e2a443238c3851b9088ae/tagger/interrogator.py#L347-L357 I don't have any issue using the WD14 ViT v3 model on a fresh install, so I'm not sure what the root cause...
`--disable-model-loading-ram-optimization` disables the meta device functionality which should fix this. You might also need to disable the model cache entirely (setting `Maximum number of checkpoints` to `1`) because that also...
`--disable-model-loading-ram-optimization` will fix the issue you're having.
What's the reason this was closed?
Duplicate of https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1109
Not switching to the new image seems a bit silly. I think this should be implemented properly when Gradio 4 support is merged (if ever) and not be an option...
This would break compatibility with https://github.com/BlenderNeko/ComfyUI_Noise. I'm sure your intent with this PR is just to get something merged at all to avoid this bug though, which should've have had...