Nodes Browser
ComfyDeploy: How ComfyUI_Spectral works in ComfyUI?
What is ComfyUI_Spectral?
ComfyUI Spectral is a ComfyUI custom nodes library based on the spectral, mainly used for visual processing of spectral files
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI_Spectral
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI Spectral
ComfyUI Spectral
is a ComfyUI custom nodes library based on the spectral,
mainly used for visual processing of spectral files
Install
You can choose to install it using ComfyUI Manager
Or manual installation:
- clone to your
custom_nodes
folder cd ComfyUI_Spectral
- install dependencies
pip install -r reqirements.txt
- restart ComfyUI
Notice
This repository is in the early stages of development, the functionality is not complete and may change in the future
Workflow
Load & Preview
download workflow: example_01
K-Means
download workflow: example_01
Nodes
Spectral Loader
: load spectral file, outputSpectral
object and preview imageENVI Loader
: load imagery with associated ENVI header files and reading & writing spectral libraries with ENVI headers.
WIP
- ~~plot node~~
- ~~k-means node~~
- ~~calculate nodes~~
- pca node
- save node
- preprocess nodes
- improve performance