stable_diffusion_free 0.0.2 copy "stable_diffusion_free: ^0.0.2" to clipboard
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_free

This 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.2

Alternatively, 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';
1
likes
160
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage

License

MIT (license)

Dependencies

flutter, http, logging

More

Packages that depend on stable_diffusion_free