aleksa-codes commited on
Commit
5fb5467
·
verified ·
1 Parent(s): 1604f7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ If you are getting too realistic images, try adding `painting` to your prompt, f
93
 
94
  # Related Tools
95
 
96
- If you're training your own LoRA model and need a replacement for LLaVA auto captioning that some LoRA training apps use, try [GPT Image Captioner](https://gptcaptioner.aleksa.io/), an open-source tool I created that generates AI-powered descriptions for images. This tool streamlines the auto-captioning process by providing a downloadable zip file with caption .txt files that match your image filenames. It integrates seamlessly with platforms like [fal LoRA Trainer](https://fal.ai/models/fal-ai/flux-lora-fast-training) and [Replicate LoRA Trainer](https://replicate.com/ostris/flux-dev-lora-trainer/train).
97
 
98
  The tool now supports Ollama for local inference in addition to OpenAI models, which require your own API key. You can use it as a web app or clone/fork the repository to run it locally. For Ollama integration with the web version, you may need to set up a tunnel like ngrok or allow additional web origins. More information can be found in the project's README.
99
 
 
93
 
94
  # Related Tools
95
 
96
+ If you're training your own LoRA model and need a replacement for LLaVA auto captioning that some LoRA training apps use, try [GPT Image Captioner](https://gptcaptioner.aleksa.codes/), an open-source tool I created that generates AI-powered descriptions for images. This tool streamlines the auto-captioning process by providing a downloadable zip file with caption .txt files that match your image filenames. It integrates seamlessly with platforms like [fal LoRA Trainer](https://fal.ai/models/fal-ai/flux-lora-fast-training) and [Replicate LoRA Trainer](https://replicate.com/ostris/flux-dev-lora-trainer/train).
97
 
98
  The tool now supports Ollama for local inference in addition to OpenAI models, which require your own API key. You can use it as a web app or clone/fork the repository to run it locally. For Ollama integration with the web version, you may need to set up a tunnel like ngrok or allow additional web origins. More information can be found in the project's README.
99