fix: define explicit config schema with candidates — re-enable dataset viewer
Browse files
README.md
CHANGED
|
@@ -1,11 +1,71 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
-
viewer: false
|
| 4 |
tags:
|
| 5 |
- lora
|
| 6 |
- merge
|
| 7 |
- comfyui
|
| 8 |
- stable-diffusion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# LoRA Optimizer — Community Cache
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- lora
|
| 5 |
- merge
|
| 6 |
- comfyui
|
| 7 |
- stable-diffusion
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: config
|
| 10 |
+
data_files: "config/*.json"
|
| 11 |
+
features:
|
| 12 |
+
- name: algo_version
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: arch_preset
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: lora_content_hashes
|
| 17 |
+
sequence: string
|
| 18 |
+
- name: score
|
| 19 |
+
dtype: float64
|
| 20 |
+
- name: config
|
| 21 |
+
dtype:
|
| 22 |
+
struct:
|
| 23 |
+
- name: merge_mode
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: sparsification
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: sparsification_density
|
| 28 |
+
dtype: float64
|
| 29 |
+
- name: dare_dampening
|
| 30 |
+
dtype: float64
|
| 31 |
+
- name: merge_refinement
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: auto_strength
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: optimization_mode
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: strategy_set
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: candidates
|
| 40 |
+
sequence:
|
| 41 |
+
struct:
|
| 42 |
+
- name: rank
|
| 43 |
+
dtype: int64
|
| 44 |
+
- name: config
|
| 45 |
+
dtype:
|
| 46 |
+
struct:
|
| 47 |
+
- name: merge_mode
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: sparsification
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: sparsification_density
|
| 52 |
+
dtype: float64
|
| 53 |
+
- name: dare_dampening
|
| 54 |
+
dtype: float64
|
| 55 |
+
- name: merge_refinement
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: auto_strength
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: optimization_mode
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: strategy_set
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: score_heuristic
|
| 64 |
+
dtype: float64
|
| 65 |
+
- name: score_measured
|
| 66 |
+
dtype: float64
|
| 67 |
+
- name: score_final
|
| 68 |
+
dtype: float64
|
| 69 |
---
|
| 70 |
|
| 71 |
# LoRA Optimizer — Community Cache
|