Open WenmuZhou opened 8 months ago
Since feature extractor is used for NSFW checker, we can ignore it by passing feature_extractor=None
to StableDiffusionControlNetPipeline
Since feature extractor is used for NSFW checker, we can ignore it by passing
feature_extractor=None
toStableDiffusionControlNetPipeline
Modified it when I too got this error, but it isn't working:
OSError: preset/models/sd-turbo/feature_extractor does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/preset/models/sd-turbo/feature_extractor/None' for available files.
由于特征提取器用于 NSFW 检查器,我们可以通过传递给
feature_extractor=None``StableDiffusionControlNetPipeline
当我也收到这个错误时修改了它,但它不起作用:
OSError: preset/models/sd-turbo/feature_extractor does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/preset/models/sd-turbo/feature_extractor/None' for available files.
请问您解决了这个问题吗,我也遇到这个问题,不知如何解决
I used the one from SD-2-base:
!ln -s /content/SeeSR/preset/models/stable-diffusion-2-base/feature_extractor /content/SeeSR/preset/models/sd-turbo
I encountered the following problems when running the webui of sd-turbo:
The screenshot of the sd-turbo file on huggingface is as follows, there is no feature_extractor folder