Jason Hoku
Jason Hoku
@pigeonflight a quick fix option for now, as [I've done in other works](https://github.com/JasonHoku/MicroHawaii/blob/main/src/Pages/Dashboards/Contact/contact.js) could be configuring EmailJS with gmail SMTP to read and send variables from react.
I believe I have isolated the issue to file: fastapi-react\{{cookiecutter.project_slug}}\frontend\src\config\index.tsx ```ts export const BASE_URL: string = 'http://localhost:{{cookiecutter.port}}'; export const BACKEND_URL: string = 'http://localhost:{{cookiecutter.port}}/api/v1'; ``` Is it possible to declare a...
Same exact issue here, can't get this project running at all.
Hello! If you're using webpack and electron I found a fix for this by making sure to include any merge-deep dependencies as an external and to declare the node_modules path...
Hello, what ended up working for me was making sure to include any merge-deep dependencies as an external and to declare the node_modules path relative to your package.json in your...
> It seems weird that this helps anything and I've also not seen this way of defining closures in javascript. I'd like to know why this helps before I merge...
I've tested https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/11ae5399f667aec3fa00d99a0e5eeeeb3bafeb43 and can confirm Cancel Generate Forever no longer dissapears! Great work! Thank you very much!
For me I had to run images that I generated before installing the aesthetic image scorer addon through the extras batch for them to get scored. I was also experiencing...
Any update on how to do this? Dev branch seems to have broken symlink folders starting with Stable-diffusion in the models folder. edit1 seems things have been changing around, got...
The SD Webui by AUTOMATIC1111 has a couple similar features that might be relevant here: The aesthetic-image-scorer addon makes use of tags and meta data: https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer/blob/main/tools/add_tags.py And the images-browser addon...