ZTMIDGO / Android-Stable-diffusion-ONNX

使用Android手机的CPU推理stable diffusion
143 stars 27 forks source link

Is there an official documentation for the Java code? #23

Open limin05030 opened 3 months ago

limin05030 commented 3 months ago

Hello, I am very interested in the Java code under the com.example.open.diffusion.core package (such as VaeDoder.java, UNet.java, etc.). Is there any official documentation for this part of the code that can be used as a reference?

If I want to add a new Scheduler, is there anything I can use as a reference?

ZTMIDGO commented 3 months ago

可以看google官方的demo https://github.com/google-ai-edge/mediapipe-samples/tree/main/examples/image_generation/android