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...