Update README.md
Browse files
README.md
CHANGED
@@ -12,14 +12,18 @@ massive thank you to [@silveroxides](https://huggingface.co/silveroxides) for ph
|
|
12 |
is a naming standard, a schema for ML work.<br>
|
13 |
In its current incarnation, it looks like this:
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
16 |
|
17 |
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>
|
18 |
and the super-resolution registry code from the [Spandrel](https://github.com/chaiNNer-org/spandrel/blob/main/libs/spandrel/spandrel/__helpers/registry.py) library.
|
19 |
|
20 |
## Goals
|
21 |
- Standard identification scheme for all ML-related development
|
|
|
22 |
- Rapid retrieval of resources and metadata
|
23 |
- Efficient and reliable compatability checks
|
24 |
- Hyperparameter management
|
25 |
-
- Simplification of code for model-related logistics
|
|
|
12 |
is a naming standard, a schema for ML work.<br>
|
13 |
In its current incarnation, it looks like this:
|
14 |
|
15 |
+
|
16 |
+
## mir:transformer.clip-l.stable-diffusion-xl-base
|
17 |
+
```
|
18 |
+
domain:[architecture].[implementation].[compatability]
|
19 |
+
```
|
20 |
|
21 |
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>
|
22 |
and the super-resolution registry code from the [Spandrel](https://github.com/chaiNNer-org/spandrel/blob/main/libs/spandrel/spandrel/__helpers/registry.py) library.
|
23 |
|
24 |
## Goals
|
25 |
- Standard identification scheme for all ML-related development
|
26 |
+
- Simplification of code for model-related logistics
|
27 |
- Rapid retrieval of resources and metadata
|
28 |
- Efficient and reliable compatability checks
|
29 |
- Hyperparameter management
|
|