noisefloordev
noisefloordev
I think that's https://www.pixiv.net/info.php?id=9786. Unfortunately they seem to be applying it randomly, like the post linked in #280 which has no reason to be flagged. I think you can just...
FYI, 1.8.0 handles comments directly and has an option to disable them, so I think comment handling can just be removed from sd-dynamic-prompts. I haven't checked processing order yet to...
Is it working for Steam NA? I poked at it a bit and didn't see any DNS requests for gs001.pso2gs.net, etc., so I'm not sure if different hosts need to...
cache_text_encoder_outputs.py raises AttributeError: 'Namespace' object has no attribute 'deepspeed'
Same problem in cache_latents.py. (I thought this "Deepspeed" stuff was going to be in a separate branch since it was hard to maintain...)
This is what I'm using: ``` this.photoSwipe.on("change", () => { let pswp = this.photoSwipe.pswp; if(pswp.currSlide && !this.photoSwipe.pswp.opener.isOpening) pswp.currSlide.data.element.scrollIntoView({ behavior: "instant" }); }); ``` Doing it in change makes sure it's...
My understanding is that setting "CUDA_VISIBLE_DEVICES=1" makes CUDA only expose a single device to the application. You're telling the application to use the second device, but as far as it...
FWIW, seeing the same error on the current version.