VanShaman
Results
2
issues of
VanShaman
### Describe the bug I'm not very tech smart but I know how to run this AI. Problem is that I keep getting this error on the last step. Does...
bug
I fixed the issue, so just replace this line in the 3rd step `![[ ! -f models/$model_name/config.json ]] && python download-model.py $huggingface_org/$huggingface_repo --branch $huggingface_branch ` with this one: ` ![[...