Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Stability AI Nodes #195

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

Stability AI Nodes #195

wants to merge 27 commits into from

Conversation

luiztauffer
Copy link

@luiztauffer luiztauffer commented Jul 25, 2023

Description

  • I've included a concise description of what each node does

Styleguide

  • My node adheres to the styleguide for Flojoy nodes

Docs

Testing

  • This PR includes a unit test (example here and/or ideally a screenshot of the node's output on an example app.

Nodes

  • STABILITY_UPSCALING: The STABILITY_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 data
  • STABILITY_TEXT_TO_IMAGE: The STABILITY_TEXT_TO_IMAGE node uses the StabilityAI Rest API to convert text to an image. The node returns a DataContainer of type image
  • STABILITY_IMAGE_TO_IMAGE: The STABILITY_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.

@jalium
Copy link

jalium commented Sep 6, 2023

Hey @luiztauffer - Is this PR ready to go and awaiting a review?
I see that the associated docs PR was closed (flojoy-ai/docs#152).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants