Open Reithan opened 1 week ago
Hi there, thanks for the suggestion. Which files/code besides sd_samplers_cfg_denoiser.py you mean?
I don't have the temp changes locally still as I reverted it before going further. The initial change is swapping reconstruct_cond_batch
for reconstruct_multicond_batch
for uncond
, but there's a few trickle down changes that need to be made to make that work. It seemed fairly 'simple', but the possibility that there may be trickle-down bugs or incompatibilities bothered me. I forget if all changes were in that single file, but IIRC there was at least 1 other file implicated.
Is there an existing issue for this?
What would your feature do ?
Currently reForge supports prompt composition (
AND
ing prompts together) for the positive prompt, but not the negative. This is traced back to code like what's found on ln138 ofsd_samplers_cfg_denoiser.py
After doing some testing locally, there's apparently nothing blocking us from simply updating all places where the negative/uncondition prompt is being sent through
cond_batch
rather thanmulticond_batch
type processing.I don't mind submitting this change myself, but as it touches multiple parts of multiple files, I felt it was best to get some alignment from a Feature Request, first, as this has the possibility of introducing new bugs, or simply complicating some already fragile portions of code.
Proposed workflow
Additional information
No response