Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluelovers/stable-diffusion-webui-types
https://github.com/bluelovers/stable-diffusion-webui-types
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluelovers/stable-diffusion-webui-types
- Owner: bluelovers
- Created: 2024-05-20T19:37:23.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T15:57:54.000Z (5 months ago)
- Last Synced: 2024-10-28T14:17:56.660Z (17 days ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# README.md
TypeScript type definitions for stable-diffusion-webui JavaScript scripts
## install
```bash
yarn add stable-diffusion-webui-types
yarn-tool add stable-diffusion-webui-types
yt add stable-diffusion-webui-types
```## usege
> create a `global.webui.d.ts` file
```typescript
///import 'stable-diffusion-webui-types';
```