ComfyUI Node
CustomScript-NumPy
A ComfyUI node in FunctionAsTexture with 9 inputs and 1 output.
CustomScript-NumPy
- imga
- imgb
- imgc
- IMAGE
◄formula#Default already import numpy as np
imga_r = (imga_r + imga_g) * 0.5
imga = make_rgb(imga_r, imga_g, imga_b)
result = imga
#Node Introduction:https://github.com/CoiiChan/Comfyui-FuncAsTexture-CoiiNode►
◄pfloat10.00►
◄pfloat20.00►
◄pfloat30.00►
◄pint10►
◄pint20►
CategoryFunctionAsTexture
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| formula | STRING | #Default already import numpy as np imga_r = (imga_r + imga_g) * 0.5 imga = make_rgb(imga_r, imga_g, imga_b) result = imga #Node Introduction:https://github.com/CoiiChan/Comfyui-FuncAsTexture-CoiiNode | — |
| imgaopt | IMAGE | Optional ,Reference size ,Default =(1,512,512,3) | |
| imgbopt | IMAGE | Optional | |
| imgcopt | IMAGE | Optional | |
| pfloat1opt | FLOAT | 0.00 | Optional,Floating-point parameter passed to the script. |
| pfloat2opt | FLOAT | 0.00 | Optional,Floating-point parameter passed to the script. |
| pfloat3opt | FLOAT | 0.00 | Optional,Floating-point parameter passed to the script. |
| pint1opt | INT | 0 | Optional(INT),Integer parameter passed to the script. |
| pint2opt | INT | 0 | Optional(INT),Integer parameter passed to the script. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |