Chris

Results 32 comments of Chris

Hi. I have the same issue on macOS Ventura 13.5 Chrome `版本 116.0.5845.96 (正式版本) (arm64)` with `VScode/Python`. In editor: Actual: ![image](https://github.com/carbon-app/carbon/assets/46549482/2c414049-46ad-4f8b-9005-f1b62093beb1)

> @mfix22 Maybe this will help Back when I was using Ubuntu + Chrome I had faced the issue a lot. My hack was to add some extra whitespaces at...

Got the same error with ``` macOS Sonoma 14.0 Python 3.10.11 flask 3.0.0 flask-testing 0.8.1 ``` According to https://github.com/jarus/flask-testing/issues/79#issuecomment-696666072 and [ChatGPT](https://chat.openai.com/share/ec1272e2-6276-4e57-9e8b-4098b982e5de), here is the workaround **for macOS**: https://github.com/jarus/flask-testing/blob/5107691011fa891835c01547e73e991c484fa07f/flask_testing/utils.py#L487 ``` -...

Any new about this issue? It's extremely annoying. 😢 ![image](https://github.com/deepinsight/insightface/assets/46549482/bc5bdd24-7070-4bea-ba38-502ee0abe6b5)

@jslsolucoes Try this https://docs.python.org/zh-tw/3.8/library/contextlib.html#contextlib.redirect_stdout

@jslsolucoes 1. Fork this repo and edit by yourself 2. Redirect only the stdout output specifically from `insightface` (https://loguru.readthedocs.io/en/stable/resources/recipes.html#capturing-standard-stdout-stderr-and-warnings)

``` import onnxruntime # Create a session options object options = onnxruntime.SessionOptions() # Retrieve the available providers providers = onnxruntime.get_available_providers() # Print the list of available providers print(f"Available ONNX Runtime...

Support now with : ``` # Name Version Build Channel onnx 1.15.0 pypi_0 pypi onnxruntime-silicon 1.16.0 pypi_0 pypi ``` Same testing code as [mentioned](https://github.com/deepinsight/insightface/issues/2238#issuecomment-1481081198) earlier: ``` Available ONNX Runtime providers:...

This issue has been resolved over time. Now, it takes a maximum of 10 seconds to load modules, compared to the previous 35 seconds. ![image](https://github.com/deepinsight/insightface/assets/46549482/45730fc5-a57b-4de7-b55d-48984eb61d79) --- I haven't conducted in-depth...

> There's plenty of tools that can take a PDF and turn it into a slideshow, I would suggest using that. Just as the current `Open WebUI`'s image generation feature...