Víctor Martínez

Results 60 comments of Víctor Martínez

@LukasMasuch awesome thanks. Gonna give it a try and report back.

fyi running dataflow under electron with `nodeIntegration: true` is a quick way to achieve this

@sayakpaul Ran: `StableDiffusionPipeline.from_single_file("checkpoint-with-extra-keys.safetensor")`. Got: ``` File ".venv/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File ".venv/lib/python3.11/site-packages/diffusers/loaders/single_file.py", line 289, in from_single_file components = build_sub_model_components( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ".venv/lib/python3.11/site-packages/diffusers/loaders/single_file.py", line 75, in...

well I have the same problem. I've manually started the server and it seems to pickup the messages however no suggestions are shown in textmate. if I manually execute the...

this happens to me when `format: json` and only with some models.

Yes, it's noticeably slower than previous gitx.

We really need simplified TreeView implementation. I'm a complete noob on GTK but I can help with the ruby-DSL

there's a diffusers community pipeline that more or less does this https://github.com/huggingface/diffusers/blob/main/examples/community/README.md#checkpoint-merger-pipeline

@keturn installing xformers is as easy as `conda install xformers -c xformers/label/dev`, at least on linux (pre-compiled binaries!).

ok reworked the PR to only include MemoryEfficientCrossAttention and is only activated if xformers is present. tested with and without on my linux machine and works, can't test on other...