stable_diffusion_library_dart 0.0.1
stable_diffusion_library_dart: ^0.0.1 copied to clipboard
Stable Diffusion Is Library for generated text to Image
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add stable_diffusion_library_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
stable_diffusion_library_dart: ^0.0.1Alternatively, your editor might support dart 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_library_dart/stable_diffusion_library_dart.dart';