From c96e3d4e004a3d671ea5338a81b8c920458e6927 Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Fri, 25 Oct 2024 03:29:36 +0800 Subject: [PATCH] Update README.md --- .gitattributes | 1 - README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d08a1ef..14d0e73 100644 --- a/.gitattributes +++ b/.gitattributes @@ -78,4 +78,3 @@ images/show_case/6.png filter=lfs diff=lfs merge=lfs -text images/show_case/7.png filter=lfs diff=lfs merge=lfs -text images/show_case/8.png filter=lfs diff=lfs merge=lfs -text images/show_case/9.png filter=lfs diff=lfs merge=lfs -text -diffusion_pytorch_model.safetensors filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index e2adc62..13b7535 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ --- license: apache-2.0 +language: +- en +- zh +base_model: stabilityai/stable-diffusion-xl-base-1.0 +library_name: diffusers +tags: +- Text-to-Image +- SDXL +- Stable Diffusion +- ID Customization +pipeline_tag: text-to-image ---
alibaba