Julius Sky
Julius Sky
i upgraded that package but then i got a dependency issue with `react-native-screens` which req. `[email protected]` (instead of 3.4). then when i rolled it back to that version i get:...
also updating to the latest `react-native-screens` (3.4) and updating the package.json to match i still get the same error with the `client.currentUser.data`
i did overlook to get and initialise the credentials and token. but now ive done it and still get the same error. even after redoing install, init, deploy. so not...
should be added as a bugfix, someone should submit a pull request for this. i noticed some other projects that use stable diffusion do indeed have a cpu flag to...
note it does do this check now on line 242: `device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu")` however the line u mentioned is still calling cuda above it (now on...
is there a simple working example implementation i can look at? ive followed the intro docs but i get 'LookupError: App 'payments' doesn't have a 'Payment' model.' ``` ... in...