Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -91,12 +91,6 @@ If you are getting too realistic images, try adding `painting` to your prompt, f 
     | 
|
| 91 | 
         | 
| 92 | 
         
             
            [Download the *.safetensors LoRA](https://huggingface.co/aleksa-codes/flux-ghibsky-illustration/tree/main) in the Files & versions tab.
         
     | 
| 93 | 
         | 
| 94 | 
         
            -
            # Related Tools
         
     | 
| 95 | 
         
            -
             
     | 
| 96 | 
         
            -
            *   **[UnYellowGPT](https://unyellowgpt.com/):** Noticing a yellow or sepia tint in your AI-generated images? This one-click tool intelligently removes unwanted color casts, restoring the natural white balance and vibrancy to your visuals.
         
     | 
| 97 | 
         
            -
             
     | 
| 98 | 
         
            -
            *   **[GPT Image Captioner](https://gptcaptioner.aleksa.codes/):** If you're training your own LoRA model, this open-source tool I created is a great replacement for standard auto-captioning. It generates high-quality descriptive `.txt` files for your images, supporting both OpenAI and local inference with Ollama.
         
     | 
| 99 | 
         
            -
             
     | 
| 100 | 
         
             
            ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
         
     | 
| 101 | 
         | 
| 102 | 
         
             
            ```python
         
     | 
| 
         @@ -110,6 +104,12 @@ image = pipeline('GHIBSKY style, a serene lakeside village with colorful houses 
     | 
|
| 110 | 
         | 
| 111 | 
         
             
            For more details, including weighting, merging, and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters).
         
     | 
| 112 | 
         | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 113 | 
         
             
            ## License
         
     | 
| 114 | 
         | 
| 115 | 
         
             
            Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
         
     | 
| 
         | 
|
| 91 | 
         | 
| 92 | 
         
             
            [Download the *.safetensors LoRA](https://huggingface.co/aleksa-codes/flux-ghibsky-illustration/tree/main) in the Files & versions tab.
         
     | 
| 93 | 
         | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 94 | 
         
             
            ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
         
     | 
| 95 | 
         | 
| 96 | 
         
             
            ```python
         
     | 
| 
         | 
|
| 104 | 
         | 
| 105 | 
         
             
            For more details, including weighting, merging, and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters).
         
     | 
| 106 | 
         | 
| 107 | 
         
            +
            # Related Tools
         
     | 
| 108 | 
         
            +
             
     | 
| 109 | 
         
            +
            *   **[UnYellowGPT](https://unyellowgpt.com/):** Noticing a yellow or sepia tint in your AI-generated images? This one-click tool intelligently removes unwanted color casts, restoring the natural white balance and vibrancy to your visuals.
         
     | 
| 110 | 
         
            +
             
     | 
| 111 | 
         
            +
            *   **[GPT Image Captioner](https://gptcaptioner.aleksa.codes/):** If you're training your own LoRA model, this open-source tool I created is a great replacement for standard auto-captioning. It generates high-quality descriptive `.txt` files for your images, supporting both OpenAI and local inference with Ollama.
         
     | 
| 112 | 
         
            +
             
     | 
| 113 | 
         
             
            ## License
         
     | 
| 114 | 
         | 
| 115 | 
         
             
            Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
         
     |