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

https://github.com/mobile-artificial-intelligence/stable_diffusion


https://github.com/mobile-artificial-intelligence/stable_diffusion

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# sdcpp

sdcpp is a dart implementation of stable-diffusion.cpp used by the mobile artifical intelligence distribution (maid).

## Getting started

To use this package, add `sdcpp` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).

```yaml
dependencies:
sdcpp: ^0.0.1
```

then you can import llama in your Dart code

```dart
import 'package:sdcpp/sdcpp.dart';
```