Randomness
詳細
ファイルをダウンロード (1)
モデル説明
🎲 Embracing Creative Randomness
"u can drop the first image for latest update 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.jsonPaste 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"
}









