-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
I have a custom node that takes json text and then outputs a whole bunch of different prompts for different purposes, scene, detailer, upscale, etc. the transpiler however uses the same variable for each of the outputs of the node:
Transpiler generates this:
string, string, _, _, _, _, string, string = PromptBuilder(string, 1910, 'realistic photo', 'hallway', 'woman', 'Lisa', '', 'lab coat', 'standing', 'looking down', 'tiled floor, mri machine', '', 'long shot, wide angle', '4K', '', '', 'glasses, gloves, carpet')
but each of those "string" is used in a different ksampler.
Reactions are currently unavailable