Text-to-Image
GGUF
English
wan 2.2
text to image
upscale
inpainting
controlnet
depth
canny
redux
comfyui
flux
krea
sdxl
kontext
nunchuka
Instructions to use MaxedOut/ComfyUI-Starter-Packs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use MaxedOut/ComfyUI-Starter-Packs with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="MaxedOut/ComfyUI-Starter-Packs", filename="Flux1/clip/GGUF/t5xxl_Q5_K_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use MaxedOut/ComfyUI-Starter-Packs with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf MaxedOut/ComfyUI-Starter-Packs:Q4_K_M # Run inference directly in the terminal: llama-cli -hf MaxedOut/ComfyUI-Starter-Packs:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf MaxedOut/ComfyUI-Starter-Packs:Q4_K_M # Run inference directly in the terminal: llama-cli -hf MaxedOut/ComfyUI-Starter-Packs:Q4_K_M
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 MaxedOut/ComfyUI-Starter-Packs:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf MaxedOut/ComfyUI-Starter-Packs:Q4_K_M
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 MaxedOut/ComfyUI-Starter-Packs:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf MaxedOut/ComfyUI-Starter-Packs:Q4_K_M
Use Docker
docker model run hf.co/MaxedOut/ComfyUI-Starter-Packs:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use MaxedOut/ComfyUI-Starter-Packs with Ollama:
ollama run hf.co/MaxedOut/ComfyUI-Starter-Packs:Q4_K_M
- Unsloth Studio
How to use MaxedOut/ComfyUI-Starter-Packs 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 MaxedOut/ComfyUI-Starter-Packs 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 MaxedOut/ComfyUI-Starter-Packs to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for MaxedOut/ComfyUI-Starter-Packs to start chatting
- Docker Model Runner
How to use MaxedOut/ComfyUI-Starter-Packs with Docker Model Runner:
docker model run hf.co/MaxedOut/ComfyUI-Starter-Packs:Q4_K_M
- Lemonade
How to use MaxedOut/ComfyUI-Starter-Packs with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MaxedOut/ComfyUI-Starter-Packs:Q4_K_M
Run and chat with the model
lemonade run user.ComfyUI-Starter-Packs-Q4_K_M
List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,10 +29,6 @@ A curated vault of essential models for ComfyUI users โ organized, curated, an
|
|
| 29 |
No bloat. No hunting through 15 Civitai and Hugging Face repos.
|
| 30 |
|
| 31 |
---
|
| 32 |
-
### ๐๏ธ I See You
|
| 33 |
-
|
| 34 |
-
Downloads keep risingโฆ but with zero new hearts or comments, I have no idea if I'm helping anyone or just feeding a download bot farm in silence.
|
| 35 |
-
If this helped you out, leave a heart. Otherwise Iโll assume I built this for the void (and a very busy botnet). ๐
|
| 36 |
|
| 37 |
## ๐ง Whatโs Inside
|
| 38 |
|
|
@@ -131,6 +127,15 @@ If this helped you out, leave a heart. Otherwise Iโll assume I built this for
|
|
| 131 |
โ โโโ RealESRGAN_x2plus.pth
|
| 132 |
</details>
|
| 133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
## New to ComfyUI or just want clean workflows?
|
| 135 |
|
| 136 |
๐บ Watch a cool youtube video I made ๐ โ [If You're Struggling With ComfyUI, Watch This First](https://youtu.be/mht9Bg6lCL8?feature=shared)
|
|
@@ -160,6 +165,8 @@ Available on my Patreon (free, no paywall):
|
|
| 160 |
- โ
Free setup guides
|
| 161 |
- โ
And so much more coming soon
|
| 162 |
|
|
|
|
|
|
|
| 163 |
## ๐ Showcase
|
| 164 |
|
| 165 |
## ๐ง Depth:
|
|
|
|
| 29 |
No bloat. No hunting through 15 Civitai and Hugging Face repos.
|
| 30 |
|
| 31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## ๐ง Whatโs Inside
|
| 34 |
|
|
|
|
| 127 |
โ โโโ RealESRGAN_x2plus.pth
|
| 128 |
</details>
|
| 129 |
|
| 130 |
+
---
|
| 131 |
+
|
| 132 |
+
### ๐๏ธ I See You
|
| 133 |
+
|
| 134 |
+
Downloads keep risingโฆ but with zero new hearts or comments, I have no idea if I'm helping anyone or just feeding a download bot farm in silence.
|
| 135 |
+
If this helped you out, leave a heart. Otherwise Iโll assume I built this for the void (and a very busy botnet). ๐
|
| 136 |
+
|
| 137 |
+
---
|
| 138 |
+
|
| 139 |
## New to ComfyUI or just want clean workflows?
|
| 140 |
|
| 141 |
๐บ Watch a cool youtube video I made ๐ โ [If You're Struggling With ComfyUI, Watch This First](https://youtu.be/mht9Bg6lCL8?feature=shared)
|
|
|
|
| 165 |
- โ
Free setup guides
|
| 166 |
- โ
And so much more coming soon
|
| 167 |
|
| 168 |
+
---
|
| 169 |
+
|
| 170 |
## ๐ Showcase
|
| 171 |
|
| 172 |
## ๐ง Depth:
|