New update to Griptape ComfyUI nodes!

Firstly, I've been working on getting the Griptape ComfyUI nodes in the official ComfyUI Registry. This will make it easier to keep your versions up to date & lock off on specific versions if you need it.

Learn more about the registry here: https://docs.comfy.org/registry/overview, and of course the first publish of our nodes here: https://registry.comfy.org/nodes/comfyui-griptape

I'll be working on getting version numbers synced.

At the moment the registry is still in beta. As soon as it's officially the way all nodes are published, I'll make sure things are lined up.

In the meantime, there are also a few new nodes to enjoy!

New Nodes: Griptape now has the ability to generate new models for Ollama by creating a Modelfile. This is an interesting technique that allows you to create new models on the fly.

  • Griptape Util: Create Agent Modelfile. Given an agent with rules and some conversation as an example, create a new Ollama Modelfile with a SYSTEM prompt (Rules), and MESSAGES (Conversation).
  • Griptape Util: Create Model from Modelfile. Given a Modelfile, create a new Ollama model.
  • Griptape Util: Remove Ollama Model. Given an Ollama model name, remove the model from Ollama. This will help you cleanup unnecessary models. Be Careful with this one, as there is no confirmation step!