-
Notifications
You must be signed in to change notification settings - Fork 24
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
getting errors in the webui and when just downloading #55
Comments
haven't encountered that problem before. |
remote: Enumerating objects: 462, done. this is what happens when i do that |
not sure if this post might help: if you still can't get it working, try use the release version |
that like you sent didnt do anything but i downloaded the 1.8 zip and now is working. thank you so much for the help!!! |
it worked for me too |
error Cmd('git') failed due to: exit code(128)
cmdline: git clone -v -n --separate-git-dir=F:/Stable-diffusion/stable-diffusion-webui/extensions/miaoshouai-assistant/.git/modules/assets -- https://e.coding.net/miaoshouai/miaoshou-stable-diffusion-webui/assets.git F:\Stable-diffusion\stable-diffusion-webui\extensions\miaoshouai-assistant\assets
stderr: 'Cloning into 'F:\Stable-diffusion\stable-diffusion-webui\extensions\miaoshouai-assistant\assets'...
POST git-upload-pack (185 bytes)
POST git-upload-pack (277 bytes)
error: RPC failed; curl 52 Empty reply from server
fatal: expected 'packfile'
'
*** Error executing callback ui_tabs_callback for F:\Stable-diffusion\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\main.py
Traceback (most recent call last):
File "F:\Stable-diffusion\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\runtime\msai_runtime.py", line 1245, in my_model_set
self.install_preset_models_if_needed(False)
File "F:\Stable-diffusion\stable-diffusion-webui\extensions\miaoshouai-assistant\scripts\runtime\msai_runtime.py", line 938, in install_preset_models_if_needed
sub_repo = git.Repo(self.prelude.assets_folder)
File "F:\Stable-diffusion\stable-diffusion-webui\venv\lib\site-packages\git\repo\base.py", line 213, in init
raise NoSuchPathError(epath)
git.exc.NoSuchPathError: F:\Stable-diffusion\stable-diffusion-webui\extensions\miaoshouai-assistant\assets
ddont know if this is a known issue but ive tried some fixes and getting the same issue where its not getting the data at all. i have no issue with my internet connection and other extensions are downloading just fine. any help would be great
The text was updated successfully, but these errors were encountered: