Type | Workflows |
Stats | 5 0 |
Reviews | (1) |
Published | May 2, 2025 |
Base Model | |
Hash | AutoV2 F746C17FB1 |
π² Embracing Creative Randomness
"u can drop any image for workflow i appreciate ur π & support !"
"we create prompt from text , from image , i did deep reasearch about video generation and enable gemini node to read it , to generate new prompt check the new update https://github.com/al-swaiti/ComfyUI-OllamaGemini"
A friend recently suggested, βWhy not create a node that combines all available styles into a random prompt generator?β This idea resonated deeply. Weβre living in an era where creative exploration happens at unprecedented speeds. β‘οΈ
This randomness node:
π Style Collection
Gathers various style elements from existing nodes.π€ Unexpected Combinations
Generates surprising prompt mashups.π Gemini Refinement
Passes them through Gemini AI for polish.π Dreamlike Creations
Produces images beyond what I could have imagined.
Every run feels like opening a door to a new artistic universeβevery image is an adventure! π
β¨ The Joy of Creative Automation
One of my favorite workflows now:
π Set it and Forget it
Kick off a randomized generation before leaving home.π Return to Wonder
Come back to a gallery of wildly inventive images.πΌοΈ Curate & Share
Select your favorites for social, prints, or inspiration boards.
Itβs like having a self-reinventing AI art gallery that never stops surprising you. ππΌοΈ
Happy generating! ππ¨
"install missing nodes but may its not yet in ComfyUi registry "
π Step 1: Clone the Repository
π§ On Linux/macOS:
Open a terminal and run:
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/al-swaiti/ComfyUI-OllamaGemini.git
πͺ On Windows:
Open Command Prompt or PowerShell, then run:
cd path\to\ComfyUI\custom_nodes
git clone https://github.com/al-swaiti/ComfyUI-OllamaGemini.git
π Step 2: Get Your Gemini API Key
Sign in with your Google account.
Copy the Gemini API Key.
π Step 3: Configure Your API Keys
Open (or create) the following file:
ComfyUI/custom_nodes/ComfyUI-OllamaGemini/config.json
Paste and edit the configuration like this:
{
"GEMINI_API_KEY": "your_gemini_api_key",
"OPENAI_API_KEY": "your_openai_api_key",
"ANTHROPIC_API_KEY": "your_claude_api_key",
"OLLAMA_URL": "http://localhost:11434",
"QWEN_API_KEY": "your_qwen_api_key"
}