Felor

Results 15 comments of Felor

I have played with the idea of adding it but noticed something. The package itself does hook into the correct lifecycle hooks for SSR, so it "should" work. However it...

@manniL Yes, the reason for that is if things run in the mounted function, and add elements that is not represented through virtual dom (jQuery for instance). So when vue...

This would likely require extra configuration. But this is another idea. I do find that sometimes issues, minor or major for an app might get lost as development progresses. What...

@introwit The idea is to give a quick notice, decomposer is meant to help with debugging or making issues. If an issue affects the app, and another developer comes it,...

Working on getting safetensors to work, however there is some complexity to it. https://github.com/cloneofsimo/lora uses a format compatible with diffusers, and can be used to load safetensors based lora files,...

Added an adjustment which should be able to load safetensors made by https://github.com/cloneofsimo/lora though still working on testing / debugging it. `pip install git+https://github.com/cloneofsimo/lora.git` is needed as a dependency for...

@ChrGriffin It did help, gave me a good direction on a conversion script. It saves as diffusers, and can be loaded after running `python ./scripts/convert_lora.py --lora_file=path/to/lora_file_name.safetensors` Although i have not...

success! @neecapp the PR you linked really helped. Now supports safetensors made in other formats, it will load and merge into the current model when it runs, rather then try...

Latest commit will break what was working before. I have started to adjust it to apply layers with the weight data, but running into issues with matching tensors. I don't...

Working much better, much more consistently thank you @neecapp Still has some burning on the face at times, and some general issues in the detail on the face, but loading...