Skip to content
New issue

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

Search before ask / 先搜索再提问 #204

Closed
continue-revolution opened this issue Oct 11, 2023 · 7 comments
Closed

Search before ask / 先搜索再提问 #204

continue-revolution opened this issue Oct 11, 2023 · 7 comments

Comments

@continue-revolution
Copy link
Owner

continue-revolution commented Oct 11, 2023

If your issue was closed without any response, it is because your question has been answered before. Please cherish the developer’s time, in the way that you make good use of GitHub issue filter by removing “is:issue is:open” and search before asking question. Many questions have been resolved previously. If you search for “TORCH_USE_CUDA_DSA”, you will find 12 issues, which is really too overwhelming. I will not be your redirector anymore.

如果我没有回复就关闭你的issue,这是因为你的问题已经被回答过了。请善用issue搜索功能,先搜索再提问,把“is:issue is:open” 删除后搜索关键词,以节约我的时间。很多问题早已被回答过。如果你搜索“TORCH_USE_CUDA_DSA”,你会发现12条issue,令我不胜其扰。我不会再提供重定向服务。

@fish-lxh
Copy link

Error running postprocess: D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\extensions\sd-webui-animatediff\scripts\animatediff.py
Traceback (most recent call last):
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\modules\scripts.py", line 651, in postprocess
script.postprocess(p, processed, *script_args)
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\extensions\sd-webui-animatediff\scripts\animatediff.py", line 82, in postprocess
self.prompt_scheduler.save_infotext_txt(res)
AttributeError: 'NoneType' object has no attribute 'save_infotext_txt'

@fish-lxh
Copy link

Error running before_process: D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\extensions\sd-webui-animatediff\scripts\animatediff.py
Traceback (most recent call last):
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\modules\scripts.py", line 611, in before_process
script.before_process(p, *script_args)
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\extensions\sd-webui-animatediff\scripts\animatediff.py", line 50, in before_process
motion_module.inject(p.sd_model, params.model)
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 58, in inject
self._load(model_name)
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 41, in _load
mm_state_dict = sd_models.read_state_dict(model_path)
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\modules\sd_models.py", line 301, in read_state_dict
sd = get_state_dict_from_checkpoint(pl_sd)
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\modules\sd_models.py", line 245, in get_state_dict_from_checkpoint
pl_sd = pl_sd.pop("state_dict", pl_sd)
AttributeError: 'NoneType' object has no attribute 'pop'

@fish-lxh
Copy link

Error running postprocess_batch_list: D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\extensions\sd-webui-animatediff\scripts\animatediff.py
Traceback (most recent call last):
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\modules\scripts.py", line 667, in postprocess_batch_list
script.postprocess_batch_list(p, pp, *script_args, **kwargs)
File "D:\sd-webui-aki-v4.1\sd-webui-aki-v4.1\extensions\sd-webui-animatediff\scripts\animatediff.py", line 70, in postprocess_batch_list
self.prompt_scheduler.save_infotext_img(p)
AttributeError: 'NoneType' object has no attribute 'save_infotext_img'

@fish-lxh
Copy link

这些问题怎么解决?

@continue-revolution
Copy link
Owner Author

continue-revolution commented Nov 17, 2023

@fish-lxh pytorch太老旧 / 没有下载模型 / WebUI太老旧,我只支持torch >= 2.0.0和WebUI >= 1.6.0,你需要手动下载模型。另外不要在这里提问

@fish-lxh
Copy link

fish-lxh commented Nov 17, 2023 via email

@fish-lxh
Copy link

fish-lxh commented Nov 20, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants