wangkanai commited on
Commit
53af936
·
verified ·
1 Parent(s): 7145e42

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,4 +1,3 @@
1
- <!-- README Version: v1.2 -->
2
  ---
3
  license: apache-2.0
4
  library_name: diffusers
@@ -11,10 +10,10 @@ tags:
11
  - adapter
12
  - flux-dev
13
  - low-rank-adaptation
14
- base_model: black-forest-labs/FLUX.1-dev
15
- base_model_relation: adapter
16
  ---
17
 
 
 
18
  # FLUX.1-dev LoRA Collection
19
 
20
  A curated collection of Low-Rank Adaptation (LoRA) models for FLUX.1-dev, enabling lightweight fine-tuning and style adaptation for text-to-image generation.
@@ -284,6 +283,13 @@ For specific LoRAs, cite the original creators from their respective repositorie
284
 
285
  ## Changelog
286
 
 
 
 
 
 
 
 
287
  ### v1.2 (2025-10-14)
288
  - Updated version metadata to v1.2
289
  - Verified repository structure and file organization
 
 
1
  ---
2
  license: apache-2.0
3
  library_name: diffusers
 
10
  - adapter
11
  - flux-dev
12
  - low-rank-adaptation
 
 
13
  ---
14
 
15
+ <!-- README Version: v1.3 -->
16
+
17
  # FLUX.1-dev LoRA Collection
18
 
19
  A curated collection of Low-Rank Adaptation (LoRA) models for FLUX.1-dev, enabling lightweight fine-tuning and style adaptation for text-to-image generation.
 
283
 
284
  ## Changelog
285
 
286
+ ### v1.3 (2025-10-14)
287
+ - **CRITICAL FIX**: Moved version header AFTER YAML frontmatter (HuggingFace requirement)
288
+ - Verified YAML frontmatter is first content in file (lines 1-14)
289
+ - Confirmed proper YAML structure with three-dash delimiters
290
+ - All metadata fields validated against HuggingFace standards
291
+ - Repository structure and documentation remain current
292
+
293
  ### v1.2 (2025-10-14)
294
  - Updated version metadata to v1.2
295
  - Verified repository structure and file organization