Phill Johntony

Results 5 comments of Phill Johntony

@ShivamShrirao I've been trying to run your notebook on Runpod with Pytorch and an A5000 but I'm getting an error during pip install "Building wheel for xformers (setup.py) ... error"....

> There is no such file. 404 Client Error: Entry Not Found for url: https://huggingface.co/CompVis/stable-diffusion-v1-4/resolve/main/config.json > > Edit: Issue resolved. @Daniel-Kelvich How did you fix this?

@ShivamShrirao I managed to get your dreambooth example working but its been running for 2 hours now on an A5000. Since thats taking so long, I spun up another instance...

Still doesn't seem to be working with Quart using the latest 3.0.0a2 version. ```python Traceback (most recent call last): File "c:\Code\proj\run.py", line 14, in from flask_sqlalchemy import SQLAlchemy File "c:\Code\proj\env\lib\site-packages\flask_sqlalchemy\__init__.py",...

This is also the latest version of Quart so its not fixed quite yet, and looks like it might not get fixed at all based on this comment https://github.com/pallets/quart/issues/156#issuecomment-1179691917 about...