SeanScripts commited on
Commit
33717ed
1 Parent(s): 55ca73e

Add link to ComfyUI custom nodes

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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]