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

[Bug]: path problem #561

Open
2 tasks done
tangbob opened this issue Nov 1, 2024 · 2 comments
Open
2 tasks done

[Bug]: path problem #561

tangbob opened this issue Nov 1, 2024 · 2 comments

Comments

@tangbob
Copy link

tangbob commented Nov 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits of both this extension and the webui

Have you read FAQ on README?

  • I have updated WebUI and this extension to the latest version

What happened?

def get_model_list(self):
# model_dir = motion_module.get_model_dir()
model_dir = "D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model"
print("model_dir",model_dir)

Steps to reproduce the problem

def get_model_list(self):
# model_dir = motion_module.get_model_dir()
model_dir = "D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model"
print("model_dir",model_dir)

What should have happened?

def get_model_list(self):
# model_dir = motion_module.get_model_dir()
model_dir = "D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model"
print("model_dir",model_dir)

Commit where the problem happens

webui:
extension:
def get_model_list(self):
# model_dir = motion_module.get_model_dir()
model_dir = "D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model"
print("model_dir",model_dir)

What browsers do you use to access the UI ?

No response

Command Line Arguments

def get_model_list(self):
        # model_dir = motion_module.get_model_dir()
        model_dir = "D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model"
        print("model_dir",model_dir)

why G:,so i code..

Console logs

To create a public link, set `share=True` in `launch()`.
model_dir D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model
model_dir D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model
model_dir D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model
model_dir D:\BaiduSyncdisk\sd-webui-aki-v4.2\extensions\sd-webui-animatediff\model

Additional information

so promble already done. only this extension has this path problem

@tangbob
Copy link
Author

tangbob commented Nov 1, 2024

setting prompble G:

@tangbob
Copy link
Author

tangbob commented Nov 1, 2024

webui setting,but it crash. so if i install animatediff. i never go to setting.

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

1 participant