Sign In

Randomness

1
5
0
Early Access
Type
Workflows
Stats
5
0
Reviews
Published
May 2, 2025
Base Model
Flux.1 D
Hash
AutoV2
F746C17FB1
The FLUX.1 [dev] Model is licensed by Black Forest Labs. Inc. under the FLUX.1 [dev] Non-Commercial License. Copyright Black Forest Labs. Inc.
IN NO EVENT SHALL BLACK FOREST LABS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.

🎲 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:

  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.