Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support stable diffusion.cpp as a WasmEdge plugin #3405

Open
20 tasks
grorge123 opened this issue May 16, 2024 · 0 comments
Open
20 tasks

feat: Support stable diffusion.cpp as a WasmEdge plugin #3405

grorge123 opened this issue May 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@grorge123
Copy link

Summary

The primary objectives of this project are to create a WasmEdge plugin and an SDK to use these functions with the following features:

  • Support txt2img
  • Support img2img
  • Allow users to use Rust/C/C++ language to develop an application for using this plugin
  • Support convert

Details

Progress

  • Build stable-diffusion.cpp
    • Build from scratch
    • Using OpenBLAS
    • Using CUBLAS
    • Using HipBLAS
    • Using Metal
    • Using Flash Attention
  • WasmEdge plugin
    • Txt2img
    • Img2img
    • Convert
    • Adjust using threads
    • Adjust sampling-method
    • Adjust inference parameter
    • Quantization
    • Run with LoRA
    • Using TAESD to faster decoding
    • Using ESRGAN to upscale results
    • Using PhotoMaker to personalize image generation
  • Rust crate

Appendix

stable-diffusion.cpp

@grorge123 grorge123 added the enhancement New feature or request label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant