Karen Palacio
Karen Palacio
Hello @khrome ! I'm interested in using your library and possibly contributing to it. The images on the readme look really good! Installing like you said on the comment of...
Hello, I'm pretty sure this project has been abandoned, at least somewhat. What I did was to use the mantained nodejs library: [ wa-automate-nodejs](https://github.com/open-wa/wa-automate-nodejs). Lately I've been using that and...
Thanks for the heads up! I only knew about kohya so I assumed that was the standard.
just stumbled into this problem: it's because this system is very strict with your directory structure. you have to have your dataset in a folder, then inside that folder have...
> library_dir += [os.path.join(os.environ.get("CUDA_PATH"), "lib", "x64")] The error message is telling you - check your CUDA path and see if it's set
I've opened a similiar issue on the app's repository: https://github.com/hmartiro/riffusion-app/issues/12 Dataset info is very important and will open doors for creators everywhere.
Same issue.
getting this same error while trying to use push2_python library- ```python ~PATH/TO/ENV/lib/python3.8/site-packages/mido/backends/rtmidi.py in get_devices(api, **kwargs) 50 rtapi = _get_api_id(api) 51 ---> 52 mi = rtmidi.MidiIn(rtapi=rtapi) 53 mo = rtmidi.MidiOut(rtapi=rtapi) 54...
I tried again with a small dataset but more compact (many examples with the same annotation) and was able to train it successfully by overfitting - i trained it for...
> > Currently only overfit works. > > I was only able to test it on overfit twice at 3am before I pushed most of the code here so I...