TimYao18

Results 38 comments of TimYao18

https://www.cpu-monkey.com/en/compare_cpu-apple_a17_pro-vs-apple_m2_pro_12_cpu_19_gpu I think you might consider about their cores.

You cannot just see the "ANE" part. The compute Unit is "CPU and NE". Maybe the CPU part add M2 score. Or just Apple got screwed. When using CPU +...

Thank you for your information. I met similar problem on M2 Pro and M2 that M2 Pro runs slower than M2, and when using computeUnit==All will run twice slower than...

Hi @atiorh, So if iphone generate an image about 576s with 20 steps, that said the End-to-End Latency (s) is 576s, and Diffusion Speed (iter/s) is 20/576 = 0.0347 ?

I tried again with iPhone SE3 on iOS 17 beta 3, Pipeline loaded in 174.56971406936646s Generate default Prompt image using 17.0s with 20 steps, Diffusion Speed = 1.1s(iter/s) Is that...

> > BTW, I tried the same code on iPad Pro on iPadOS 17 beta, It will hang on "Loading". Is there something I need to modify? > > Is...

> 可以参考我的,都整到.py文件了,可以实现命令行运行,觉得有用可以给一颗星支持一下哦,感谢! https://github.com/45xjh/GPT-SoVITS-ForNoGUI 我好像沒有看到推理的程式碼 是否能有在 Service 啟動 (webUI) 後, 能再另外開 Command Line 來送指令做 inference 的方法? 我若直接修改 inference_cli , 它每次跑都要重新讀取 Model 會很慢

I found the wrong codes might be in the libheif/exmaples/CMakeLists.txt line 60 - line 91 but I'm not sure: ``` find_package(JPEG) if (TARGET JPEG::JPEG) add_definitions(-DHAVE_LIBJPEG=1) include(CheckCXXSourceCompiles) # this is needed...

I found my command is wrong that the XXX_LIBRARY should point to the XXX.lib path, not its directory. So after I updated with below command, it works: ```cmd cmake --preset=develop...

BTW, the examples/CMakeLists.txt at Line 28, 29 are as below that the exif.cc duplicated. ../libheif/exif.cc ../libheif/exif.cc