This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Stability AI Nodes #195
Open
luiztauffer
wants to merge
27
commits into
main
Choose a base branch
from
feat/stabilityai
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Stability AI Nodes #195
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…to feat/stabilityai
StabilityAI nodes
Hey @luiztauffer - Is this PR ready to go and awaiting a review? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Styleguide
Docs
PR Docs/StabilityAI nodes docs#152
Testing
Nodes
STABILITY_UPSCALING
: TheSTABILITY_UPSCALING
node uses the StabilityAI gRPC API to upscale an image.The image can be passed as input to the node using form data or by a previous node in the flow. The data from previous node has priority over form dataSTABILITY_TEXT_TO_IMAGE
: TheSTABILITY_TEXT_TO_IMAGE
node uses the StabilityAI Rest API to convert text to an image. The node returns aDataContainer
of type imageSTABILITY_IMAGE_TO_IMAGE
: TheSTABILITY_IMAGE_TO_IMAGE
node uses StabilityAI gRPC Image-to-Image API to generate an image based on an input image and a text prompt. The image can be provided as a image file path or as a DataContainer Image object from a previous node. The previous node value has priority over the file path.