Alexander Piskun
Alexander Piskun
> I have been working on implementing MPS support for the deform_conv2d operator. All implementation tests are passing, but critically, the assert_close in TestDeformConv::test_forward fails. I have gone over my...
I think we can close this question since the correct answer was given by austintraver? ```bash CIVITAI_API_TOKEN=XXXX python3 -m comfy_cli model download --url=https://civitai.com/api/download/models/955535 --filename=test-aidmaflux.safetensors Start downloading URL: https://civitai.com/api/download/models/955535 into /home/shurik/comfy/ComfyUI/models/loras/Flux.1D/test-aidmaflux.safetensors...
https://github.com/strukturag/libheif/blob/18d4e550ad7ee114fb95ba2256ee3e756174e92d/libheif/context.cc#L2573 I think this is due to this new line of code. Here does not count that NCLX profile can be set before with `heif_image_set_nclx_color_profile` and not be passed in...
> First, note that `heif_image_set_nclx_color_profile` sets the nclx profile of the input image. This is not necessarily the same as the nclx profile in the output image. The profile to...
In discussion you also mentioned this situation: "input is RGB no nclx specified in options -> convert to YCbCr with default nclx parameters and save those parameters" will it be...
In theory, this issue can be closed, because I am completely satisfied with the explanations and how the latest version works with NCLX. I was able to make it work...
No, at the moment AUX images are not supported (I don't want to write a conversion from 16/12/10 bit images to 8 bit for them) - I'm waiting for Pillow...
> Would it be within `pillow_heif`'s scope/interest to expose that feature? definitely yes, but I myself don't want to add reading of only part of AUX images (for example, add...
1. You can make a list in `info["aux"]` - all "AUX" images (not all need to be supported at once, for example, to start we can support only 8-bit) 2....
Thank you for making PRs, I will review them tomorrow or a day after and ping you of course