Xycuno Oobabooga provides custom nodes for ComfyUI, for sending requests to an a/Oobabooga instance to assist in creating prompt texts.
:warning: These custom nodes are under initial development and may be substantially changed between updates.
Xycuno Oobabooga provides custom nodes for ComfyUI, for sending requests to an Oobabooga instance to assist in creating prompt texts.
cd
to the custom_nodes
directory of your ComfyUI installationgit clone https://github.com/Xyem/Xycuno-Oobabooga.git
If you maintain your installation of ComfyUI as a git repository, you can use submodules for custom nodes. This is the node author's preference of installation/management.
cd
to the custom_nodes
directory of your ComfyUI installationgit submodule add -f https://github.com/Xyem/Xycuno-Oobabooga.git xycuno_oobabooga
git add ../.gitmodules
git add xycuno_oobabooga
git commit -m "Add Xycuno Oobabooga custom nodes"
This can then be updated:
cd
to the custom_nodes
directory of your ComfyUI installationgit submodule update --remote xycuno_oobabooga
git add ../.gitmodules
git commit -m "Update Xycuno Oobabooga custom nodes"
This node is for having Oobabooga complete the rest of the provided text.
Sets the behaviour of changes to seed
, if any, when the workflow has been
generated. Automatically added by ComfyUI itself, defaults to randomize
.
Address of the Oobabooga API, defaults to http://127.0.0.1:5000
.
Maximum number of tokens to be used to complete the prompt. Defaults to 200
.
The text to be completed. Defaults to an instruction to describe an image featuring the ComfyUI mascot.
Seed to be used. Defaults to 0
.
Defaults to 1.0
.
Defaults to 0.9
.
The text returned by Oobabooga, not including prompt
.