llama.cpp
llama.cpp copied to clipboard
add support for llama adapters
implement support for running models that use Llama adapter https://github.com/ZrrSkywalker/LLaMA-Adapter
described here how to get the model
https://github.com/ZrrSkywalker/LLaMA-Adapter#inference
Actions
might be a better place for this.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/2f129ef490e175943dd50163015dd1e6fc8d49f0/modules/ui.py#L1526-L1532
Or down at the bottom next to Reload UI
.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/64da5c46ef0d68b9048747c2e0d46ce3495f9f29/html/footer.html#L8
I think a better solution would be to refer to independent css files as they are on disk, same as it's done with javascript, so that there is necessity to do anything serverside to update them.
If not, then yes, I also think the button should be in Actions.
See #8942
Since the change for independent css files is merged in #9031 and this is incompatible with it, I'm closing the PR.