snsdyp
snsdyp
> Yeah, after training in onetrainer, If you use the kohya ss gui utilities there is a section in there to merge your models, merge it with the lightning full...
> Increasing the buffer size of https://github.com/petabyt/camlib/blob/365de61c84f388bd52d82def21e0577e8aab3ede/src/cl_data.h#L37 Should fix this, I'll have that done  I solved the problem - the app can enter the camera gallery, but no images...
> It it's zero bytes, it looks like the camera is sending us zero bytes for the image: > > ``` > FILE *f = fopen(buffer, "wb"); > if (f...
Is the issue related to the error reported in this log? 2024-11-22 16:24:51.037 26735-26735 FinalizerDaemon dev.danielc.fujiapp W type=1400 audit(0.0:119693): avc: denied { getopt } for path="/dev/socket/usap_pool_primary" scontext=u:r:untrusted_app:s0:c177,c257,c512,c768 tcontext=u:r:zygote:s0 tclass=unix_stream_socket permissive=0...
> If it's zero bytes I assume it's a quirk of how X-H2 handles file transfers I noticed in the logs that the camera status is FUJI_WAIT_FOR_ACCESS, which shouldn't be...
> That property isn't used on wireless tether mode, communication is the exact same as it would be on PTP/USB I have set up detailed logs to try to troubleshoot...
> Here the model is hosted: https://huggingface.co/spaces/schirrmacher/ormbg这里托管了模型: https://huggingface.co/spaces/schirrmacher/ormbg How to correctly convert to NCNN model? After my conversion to NCNN model, I can get output layers out0 to out5, but...