Add link to ComfyUI custom nodes
Browse files
README.md
CHANGED
|
@@ -45,4 +45,7 @@ output = processor.batch_decode(generate_ids, skip_special_tokens=True, clean_up
|
|
| 45 |
print(output)
|
| 46 |
```
|
| 47 |
|
| 48 |
-
On a 4090, this is getting about 10 - 12 tok/s (without flash attention) and the captions seem pretty good, though I haven't tested very many. It uses about 10 GB VRAM.
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
print(output)
|
| 46 |
```
|
| 47 |
|
| 48 |
+
On a 4090, this is getting about 10 - 12 tok/s (without flash attention) and the captions seem pretty good, though I haven't tested very many. It uses about 10 GB VRAM.
|
| 49 |
+
|
| 50 |
+
You can get a set of ComfyUI custom nodes for running this model here:
|
| 51 |
+
(https://github.com/SeanScripts/ComfyUI-Pixtral)[https://github.com/SeanScripts/ComfyUI-Pixtral]
|