stable_diffusion_free 0.0.2
stable_diffusion_free: ^0.0.2 copied to clipboard
A simple Flutter package for generating AI images using Stable Diffusion API. Just provide a text prompt and get an image! Free to use with 5 requests per minute limit.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stable_diffusion_freeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
stable_diffusion_free: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:stable_diffusion_free/stable_diffusion_free.dart';