psychedelicious
psychedelicious
I just ran into this issue or something like it while using the Monokai Pro ST Theme, Color Scheme, and Terminus theme. I have `..."256color": true, "unix_term": "xterm-256color"...` in my...
This works in CRA without anything else. Edit `node_modules/react-scripts/config/webpack.config.js`, around line 300 there is the `alias` section: ``` alias: { // Support React Native Web // https://www.smashingmagazine.com/2016/08/a-glimpse-into-the-future-with-react-native-for-web/ 'react-native': 'react-native-web', //...
Yes, I should have elaborated. I used the `patch-package`: - Install as dev dependency: `yarn add patch-package postinstall-postinstall -D` - Edit `webpack.config.js` as above, inserting `'react-redux': process.env.NODE_ENV === 'development' ?...
@lstein See https://github.com/invoke-ai/InvokeAI/issues/1657 same issue
Hi @n4phth4 We've fixed the bug, the fix will be in v2.3.0.
@blessedcoolant @lstein It seems like the crash is coming from deep within the model loading code. I've no clue how to proceed from here.
I noticed the same thing. Regardless of your selection when prompted to enable the nsfw checker - yes or no - the model is downloaded. It should probably not be...
Still need to be addressed.
Still need to be addressed.
@mihkeleidast I've run into the same issue and was happy to see it's not a problem with my implementation. I think my idea for a workaround is the same as...