This repository was archived by the owner on Jun 2, 2025. It is now read-only.
BLIP tiled sampler... I need it. #160
Ferniclestix
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is similar to the "detail" prompt I had in easy diffusion colab, and actually work better for you. Basically instead of trying to prompt subject, just prompt detail modifiers to improve the fielding of the scene
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, messing around with blip image analysis to create prompts and.... weell i kinda built this madcap thing.

workflow
https://drive.google.com/file/d/1NY8AlgP1_gAOAdnrS4sKOzWPbJLl5kUk/view?usp=sharing
basically splitting an image into 9 performing blip on each segment and plugging it back in as conditioning and sampling each using the blip prompt.,
The idea is to basically refine a tiled sampler so that less hallucinations go down in each segment. only problem is, merging them back together is difficult because the 'stitch' node does not emulate tiled samplers and doesnt heal seams. so I was like, man if this was in one sampler... it might be cool.
Because each tiled image has its own specific prompt its less likely to try and reproduce teh rest of the image in each tile at higher denoise.
And so im suggesting it seeing as most of the system is built using WAS nodes :P
Kind of an 'interrogative tiled sampler' or blip tiled sampler.
I mean... seems to work not too terribly as is other than the seams.
Beta Was this translation helpful? Give feedback.
All reactions