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:

  1. 🔍 Style Collection
    Gathers various style elements from existing nodes.

  2. 🤝 Unexpected Combinations
    Generates surprising prompt mashups.

  3. 🚀 Gemini Refinement
    Passes them through Gemini AI for polish.

  4. 🌌 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:

  1. 🏠 Set it and Forget it
    Kick off a randomized generation before leaving home.

  2. 🕒 Return to Wonder
    Come back to a gallery of wildly inventive images.

  3. 🖼️ 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

  1. Visit https://makersuite.google.com/app/apikey

  2. Sign in with your Google account.

  3. 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"
}

❗ You may leave unused API keys as empty strings ("") or delete those lines.

✅ Final Step

Restart ComfyUI. The new custom node should now be available and ready for use with Gemini and other models.

このモデルで生成された画像