Ted Sanders

Results 9 comments of Ted Sanders

Hey there, just tried a rebuild from scratch, seems to be working fine, maybe their server was down temporarily? Can you pull master and try again? Might also try docker-compose...

Try running docker run -it --gpus=all --rm nvidia/cuda:11.4.2-base-ubuntu20.04 nvidia-smi Does that run successfully and list your GPU? If not then somethings not setup on your end.

that output from nvidia smi looks fine, in your case, you can just delete that check from that script in your case so it continues on to the app. I'll...

thanks, the PR installs for me, can use "install from URL" on https://github.com/JacquesJooste/DreamArtist-sd-webui-extension.git

@evrenyal I had an issue with OpenDeviin not reading my config.toml file variables because the browser's local storage had old settings in it that would override whatever I would try...

Actually there seems to be a divergence going on. The FileWriteAction and FileReadAction appears to sync with my local directory fine. But CmdRunAction appears to be stuck inside the sandbox...

Thank you, yes that resolved my issue. Yes, fresh eyes, I simply was following [Development.md](https://github.com/OpenDevin/OpenDevin/blob/main/Development.md) to setup.

I discovered that the root cause of this bug was caused with an interaction with this other bug with Python itself, https://github.com/pytest-dev/pytest-asyncio/issues/403#issuecomment-1334162210 I was using a fresh install of Ubuntu...

I had to reinstall AUTOMATIC1111, if you value this fix above other newer features, I was able to work around this by manually checking out the checkout bug/fixed-seeds branch from...