Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates web searches using Google for AI artists to gather data, references, and inspiration efficiently.
The google_tool
node is designed to facilitate web searches using Google, allowing you to retrieve information from the internet based on specified keywords. This tool is particularly useful for AI artists who need to gather data, references, or inspiration from the web without leaving their creative environment. By leveraging Google's powerful search capabilities, the node can return relevant snippets and URLs, making it easier to find the information you need quickly and efficiently. The primary function of this node is to perform web searches and return the results in a structured format, which can then be used for various creative or analytical purposes.
This parameter is a boolean that determines whether the google_tool
node is active. When set to True
, the node will perform the web search; when set to False
, the node will not execute any search. The default value is True
.
This optional parameter is a string that represents your Google API key. The API key is necessary for authenticating your requests to the Google Custom Search Engine (CSE). If not provided, the node will attempt to use a default API key from the configuration. There is no default value for this parameter, and it must be a valid API key if specified.
This optional parameter is a string that represents your Google Custom Search Engine (CSE) ID. The CSE ID is used to specify which custom search engine to use for the queries. If not provided, the node will attempt to use a default CSE ID from the configuration. There is no default value for this parameter, and it must be a valid CSE ID if specified.
The output parameter is a string that contains the search results in a structured JSON format. This JSON includes the search snippets and URLs retrieved from Google based on the specified keywords. The output is designed to be easily parsed and used in subsequent nodes or processes, providing a convenient way to access and utilize web search results.
paper_num
parameter to explore different pages of search results.<error_message>
© Copyright 2024 RunComfy. All Rights Reserved.