tnwei
tnwei
Sorry just got the time to get back to you, just put in the changes requested @ebennequin
Personally, f-strings is the only thing that comes to mind as the significant feature added in Python 3.6 that is relevant to `pdoc`. From going through the project codebase, I've...
Submitted a PR! Should there be a code style section added to `CONTRIBUTING.md` to specify formatting preference to keep things neat moving ahead?
> Did you, perchance, take this for Hacktoberfest? Asking to mark it accepted, because I might take a further couple more days before it gets merged (and you might see...
Yeah! It's awesome isn't it. I do hope to incorporate it one day, let's see if I can find time for it
Hi! If I understand you correctly, you were using the same Python environment from installing `EleutherAI/vqgan-clip`? I would suggest recreating the Python environment using the instructions in this repo. Also,...
Hi @dustovshio! I would advise the same, which is to recreate the Python environment using the instructions in this repo, instead of reusing the one from EleutherAI/vqgan-clip. The EleutherAI repo...
Hi dustovshio, the latest error message posted throws an error when loading the models, so it is possible that the model you were trying to load is corrupted and needs...
Hmm. It definitely wasn't the intended use case, but I suppose it can be done if we integrate model download into the main script. The app will need to download...