vt-idiot

Results 75 comments of vt-idiot

@d8ahazard instead of removing the .bat files completely, why not replace them? ```BAT @ECHO OFF SETLOCAL SET PSExecutionPolicyPreference=Unrestricted where /q pwsh IF ERRORLEVEL 1 ( ECHO Installing PowerShell 7 powershell.exe...

Interesting. _Everything_ just works in webui after those changes? I might play with this over the weekend then. > conda Don't tie it to conda and make people install that....

``` [GCC 9.4.0] Commit hash: ea9bd9fc7409109adcd61b897abc2c8881161256 Installing requirements for Web UI Launching Web UI with arguments: --share --gradio-auth x --xformers --api --gradio-queue --enable-insecure-extension-access --no-half-vae 2023-02-13 11:51:55.255746: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow...

I tried some stuff I thought would make the warning (`W` - it's a **warning**, not an error) go away, but it requires a lot of shenanigans and tomfoolery. And...

No problem. Like I said, I've noticed no difference in image generation or in performance with or without running that bit of code to "fix" it, I don't use it...

> added But it's not? I skimmed the PR and the screenshots look amazing but the comments...do not.

I don't disagree. This was moreso a "minimal" - in terms of changed code - fix for an issue I have. I might look at it more closely later and...

same exact issue here on colab. my very very very stupid "second" notebook that symlinks an entire Google Drive folder with a "local" webui install from back in December and...

Still an issue for me as well.

@As4shi there was nothing in my logs that would give me any clue as to what was wrong, just a 404 error for what should've been the `internal/progress` address. See...