An open API service indexing awesome lists of open source software.

https://github.com/xpressai/xai-stability-ai

Component library for integrating with the Stability AI platform.
https://github.com/xpressai/xai-stability-ai

Last synced: 15 days ago
JSON representation

Component library for integrating with the Stability AI platform.

Awesome Lists containing this project

README

          

# Stability AI Component Library

This library provides a set of components that let you interact with the Stability API in xircuits.

image

## Installation

```
xircuits install xai-stability-ai
```

Or do the following.

```
cd xai_components
git clone https://github.com/XpressAI/xai-stability-ai.git xai_stability_ai
cd xai_stability_ai
pip install -r requirements.txt
```