Alexander Piskun
Alexander Piskun
### Describe why it is important and where it will be useful ```python3 im = Image.new("L", size=(1, 1)) exif = im.getexif() exif[Base.ImageDescription.value] = "description" buf = BytesIO() im.save(buf, format="HEIF", exif=exif)...
### ☑️ Resolves * Fix #11577 ### 🏁 Checklist - [x] ⛑️ Tests (unit and/or integration) are included or not possible - [x] 📘 API documentation in `docs/` has been...
**Is your feature request related to a problem? Please describe.** Starting from AppAPI `2.0` we support installation of ExApps on the remote servers. In these cases, we use additional authentication...
Why is it important? At the moment there is no way to turn this off, which may result in unnecessary libraries being loaded, and they will by default have a...
Currently do not know to reproduce it with `heif-enc` (I can not find how to save `nclx` profile with it), still searching was what changed in libheif itself related to...
Divided #83 topic into two separate. Briefly: I can easy add AUX image support whenI will have any non iPhone image, with different `auxiliary_type` (e.g. non `hdrgainmap`) Or when I...
Revert [change](https://github.com/comfyanonymous/ComfyUI/commit/4ee9aad6caf4c23e69e9e166573c505e757062e5) only for macOS Resolves: #3383
This [commit](https://github.com/comfyanonymous/ComfyUI/commit/4ee9aad6caf4c23e69e9e166573c505e757062e5) broke the ImageSharpen node. *macOS 14.4.1, PyTorch 2.3, M2 Max*
### What did you do? ```python3 from PIL import Image im = Image.open("328384445-d4972d5b-3409-4d5f-a107-ccb8c5dc0177.jpg") # MPO file im.show() ``` ### What did you expect to happen? Correctly decode second image ###...
Any model will do, even a simple one for start. Most people in ComfyUI will be interested in a model that can determine the GENDER of an object: boy or...