https://github.com/mobile-artificial-intelligence/stable_diffusion
https://github.com/mobile-artificial-intelligence/stable_diffusion
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobile-artificial-intelligence/stable_diffusion
- Owner: Mobile-Artificial-Intelligence
- License: mit
- Created: 2025-03-02T13:04:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T00:44:59.000Z (6 months ago)
- Last Synced: 2025-04-24T06:51:34.614Z (6 months ago)
- Language: C++
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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';
```