We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我在使用test_seesr_turbo.py文件进行批量预测时,发现cpu占用率高达4000,请问这是由于StableDiffusionControlNetPipeline导致的吗?
The text was updated successfully, but these errors were encountered:
你好,我在做推理的时候,显示在 preset/models/seesr路径下 缺少 diffusion_pytorch_model.bin 文件。但是作者给的预训练下载文件中,并没有这个文件。请问你遇到过同样的问题吗?
Sorry, something went wrong.
这个报错是因为seesr/unet中没有diffusion_pytorch_model.bin文件,你是用作者提供的google云盘下载的吧,随着压缩包下载的还有一个diffusion_pytorch_model-001.safetensors,把-001删掉之后放到seesr/unet/里就可以了
No branches or pull requests
您好,我在使用test_seesr_turbo.py文件进行批量预测时,发现cpu占用率高达4000,请问这是由于StableDiffusionControlNetPipeline导致的吗?
The text was updated successfully, but these errors were encountered: