Instructions to use AEmotionStudio/ComfyUI-Model-Backups with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use AEmotionStudio/ComfyUI-Model-Backups with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AEmotionStudio/ComfyUI-Model-Backups", filename="clip/Qwen2.5-VL-7B-Instruct-abliterated.Q8_0.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use AEmotionStudio/ComfyUI-Model-Backups with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S # Run inference directly in the terminal: llama-cli -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S # Run inference directly in the terminal: llama-cli -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Use Docker
docker model run hf.co/AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use AEmotionStudio/ComfyUI-Model-Backups with Ollama:
ollama run hf.co/AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
- Unsloth Studio
How to use AEmotionStudio/ComfyUI-Model-Backups with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AEmotionStudio/ComfyUI-Model-Backups to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AEmotionStudio/ComfyUI-Model-Backups to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AEmotionStudio/ComfyUI-Model-Backups to start chatting
- Pi
How to use AEmotionStudio/ComfyUI-Model-Backups with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use AEmotionStudio/ComfyUI-Model-Backups with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Run Hermes
hermes
- Docker Model Runner
How to use AEmotionStudio/ComfyUI-Model-Backups with Docker Model Runner:
docker model run hf.co/AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
- Lemonade
How to use AEmotionStudio/ComfyUI-Model-Backups with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Run and chat with the model
lemonade run user.ComfyUI-Model-Backups-Q4_K_S
List all available models
lemonade list
Add unet backup
Browse files- .gitattributes +18 -0
- unet/MAGREF_Wan2.1_I2V_14B-Q4_K_S.gguf +3 -0
- unet/Qwen_Image_Layered-Q3_K_S.gguf +3 -0
- unet/SmoothMix_I2V_v2_High-Q3_K_M.gguf +3 -0
- unet/SmoothMix_I2V_v2_Low-Q3_K_M.gguf +3 -0
- unet/Wan2.2-I2V-A14B-HighNoise-Q2_K.gguf +3 -0
- unet/Wan2.2-I2V-A14B-HighNoise-Q3_K_S.gguf +3 -0
- unet/Wan2.2-I2V-A14B-HighNoise-Q4_K_S.gguf +3 -0
- unet/Wan2.2-I2V-A14B-LowNoise-Q2_K.gguf +3 -0
- unet/Wan2.2-I2V-A14B-LowNoise-Q3_K_S.gguf +3 -0
- unet/Wan2.2-I2V-A14B-LowNoise-Q4_K_S.gguf +3 -0
- unet/smoothMixWan22I2VT2V_t2vHighV20_Q3_K_M.gguf +3 -0
- unet/smoothMixWan22I2VT2V_t2vLowV20_Q3_K_M.gguf +3 -0
- unet/wan2.1-i2v-14b-480p-Q4_K_S.gguf +3 -0
- unet/wan2.1-i2v-14b-720p-Q4_K_S.gguf +3 -0
- unet/wan22RemixI2VGGUFV20_highQ4KM.gguf +3 -0
- unet/wan22RemixI2VGGUFV20_lowQ4KM.gguf +3 -0
- unet/wan22RemixT2VV10GGUF_highQ4KM.gguf +3 -0
- unet/wan22RemixT2VV10GGUF_lowQ4KM.gguf +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
text_encoders/t5-v1_1-xxl-encoder-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
text_encoders/umt5-xxl-encoder-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
clip/Qwen2.5-VL-7B-Instruct-abliterated.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
text_encoders/t5-v1_1-xxl-encoder-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
text_encoders/umt5-xxl-encoder-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
clip/Qwen2.5-VL-7B-Instruct-abliterated.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
unet/MAGREF_Wan2.1_I2V_14B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
unet/Qwen_Image_Layered-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
unet/SmoothMix_I2V_v2_High-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
unet/SmoothMix_I2V_v2_Low-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
unet/Wan2.2-I2V-A14B-HighNoise-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
unet/Wan2.2-I2V-A14B-HighNoise-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
unet/Wan2.2-I2V-A14B-HighNoise-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
unet/Wan2.2-I2V-A14B-LowNoise-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
unet/Wan2.2-I2V-A14B-LowNoise-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
unet/Wan2.2-I2V-A14B-LowNoise-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
unet/smoothMixWan22I2VT2V_t2vHighV20_Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
unet/smoothMixWan22I2VT2V_t2vLowV20_Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
unet/wan2.1-i2v-14b-480p-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
unet/wan2.1-i2v-14b-720p-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
unet/wan22RemixI2VGGUFV20_highQ4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
unet/wan22RemixI2VGGUFV20_lowQ4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
unet/wan22RemixT2VV10GGUF_highQ4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
unet/wan22RemixT2VV10GGUF_lowQ4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
unet/MAGREF_Wan2.1_I2V_14B-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d304d5f1b39e7b22d619457161795835b59a9bde6f4e87a9631f0024c0878dde
|
| 3 |
+
size 9956572544
|
unet/Qwen_Image_Layered-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e5f9e50dc730875558fa464906deffe6174b778cf7a5c746a77d797efedfd32
|
| 3 |
+
size 9037556352
|
unet/SmoothMix_I2V_v2_High-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9ead6cc6183a02bfb8827c852a9f2c71289acb10086993c9495b5c242ee096b
|
| 3 |
+
size 7176106496
|
unet/SmoothMix_I2V_v2_Low-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ce49c8a9b272a69cddab5042a4424b6689cc067db17707263f3ef2795564c17
|
| 3 |
+
size 7176106496
|
unet/Wan2.2-I2V-A14B-HighNoise-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8426c0c02a2878f4f20c28a620a1516787045a7a56301f5b6a1d91198c15a8c1
|
| 3 |
+
size 5300957696
|
unet/Wan2.2-I2V-A14B-HighNoise-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2708962c357537c9f517fa49edd8397f3024057b059c3e8df827c774271e1161
|
| 3 |
+
size 6515012096
|
unet/Wan2.2-I2V-A14B-HighNoise-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fc5f726ccf1214e43c6a599bdef1e63daf7fab06e71fb74081416c4b9ce200b
|
| 3 |
+
size 8748151296
|
unet/Wan2.2-I2V-A14B-LowNoise-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:384b33bfebf1e3277abc2373b9d55d9672e49f3cfa92887161a6c72dd479ec5d
|
| 3 |
+
size 5300957696
|
unet/Wan2.2-I2V-A14B-LowNoise-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3352289be6021c783df4716686fb3bb8ec09bf8e1230350145294c78d1ce55b0
|
| 3 |
+
size 6515012096
|
unet/Wan2.2-I2V-A14B-LowNoise-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54e2313ef7fbb169e72ab1d7cecdc90a04db01097c86f9f39097b8caacea50fb
|
| 3 |
+
size 8748151296
|
unet/smoothMixWan22I2VT2V_t2vHighV20_Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71109e257ce144bdfc674e16e69b330ec11836a4e696e4b28c50d4678e4a7f27
|
| 3 |
+
size 7173827104
|
unet/smoothMixWan22I2VT2V_t2vLowV20_Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beec7283aed78e611620a1f2f0b171e9d986caf5821029213965f152a7374179
|
| 3 |
+
size 7173827104
|
unet/wan2.1-i2v-14b-480p-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6575a0f9bae2e0fb150d8826bd52ce0f4e920ebceda5c84b5fc46dd1bb1b2b98
|
| 3 |
+
size 10437606784
|
unet/wan2.1-i2v-14b-720p-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a086ab22688658f6766340c82b495a565b07e82fba65e5214c63b73b0a09bfe3
|
| 3 |
+
size 10437606784
|
unet/wan22RemixI2VGGUFV20_highQ4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:964a7587039ce359e25ebcb5ad1be08c62dbea9a51f696290350e0506d049370
|
| 3 |
+
size 9650264576
|
unet/wan22RemixI2VGGUFV20_lowQ4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea2991f6b7c562567be4d7dcc2b26de880836338efc61fc3a32d4dc18f94e6f9
|
| 3 |
+
size 9650264576
|
unet/wan22RemixT2VV10GGUF_highQ4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a33520034a19c9ffb9c572a62e2f66aaf7ffa097ed12177cd58cc3e93a837f67
|
| 3 |
+
size 9649449504
|
unet/wan22RemixT2VV10GGUF_lowQ4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac4316b36d6ab6c5ba8817d5a8be704eef0a69c506089de826fc3a6beab90720
|
| 3 |
+
size 9649449504
|