magestyx
magestyx
The autoplay has a major bug - every time a video is preloaded it'll start autoplaying as well! I tried a number of nicer fixes that didn't work but eventually...
Actually, I realized after I posted that the ECS_do_action will help here - code is below and it does now load these missing images. However, it'd be great to have...
Note that in the code I just posted, github is encoding the copyright symbol. In the raw code it's the standard code like below with no spaces: & copy ;
This is a really essential feature to making this workflow function properly. As-is, Dynamic Prompts is great and ADetailer is great but they're almost useless combined.
Any progress on this? This seems so essential. Otherwise, adetailer conflicts with the main prompt and 'muddies' the result. For instance, if the main prompt dynamically has 'blue eyes' and...
> It is not straight forward but it should definately be possible by either using global variables or writing to txt. I got wildcards to work with adetailer with my...
You should search before posting. There's already been a lengthy discussion of this issue here: https://github.com/Extraltodeus/depthmap2mask/issues/35
Any other ideas on fixing this? I've done every 'fix' I can find on this thread and the related ones, I've re-added midas more times than I can count, installed...
Actually I did sort of figure out a temporary fix late last night. I commented out the prepare_environment() line in SD's launch.py which effectively kills all updates upon launch. THEN...
I was having this same issue with both depthmap2mask and thygate/stable-diffusion-webui-depthmap-script since they both apparently need the updated timm. I'm somewhat new to how python and git/requirements work, but after...