-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathnode_list.json
More file actions
55 lines (55 loc) · 5.51 KB
/
node_list.json
File metadata and controls
55 lines (55 loc) · 5.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"ADJUST: BLUR (JOV)": "Enhance and modify images with various blur effects",
"ADJUST: COLOR (JOV)": "Enhance and modify images with various blur effects",
"ADJUST: EDGE (JOV)": "Enhanced edge detection",
"ADJUST: EMBOSS (JOV)": "Emboss boss mode",
"ADJUST: LEVELS (JOV)": "Manual or automatic adjust image levels so that the darkest pixel becomes black\nand the brightest pixel becomes white, enhancing overall contrast",
"ADJUST: LIGHT (JOV)": "Tonal adjustments",
"ADJUST: MORPHOLOGY (JOV)": "Operations based on the image shape",
"ADJUST: PIXEL (JOV)": "Pixel-level transformations",
"ADJUST: SHARPEN (JOV)": "Sharpen the pixels of an image",
"AKASHIC (JOV) \ud83d\udcd3": "Visualize data",
"ARRAY (JOV) \ud83d\udcda": "Processes a batch of data based on the selected mode",
"BATCH TO LIST (JOV)": "Convert a batch of values into a pure python list of values",
"BIT SPLIT (JOV) \u2b44": "Split an input into separate bits",
"BLEND (JOV) \u2697\ufe0f": "Combine two input images using various blending modes, such as normal, screen, multiply, overlay, etc",
"COLOR BLIND (JOV) \ud83d\udc41\u200d\ud83d\udde8": "Simulate color blindness effects on images",
"COLOR MATCH (JOV) \ud83d\udc9e": "Adjust the color scheme of one image to match another with the Color Match Node",
"COLOR MEANS (JOV) \u3030\ufe0f": "The top-k colors ordered from most->least used as a strip, tonal palette and 3D LUT",
"COLOR THEORY (JOV) \ud83d\udede": "Generate a color harmony based on the selected scheme",
"COMPARISON (JOV) \ud83d\udd75\ud83c\udffd": "Evaluates two inputs (A and B) with a specified comparison operators and optional values for successful and failed comparisons",
"CONSTANT (JOV) \ud83d\udfea": "Generate a constant image or mask of a specified size and color",
"CROP (JOV) \u2702\ufe0f": "Extract a portion of an input image or resize it",
"DELAY (JOV) \u270b\ud83c\udffd": "Introduce pauses in the workflow that accept an optional input to pass through and a timer parameter to specify the duration of the delay",
"EXPORT (JOV) \ud83d\udcfd": "Responsible for saving images or animations to disk",
"FILTER MASK (JOV) \ud83e\udd3f": "Create masks based on specific color ranges within an image",
"FLATTEN (JOV) \u2b07\ufe0f": "Combine multiple input images into a single image by summing their pixel values",
"GRADIENT MAP (JOV) \ud83c\uddf2\ud83c\uddfa": "Remaps an input image using a gradient lookup table (LUT)",
"GRAPH (JOV) \ud83d\udcc8": "Visualize a series of data points over time",
"HISTOGRAM (JOV)": "The Histogram Node generates a histogram representation of the input image, showing the distribution of pixel intensity values across different bins",
"IMAGE INFO (JOV) \ud83d\udcda": "Exports and Displays immediate information about images",
"LERP (JOV) \ud83d\udd30": "Calculate linear interpolation between two values or vectors based on a blending factor (alpha)",
"OP BINARY (JOV) \ud83c\udf1f": "Execute binary operations like addition, subtraction, multiplication, division, and bitwise operations on input values, supporting various data types and vector sizes",
"OP UNARY (JOV) \ud83c\udfb2": "Perform single function operations like absolute value, mean, median, mode, magnitude, normalization, maximum, or minimum on input values",
"PIXEL MERGE (JOV) \ud83e\udec2": "Combines individual color channels (red, green, blue) along with an optional mask channel to create a composite image",
"PIXEL SPLIT (JOV) \ud83d\udc94": "Split an input into individual color channels (red, green, blue, alpha)",
"PIXEL SWAP (JOV) \ud83d\udd03": "Swap pixel values between two input images based on specified channel swizzle operations",
"QUEUE (JOV) \ud83d\uddc3": "Manage a queue of items, such as file paths or data",
"QUEUE TOO (JOV) \ud83d\uddc3": "Manage a queue of specific items: media files",
"ROUTE (JOV) \ud83d\ude8c": "Routes the input data from the optional input ports to the output port, preserving the order of inputs",
"SAVE OUTPUT (JOV) \ud83d\udcbe": "Save images with metadata to any specified path",
"SHAPE GEN (JOV) \u2728": "Create n-sided polygons",
"SPLIT (JOV) \ud83c\udfad": "Split an image into two or four images based on the percentages for width and height",
"STACK (JOV) \u2795": "Merge multiple input images into a single composite image by stacking them along a specified axis",
"STRINGER (JOV) \ud83e\ude80": "Manipulate strings through filtering",
"SWIZZLE (JOV) \ud83d\ude35": "Swap components between two vectors based on specified swizzle patterns and values",
"TEXT GEN (JOV) \ud83d\udcdd": "Generates images containing text based on parameters such as font, size, alignment, color, and position",
"THRESHOLD (JOV) \ud83d\udcc9": "Define a range and apply it to an image for segmentation and feature extraction",
"TICK (JOV) \u23f1": "Value generator with normalized values based on based on time interval",
"TRANSFORM (JOV) \ud83c\udfdd\ufe0f": "Apply various geometric transformations to images, including translation, rotation, scaling, mirroring, tiling and perspective projection",
"VALUE (JOV) \ud83e\uddec": "Supplies raw or default values for various data types, supporting vector input with components for X, Y, Z, and W",
"VECTOR2 (JOV)": "Outputs a VECTOR2",
"VECTOR3 (JOV)": "Outputs a VECTOR3",
"VECTOR4 (JOV)": "Outputs a VECTOR4",
"WAVE GEN (JOV) \ud83c\udf0a": "Produce waveforms like sine, square, or sawtooth with adjustable frequency, amplitude, phase, and offset"
}