-
Why api call is happening to https://api.tools.unlayer.com/v1/image?url=customImageUrl
when using custom image library.
Is there any way to disable this call happening to unlayer server.
-
There have been repeated requests for supporting using a wgpu `Texture` within a Vello `Scene`, such as #660.
We did implement a targeted fix for this in #636.
In [#gpu > vello adding wgpu textu…
-
```
2024-09-27T20:42:26.7764354Z dandi/cli/tests/test_move.py::test_move_command_too_few_paths PASSED
2024-09-27T20:42:27.0169241Z celery Skipped - Image is already being pulled by django
2024-09-…
-
### Your question
Images can be saved to the output directory by running the workflow on the ComfyUI frontend. When I click 'Save (API Format)' and execute the API format, only temporary images are…
-
Hello,
is ther a way to stop teh API rotating images?
Input File:
![Screenshot 2024-05-06 at 16 44 05](https://github.com/nadermx/backgroundremover/assets/465008/09347628-b514-4592-afe7-f57fd6…
-
Hey how can I get the result of `latent_preview` using the API ?
-
Thanks for making Tabby, it's great :)
I want to build a local assistant on top of Tabby's HTTP API, and this assistant should support image inputs in chat.
Like with the OpenAI API:
https://plat…
-
## What problem does this solve or what need does it fill?
Today, the primary (only?) way to access the pixels of an image (reading or writing) is to first remove the `Image` from the `Assets`, cal…
-
Web Share API images have optional title, but seem to be missing alt.
```js
shareButton.addEventListener("click", async () => {
const file = new File(data, "some.png", { type: "image/png" });
…
-
### What happened?
When I use "GET /api/v1/images" to get the image response, I find the value of model, which can let me know the name of the model used when the image is generated, but it seems to …