Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 3.34 KB

README.md

File metadata and controls

63 lines (41 loc) · 3.34 KB

Griptape ComfyUI Examples

Griptape Agent Configuration

This workflow demonstrates all the options for creating an agent based on various configuration drivers.

Agent Configuration Download: Griptape-Agent-Config.json

Render Log Review

It's handy to be able to review render logs and quickly understand your next actions to resolve any errors. In this example, Griptape uses Anthropic Claude Sonnet-3.5 to review an Autodesk Maya render log and return a summary of errors and recommended next actions.

Maya Render Log Download: render_log_review.png

PDF to Profile Pic

Uses Griptape Load: Text node to import a PDF of a robot resume, then the Griptape Text: Summary node to generate a summary of the text. Next, a Griptape Agent creates a prompt to generate a profile picture for the robot described in the text. Finally, an image is generated using Black Forest Labs flux-pro-1.1.

Profile Pic Download: pdf_to_profile_pic.png

Black Forest Labs - Flux Pro 1.1 Image Generation

Use Black Forest Labs Flux models with Griptape!

BFL Flux-Pro-1.1 Download: griptape_black_forest_labs_create_image.png

Black Forest Labs - Flux Pro 1.0-Canny - Image Variation

Use Black Forest Labs Flux-Pro-1.0-canny with Griptape to create a variation on an image.

BFL flux-pro-1.0-canny Download: griptape_black_forest_labs_create_variation.png

Black Forest Labs - Flux Pro 1.0-Fill - Image Inpainting

Use Black Forest Labs Flux-Pro-1.0-fill with Griptape to perform inpainting on an image.

BFL flux-pro-1.0-fill Download: griptape_black_forest_flux_inpainting.png

Griptape Expert Photographers

Use Agents as experts in their field to help provide feedback that will generate more advanced outputs. Utilizes multiple models - including Ollama running locally. If you don't have Ollama installed, feel free to use another prompt_driver.

Expert Photographer Download: Photographer-Workflow-Comparison-Example.json

Text to Speech

This example includes two workflows - one which is a simple Text To Speech conversion, and a second that uses an Agent with personality rules, and the ability to search the web for inspiration.

Text To Speech Download: Griptape-Text-to-Speech.json

Off Prompt

This example demonstrates how to use a local model (llama3.1 in this case) to handle all of the results from the WebScraper tool.

Off Prompt Download: OffPrompt.json

RAG (Retrieval Augmented Generation)

Use Retrieval Augmented Generation to have more control over the data your agents can query. Check out this example which demonstrates multiple data sources, reranking results, and controling the responses.

RAG Download: retrieval_augmented_generation.json