TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
333 stars 39 forks source link

postive v positive XY plot not working #63

Closed DrGunnarMallon closed 1 month ago

DrGunnarMallon commented 8 months ago

Hi,

First of all, many thanks for an amazing selection of custom nodes! I seem to be having an issue with the xy plot though. When I set both axes to 'positive', the sampler does not seem to take these into account, but only ever chooses one axis and repeats the same images for the second axis. Am I missing something? I've attached my workflow - any pointers would be greatly appreciated :)

workflow (1)

TinyTerra commented 8 months ago

Currently it only accepts one positive input. And it overwrites the original positive prompt as well.

Perhaps I can add an append positive option as well, that would potentially work how you're expecting?

DrGunnarMallon commented 8 months ago

Hey, thanks for the reply - that makes a lot of sense now. I only recently switched over from A1111 and thought I was doing something wrong.

Adding an "append" function wouldn't really solve what I'm trying to do. I'm looking to have something like the type of medium ("photo", "painting", "anime") on the x-axis and artistic style ("impressionist", "cubist", "bauhaus") on the y-axis for a prompt of "impressionism photo of a cow in a field" to produce a 3x3 matrix of the 9 combinations. Hope that makes sense :)

GrigJr commented 8 months ago

A "Prompt Search/Replace" on both axis at the same time would be GREAT for ttn! The kind doctor is describing how it works in a1111: the first term is searched in the prompt, then successively replaced with the following ones

TinyTerra commented 2 months ago

V2 advanced xyplot now has more comprehensive plotting capabilities, including S&R for strings as per adf2aca27874f1910f8c9e71dba69184c9646807

there is more documentation in the readme as to how the new xyplot works, including the S&R format