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.
- Host: GitHub
- URL: https://github.com/xpressai/xai-stability-ai
- Owner: XpressAI
- License: mit
- Created: 2024-03-15T02:02:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T02:46:09.000Z (about 2 years ago)
- Last Synced: 2024-04-14T10:18:46.864Z (about 2 years ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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
```