Jon Stupp
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. 
我也不知道这个文件为啥没了,如果你需要可以把邮箱发给我,我传给你
Sorry,I don't use Discord.
After executing the two commands "git remote set-url origin https://github.com/mcmonkeyprojects/SwarmUI, git pull ", the error is still reported.
Same error,have you solved it?
How do you load Lora, clip, these models?
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...