Jozef Pierlejewski
Jozef Pierlejewski
related to https://github.com/Bing-su/adetailer/issues/61 and https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8524 _([Feature Request]: face restoration minimum/maximum face size to process)_ (please see example screenshots there) I'm looking to do the same (enhance face in foreground, don't...
@danielos123ssa isn't that just down to your prompt used for the inpainting.. plus your denoising strength? (note, most of what I requested has been addressed .. see #61.. this also...
it would be good if we could do our own checks in onSlideBefore and prevent the slide from happening under certain conditions, and then when we've satisfied the condition ourself...
I believe some of this is also related in some part, but I was seeing this as a very specific script for faces. Could possibly use face detect algorithms but...
this seems to work in the meantime ```php $query = (new QueryBuilder)->wherePostType(["news","event"])->limit(3)->as(SocialPost::class); // or $query = SocialPost::builder()->limit(3); $post_query = new PostQuery($query->getParameters(), SocialPost::class); $posts = $post_query->get_posts(); dd(count($posts)." of ".$post_query->found_posts); ``` shows:...