obsol
obsol
A lot of this is ultimately about getting NPCs to go where they don't belong and shoot at things they shouldn't using the vanilla brain loop instead of building a...
Some examples of what the hooks let you do, with my psilocybin statemap. This is all very rough - I literally finished the first draft of Omninasty and VehicleHandler yesterday...
Darn, trying to fix the merge issue closed this. I'll wait till after wipe, then re-submit
I also get this - how did you gen that sysinfo? I could submit mine too. I'm reading this error "RuntimeError: Expected all tensors to be on the same device,...
Oh also for repro I just load automatic's webgui with `set COMMANDLINE_ARGS= --use-cpu all --skip-torch-cuda-test --enable-insecure-extension-access --api --no-half --no-half-vae --opt-split-attention --always-batch-cond-uncond --no-half-controlnet` then txt2img anything with any controlnets enabled -...
Ok I got it to work with a hack and it seems to confirm that CN is not respecting use-cpu for some reason. It's not the same hack as I...
Better fix found - the issue is with "--use-cpu all", because CN looks for the device for the task "controlnet", and modules/devices.py only returns CPU if the task passed into...
Same issue, windows 10, Galaxy note 20. Copying the old fashion way, while much slower, doesn't corrupt files. Opening the files on the created drive works fine too, it's just...
My guess is it has to do with data being caught in the buffer when copying and it not getting finalized properly before the stream is closed? But this is...
This is my first time trying to contribute hooks, please let me know if there's anything wrong with how I did it. These hooks have been tested pretty extensively over...