-
Notifications
You must be signed in to change notification settings - Fork 0
/
node_list.json
26 lines (26 loc) · 2.03 KB
/
node_list.json
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
{
"ARD Control Box": "workflow control node that allows inputs model, vae, prompts, allows you to change things like steps, cfg, latent width, height, and outputs many parameters to be used in your workflow",
"ARD Dual Prompt": "inputs positive and negative prompts as string text and outputs positive and negative conditioning prompts",
"ARD Text Box": "inputs text string and outputs text string",
"ARD Text Box Counter": "to be used with ARD Counter inputs text string and outputs text string",
"ARD Float": "float variable node",
"ARD Integer": "integer variable node",
"ARD Integer To Float": "converts integer to float to be used in ARD math node",
"ARD Remainder": "adds to an integer Ix to make it divisible by Dx",
"ARD Math": "simple math operations multiply divide add subtract on two input float variables and outputs integer and float outputs",
"ARD 4crop Latent": "crops latent to 4",
"ARD 4img Combine": "combines 4 images or 2 images together",
"ARD 4latent Upscale": "upscale 4 latents together",
"ARD 4vae Decode": "decodes 4 latents together",
"ARD Empty Latent Image": "allows changing the shape dimension length",
"ARD Load Image": "outputs image information to be used in workflow like prompts, seed, width, height, steps, cfg.. and more",
"ARD Save Image": "Work Organizer: allows saving into different directories, saved image generation information into metadata to be loaded by ARD Load Image",
"ARD XY Scripts": "test a range of cfg, steps, denoise",
"ARD Position": "to easily place images into x y positions",
"ARD Resize": "allows for generating ai images with different aspect ratios",
"ARD Counter": "keeps increasing x_count by x_input until x_total is reached then resets to zero",
"ARD Basic Load Image": "adds width and height to the default load image node",
"ARD Prompt Travel": "add text box takes input text adds it to contained text and outputs a string of text. controlled through counter",
"ARD Seed": "adds float output to seed",
"ARD Float To Integer": "converts floats into integers"
}