From 8db984e652f72cd24c3a74e6db666935e4b4f202 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Oct 2024 02:26:54 +0000 Subject: [PATCH] Update Hugging Face model downloads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1968a48..09f7720 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project fine-tunes the **Flux.1-dev** model using **LoRA (Low-Rank Adaptation)** to generate Calvin and Hobbes comic strip images. The entire process includes scraping data, annotating the dataset using a vision model, and fine-tuning the model for image generation. The fine-tuned model is available [here](https://huggingface.co/zhreyu/ComicStrips-Lora-Fluxdev), and the dataset used for training will be published soon. You can check try this model at [HuggingFace Spaces](https://huggingface.co/spaces/zhreyu/zhreyu-ComicStrips-Lora-Fluxdev) -[![Downloads](https://img.shields.io/badge/downloads-0-blue)](https://huggingface.co/zhreyu/ComicStrips-Lora-Fluxdev) +[![Downloads](https://img.shields.io/badge/downloads-61-blue)](https://huggingface.co/zhreyu/ComicStrips-Lora-Fluxdev) ## Project Overview