Code Monkey home page Code Monkey logo

qq-nodes-comfyui's Issues

Axis to Float Causing Error

Hello,

When trying to run an "Axis to Float" node I'm given this error:

image

Currently the workaround of running an Axis to Number then Number to Float works:

image

This is the formatting of my input text:

image

When attempting to use the new Text Splitter with Axis to Float a different error is generated:

image

This error does not occur when using the Axis to Number then Number to Float workaround.

Way to plot various values

Is there a way to plot values like VAE, clip, clip_vision models, etc.?

For example, if I want to compare SD1.5 and SDXL models, I need to to iterate not only the "model" value, but also the CLIP and VAE together with the model.

Compare VAEs alone would be useful too.

Cannot use multiple image accumulators in a workflow

I'm trying to run multiple generations in a workflow, where the output of each generation sequence is sent to an image accumulator start/end -> Image Grid -> etc

The first sequence works great, but the 2nd image accumulator start does not run while the other image accumulator start is running and only processes once at the reset. The rest of the workflow is working fine and both image generation tasks are running and generating - the issue is the output is not being accumulated in the 2nd accumulator.

This would be less of an issue if I could just put them all into the same accumulator, but the images in the accumulator are extremely difficult to split up - I've thrown the output of the Image Accumulator End into nearly every image batch or list processing node I can most will throw an error: " 'list' object has no attribute 'shape' " when attempting to rebatch or turn it into a list that will work try try to split it.

Bypassing or muting XY grid helper causes all processes to stop.

I have a few workflows built where sub-actions happen prior and after the XY Grid, and whenever I disable, or mute, the XY Grid Helper it will cause all other parts to not execute.

Example: I am doing an img2img or face swap and want to run a crop prior to generating any images or the XY grid. It may take a few tries until I find the exact crop I want. If the XY Grid Helper is enabled the resize will run. If the XY Grid Helper is bypassed, or muted, the resize won't work, even though the XY variables are unrelated to the resize. I can work around this by disabling the Ksampler, but there are some workflows where I want to turn off the XY grid only, while allowing the K sampler to pass information along further down the line.

Example workflow:
exampleworkflow

How to set samplers and schedulers?

Hello. This workflow is really complex and I cannot figure out how to implement this. I am trying to setup:

X: 4 Different sampler/schedulers such as Euler Normal, DPM++ Karras, etc.
Y: 4 random seeds.

If you could provide a basic workflow, it would be much appreciated.

How can I use more than 7 inputs?

Thank you for making these nodes. Not really an issue, but more of a question.

Is there a way to use more than 7 inputs (input_a - input_g)?

I normally like to run a test on condition averages using a floats 1-10 and use this system:

image

Having the text box is great, because I can save off common float values as a comma separated list and then just paste them in when needed instead of using the individual entry boxes from the text string.

The problem though is that it will only pass through the last number as the annotation if I connect it to the "any lists" node:

image

image

Thanks

TypeError: XYGridHelper.run() missing 1 required positional argument: 'index'

image
ERROR:root:!!! Exception during processing !!!
ERROR:root:Traceback (most recent call last):
File "/mnt/workspace/workgroup/longyu/project/model-comfyui/src/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/mnt/workspace/workgroup/longyu/project/model-comfyui/src/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/mnt/workspace/workgroup/longyu/project/model-comfyui/src/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
TypeError: XYGridHelper.run() missing 1 required positional argument: 'index'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.