leejet
leejet
[Feature Request]: Only explicit specification of embeddings is allowed, like <embedding:badhandv5>
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I often...
The t5 layer norm does not subtract the mean during calculation, so I made a simple modification to ggml_norm to adapt it. This is a straightforward change and has already...
Example: server ``` .\bin\Release\sd-server.exe -m v1-5-pruned-emaonly.safetensors -v ``` client ``` curl http://127.0.0.1:1234/v1/images/generations \ -H "Content-Type: application/json" \ -d '{ "model": "sd1.5", "prompt": "A lovely cat{\"seed\": 357925}", "n": 1, "size": "512x512",...