R
R
Thanks, maybe I can gather something from the wine logging. Including a lot of noise and some censored IDs, behind spoiler is barfed on stdout/err when I run steam like...
Not tested by me, but in case it helps, the enb archive contains these instructions in enbseries/LinuxVersion/readme.txt ``` TES Skyrim SE with ENBSeries running on "current" versions of WINE with...
I run steam with this from the commandline, and MO from there, which works for me with audio: `WINEDLLOVERRIDES="xaudio2_7=n,b" PULSE_LATENCY_MSEC=90 steam` HTH
I don't have this issue. the button or Ctrl+M works fine for me, but then I have not followed this guide, I run MO2 in proton experimental, which seems to...
I think you forgot to doublequote your command, because you're passing arguments '2\modorganizer2\ModOrganizer.exe' and I miss a backslash before '.local' in your exe and directory: `Z:\home\edgar-schluminski.local\share\Steam\steamapps\common\Skyrim Special Edition`
Besides a change event, a Textbox blur (loss of focus) event is also handled after e.g. a button click, which seems incorrect. I'd say it makes more sense for a...
`ModuleNotFoundError: No module named 'midas.dpt_depth'; 'midas' is not a package` This error pops up again, I have timm, and the midas model is in a ComfyUI directory, unsure what installed...
I had the same issue. vid2vid has this in comfy_vid2vid/requirements.txt: `diffusers[torch]==0.11.1` which is quite old. after `pip install -U diffusers` the vid2vid node is out, but ComfyUI-InstantID did load.
f95zone has a nice search interface (requires login though) where you can add and/or exclude tags.
Nevermind may not be downgrade related resolved by exporting DOTNET_BUNDLE_EXTRACT_BASE_DIR and setting it to point to a directory using windows slashes and "..\" to point to a valid directory.