StableCascade
StableCascade copied to clipboard
how stop print /bin/sh: 1: aws: not found
I'm trying to train a lora and the only thing I see is printing is /bin/sh: 1: aws: not found How do I stop this?
webdataset_path: file:<path to local dataset>
Don't forget the file:
part if you are using local files like I did
There seems to be a bug where if you pass in multiple local paths into webdataset_path, it will throw an error. The example by @thojmr works, but
webdataset_path:
- file:<path to local dataset>
Does not.