Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates interaction with SD-WebUI API for AI art generation management and control.
The BMAB SD-WebUI API Server node is designed to facilitate seamless interaction with the SD-WebUI API, enabling you to manage and control various aspects of your AI art generation process. This node allows you to connect to a specified server, retrieve information, and manage model checkpoints, ensuring that your workflow remains efficient and streamlined. By leveraging this node, you can easily switch between different models and configurations, enhancing your creative capabilities and optimizing your AI art generation tasks.
This parameter specifies the IP address of the server you want to connect to. It is a string value with a default of 127.0.0.1
, which typically refers to the local machine. You can change this to the IP address of a remote server if needed. This parameter is crucial for establishing a connection to the correct server.
This parameter defines the port number on which the server is listening. It is an integer value with a default of 7860
, and it can range from 1
to 65535
. The port number must match the port on which the SD-WebUI API server is running to ensure successful communication.
This parameter allows you to specify the model checkpoint you want to use. The available options are retrieved from the ApiServer.get_checkpoint()
method. If you select a checkpoint different from the current one, the node will switch to the specified model. This is useful for changing models without restarting the server.
This output parameter returns an instance of the ApiServer
class, which represents the connected server. This object contains all the necessary information and methods to interact with the SD-WebUI API, allowing you to perform various operations such as retrieving server information and changing models.
server_ip_address
and server_port
parameters match the actual server settings to avoid connection issues.checkpoint
parameter to quickly switch between different models, which can be particularly useful when experimenting with various styles or configurations.ApiServer
object to ensure that your settings are correctly applied and the server is functioning as expected.server_ip_address
and server_port
parameters are correctly set. Ensure there are no network issues preventing the connection.ApiServer.get_checkpoint()
method and ensure that the specified checkpoint is correct and available.© Copyright 2024 RunComfy. All Rights Reserved.