Update README.md
Browse files
README.md
CHANGED
|
@@ -48,3 +48,6 @@ output = processor.decode(generate_ids[0][prompt_tokens:]).replace('<|eot_id|>',
|
|
| 48 |
print(output)
|
| 49 |
|
| 50 |
```
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
print(output)
|
| 49 |
|
| 50 |
```
|
| 51 |
+
|
| 52 |
+
You can get a set of ComfyUI custom nodes for running this model here:
|
| 53 |
+
[https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision](https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision)
|