style_aligned_comfy icon indicating copy to clipboard operation
style_aligned_comfy copied to clipboard

Example Workflow not working

Open tobiaswuerth opened this issue 2 years ago • 2 comments

Hi, I downloaded the extension and imported your example workflow.

Issue 1) By default I get the following issue that the input-model is not connected to this node: image

Issue 2) When connecting the model like this image it doesn't work and prints the following error in the console:

got prompt
ERROR:root:Failed to validate prompt for output 10:
ERROR:root:* StyleAlignedReferenceSampler 45:
ERROR:root:  - Value not in list: share_attn: '1' not in ['q+k', 'q+k+v', 'disabled']
ERROR:root:  - Value 0 smaller than min of 1: batch_size
ERROR:root:  - Failed to convert an input value to a INT value: noise_seed, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
ERROR:root:Output will be ignored

What am I doing wrong here? Thanks for the help :)

tobiaswuerth avatar Jan 12 '24 10:01 tobiaswuerth

Ah nevermind, I just managed to solve it by fixing the node in question to values like these: image

I think there is an issue that the example workflow might be outdated. Here's my fixed version: style_aligned_inversion.json

tobiaswuerth avatar Jan 12 '24 10:01 tobiaswuerth

img_v3_028t_545d5770-cdd7-4394-bff9-92470297668g Still not working in latest version

h3clikejava avatar Mar 12 '24 04:03 h3clikejava