Elldreth commited on
Commit
4905177
·
verified ·
1 Parent(s): b01dc12

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -18
README.md CHANGED
@@ -15,33 +15,20 @@ size_categories:
15
 
16
  # Arc en Ciel Prompt Generator Data
17
 
18
- Data files for the [ComfyUI Arc en Ciel Prompt Generator](https://github.com/your-username/comfyui_arcenciel_promptgen).
19
 
20
  ## Files
21
 
22
- - `arcenciel_index.faiss` - FAISS vector index (~139MB)
23
- - `arcenciel_metadata.pkl` - Tag metadata (~91MB)
24
- - `config.json` - Configuration
25
 
26
  ## Dataset Info
27
 
28
  - **94,556 entries** from the Arc en Ciel anime image dataset
29
- - Embeddings generated using `all-MiniLM-L6-v2`
30
  - Tags converted to text for semantic search
31
 
32
  ## Usage
33
 
34
  These files are automatically downloaded by the ComfyUI node on first use.
35
-
36
- Manual download:
37
- ```python
38
- from huggingface_hub import hf_hub_download
39
-
40
- for filename in ["arcenciel_index.faiss", "arcenciel_metadata.pkl", "config.json"]:
41
- hf_hub_download(
42
- repo_id="Elldreth/arcenciel-promptgen",
43
- filename=filename,
44
- repo_type="dataset",
45
- local_dir="./data"
46
- )
47
- ```
 
15
 
16
  # Arc en Ciel Prompt Generator Data
17
 
18
+ Data files for the ComfyUI Arc en Ciel Prompt Generator.
19
 
20
  ## Files
21
 
22
+ - arcenciel_index.faiss - FAISS vector index (~139MB)
23
+ - arcenciel_metadata.safetensors - Tag metadata (~106MB, safe format)
24
+ - config.json - Configuration
25
 
26
  ## Dataset Info
27
 
28
  - **94,556 entries** from the Arc en Ciel anime image dataset
29
+ - Embeddings generated using all-MiniLM-L6-v2
30
  - Tags converted to text for semantic search
31
 
32
  ## Usage
33
 
34
  These files are automatically downloaded by the ComfyUI node on first use.