Ean Garvey

Results 87 comments of Ean Garvey

I have moved the "intermediary" mlir files to be saved in the `./shark_tmp/` directory. https://github.com/nod-ai/SHARK/commit/d051c3a4a7a7cdf645899e05439ccf782fe37b37 Previously, the .mlir was saved in whichever directory the `tempfile` module uses by default. It...

Dynamic is possible (see Chatbot/LLM implementations) but implementation varies among models. I think this is worth tracking. @gpetters94 do you have any thoughts on this?

For clarification: We have some controlnet features supported already -- this request specifies a model that is a custom CN1.1 model which we want to have supported generally, and that...

This compile error has been fixed upstream in SRT, but I ran into the following runtime error with the `euler_scale_model_input` submodel: ``` Traceback (most recent call last): File "gradio\queueing.py", line...

Can you try with `AMD_ENABLE_LLPC = '1'`? Like so: ![image](https://user-images.githubusercontent.com/87458719/236522701-e3714251-653d-479a-81e6-f64dc88d6d92.png)

The issue is related to resource exhaustion, have you tried the other memory-saving options? `--vulkan_large_heap_block_size=0` `--device_allocator=caching`

reproduced on 6900xt: ``` (shark.venv) PS C:\V\SHARK\apps\stable_diffusion\web> python .\index.py shark_tank local cache is located at C:\Users\ean\.local/shark_tank/ . You may change this by setting the --local_tank_cache= flag C:\V\SHARK\shark.venv\Lib\site-packages\diffusers\models\cross_attention.py:30: FutureWarning: Importing from...

Hi @mariecwhite Are these models still relevant for the IREE team? We are looking to add more models to the shark tank. Some of them may require some extra support...