Jon Stupp

Results 11 comments of Jon Stupp

> ## Check #84 Thank you very much for your answer, but I wrote absolute path in name_or_path and it still gives me an error, it will add /transformer after...

> I had the similar problem few hours ago. Since it is getting the model from Hugging face, I will need a token acquired from HF, and permit everything except...

I downloaded everything from this repository. ![image](https://github.com/user-attachments/assets/17138210-64d5-48dc-b9df-b7cedf4faed5)

我也不知道这个文件为啥没了,如果你需要可以把邮箱发给我,我传给你

After executing the two commands "git remote set-url origin https://github.com/mcmonkeyprojects/SwarmUI, git pull ", the error is still reported.

from llama_cpp import Llama llm = Llama( model_path="/data/app/comfyui/ComfyUI/models/clip/t5/t5-v1_1-xxl-encoder-Q8_0.gguf", chat_format="llama-2" ) llm.create_chat_completion( messages = [ {"role": "system", "content": "You are an assistant who perfectly describes images."}, { "role": "user", "content": "Describe...