synaestheory
Results
2
comments of
synaestheory
For me, the issue was resolved by updating txt2img.py line 12 from `from torch import autocast` to `from torch.cuda.amp import autocast`. I also needed to modify line 225 from `with...
I ran into a few issues using windows and the hydrogen-cli seems to attach a leading `/` to the [distPath](https://github.com/Shopify/hydrogen/blob/2023-01/packages/cli/src/utils/virtual-routes.ts#L11) variable. I tried both `yarn create` and `npm create` but...