mnemic commited on
Commit
8382f83
·
verified ·
1 Parent(s): 5ba5ac6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -288,4 +288,10 @@ for image_path in image_paths:
288
  torch.cuda.empty_cache()
289
  except Exception as e:
290
  print(Fore.RED + f"Error processing {image_path}: {e}\n")
291
- ```
 
 
 
 
 
 
 
288
  torch.cuda.empty_cache()
289
  except Exception as e:
290
  print(Fore.RED + f"Error processing {image_path}: {e}\n")
291
+ ```
292
+
293
+ You can also use this script with other Paligemma models.
294
+
295
+ I recommend: [https://huggingface.co/gokaygokay/paligemma-rich-captions](https://huggingface.co/gokaygokay/paligemma-rich-captions)
296
+
297
+ Huge thanks to [Gökay Aydoğan](https://huggingface.co/gokaygokay) for helping me finetune and convert the model!