👍 *** Like this workflow if it helped you ***👍
👑 COMFYUI WORKFLOW, Simple Automatic Watermark and Text removal ⚙️
-NEW REVISION V1.0.
By default it is set to do image 1 by 1. But it can be use to do an entire folder of images and will save in a subfolder named TEXT_removed.
For SINGLE IMAGE mode:
-Put mode to: no_folder
-control after generate: fixed
-path: empty it
image will be saved in your comfyui output folder at: ./TEXT_removal/%date/
For BATCH IMAGE mode:
-Put mode to: image_from_folder
-control after generate: increment
-path: C:/Path/To/Your/Folder
image will be save a new subfolder of your asked folder: /TEXT_removal/%date/
The seed represent index of your image in folder starting at 0 for the first valid image.
Notes:
Be aware that windows doesn't represent numerical sequence the same way comfyui do:
win: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
comfyui: 1, 10, 2, 3, 4, 5, 6, 7, 8, 9
So if you want the seed to represent the image sequence, name it all the same way with a postfix like: 00001, 00002
***REQUIRED MY GITHUB REPRO that is not in Manager***
https://github.com/Poukpalaova/ComfyUI-FRED-Nodes
other nodes are in Manager. Follow their respective installation instruction or use the Manager to install them automatically.
Anjoy
Description
v1, initial release
FAQ
Comments (7)
Installed OK (via comfyui install via git URL) but when loading workflow I get
When loading the graph, the following node types were not found FRED_LoadImage_V5
Despite FRED_LoadImage_V5.py being present in custom_nodes//comfyui-FRED-Nodes
?
Have you installed the prerequist? pip install -r requirements.txt
? If not, then all my nodes will not load, like any other custom nodes using external library.
@bissonfrederic69429 trying to run that via ..\python_embedded\python.exe -m pip install -r etc... I'm getting a bunch of requirements met, and then a file permission error...
@bissonfrederic69429 tried: python_embeded\python.exe -m pip install git+https://github.com/Poukpalaova/ComfyUI-FRED-Nodes.git and get configuration error: project.name must be pep508-identifier
@bissonfrederic69429 Got the requirements to install ok by renaming the wheel folder in my user folder, but still get the same error as original.. trying comfyui update all.
@bissonfrederic69429 OK that got it going, thanks
I got error, and the switch string node turn red
* Switch string [Crystools] 54: - Return type mismatch between linked nodes: on_true, received_type(STRING) mismatch input_type(('STRING', {'default': ''})) - Return type mismatch between linked nodes: on_false, received_type(STRING) mismatch input_type(('STRING', {'default': ''}))it's still generating and produce good result, but not saving the image.


