exdysa commited on
Commit
6ba66a1
·
verified ·
1 Parent(s): 49d81ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -9,16 +9,21 @@ massive thank you to [@silveroxides](https://huggingface.co/silveroxides) for ph
9
 
10
  # MIR (Machine Intelligence Resource)
11
  #
12
- is a naming standard, a proposed schema for ML work.<br>
13
  In its current incarnation, it looks like this:
14
 
15
- ## mir:model.transformer.clip-l:stable-diffusion-xl-base
 
 
16
  ```
 
 
17
  mir:[domain].[architecture].[implementation]:[compatibility]
18
  ```
19
 
20
- It is formed from a combination the original work from CivitAi [AIR-URN](https://github.com/civitai/civitai/wiki/AIR-%E2%80%90-Uniform-Resource-Names-for-AI) project<br>
21
- and the super-resolution registry code from the [Spandrel](https://github.com/chaiNNer-org/spandrel/blob/main/libs/spandrel/spandrel/__helpers/registry.py) library.
 
22
 
23
  ## Goals
24
  - Standard identification scheme for all ML-related development
 
9
 
10
  # MIR (Machine Intelligence Resource)
11
  #
12
+ MIR is a naming standard, a proposed schema for ML work.<br>
13
  In its current incarnation, it looks like this:
14
 
15
+ #
16
+ ## mir : model . transformer . clip-l : stable-diffusion-xl
17
+ #
18
  ```
19
+ mir : model . lora . hyper : flux-1
20
+ ^ ^ ^ ^ ^
21
  mir:[domain].[architecture].[implementation]:[compatibility]
22
  ```
23
 
24
+
25
+ It is inspired by the original work from CivitAi [AIR-URN](https://github.com/civitai/civitai/wiki/AIR-%E2%80%90-Uniform-Resource-Names-for-AI) project<br>
26
+ and the super-resolution registry code from [Spandrel](https://github.com/chaiNNer-org/spandrel/blob/main/libs/spandrel/spandrel/__helpers/registry.py) library.
27
 
28
  ## Goals
29
  - Standard identification scheme for all ML-related development