DOC: add base model & pipeline tag
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## 1. Overview
|
@@ -23,4 +26,4 @@ license: mit
|
|
23 |
|[StyleGAN-FineTune-v9](https://github.com/WannaBeSuperteur/AI_Projects/blob/main/2025_06_07_OhLoRA_v3_1/stylegan/README.md#3-2-fine-tuned-stylegan-stylegan-finetune-v9) Discriminator|```stylegan_dis_fine_tuned_v9.pth```|```2025_06_07_OhLoRA_v3_1/stylegan/models```|
|
24 |
|StyleGAN-VectorFind-v9 [(option: ```mixed```)](https://github.com/WannaBeSuperteur/AI_Projects/blob/main/2025_06_07_OhLoRA_v3_1/stylegan/stylegan_vectorfind_v9/image_generation_report.md#1-1-%EC%B5%9C%EC%A2%85-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%83%9D%EC%84%B1-%ED%85%8C%EC%8A%A4%ED%8A%B8-option-1-mixed) Generator|```stylegan_gen_vector_find_v9 (mixed).pth```|```2025_06_07_OhLoRA_v3_1/stylegan/models```|
|
25 |
|[Simple Neural Network to get gradient for ```eyes``` property change vector](https://github.com/WannaBeSuperteur/AI_Projects/tree/main/2025_06_07_OhLoRA_v3_1/stylegan#3-4-stylegan-vectorfind-v9-gradient-%EB%B0%A9%EB%B2%95) for StyleGAN-VectorFind-v9 [(option: ```mixed```)](https://github.com/WannaBeSuperteur/AI_Projects/blob/main/2025_06_07_OhLoRA_v3_1/stylegan/stylegan_vectorfind_v9/image_generation_report.md#1-1-%EC%B5%9C%EC%A2%85-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%83%9D%EC%84%B1-%ED%85%8C%EC%8A%A4%ED%8A%B8-option-1-mixed) Generator|```stylegan_gen_vector_find_v9_nn_eyes (mixed).pth```|```2025_06_07_OhLoRA_v3_1/stylegan/models```|
|
26 |
-
|StyleGAN-VectorFind-v9 [(option: ```svm_ms2```)](https://github.com/WannaBeSuperteur/AI_Projects/blob/main/2025_06_07_OhLoRA_v3_1/stylegan/stylegan_vectorfind_v9/image_generation_report.md#1-2-%EC%B5%9C%EC%A2%85-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%83%9D%EC%84%B1-%ED%85%8C%EC%8A%A4%ED%8A%B8-option-2-svm_ms2) Generator|```stylegan_gen_vector_find_v9 (svm_ms2).pth```|```2025_06_07_OhLoRA_v3_1/stylegan/models```|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model:
|
4 |
+
- StyleGAN
|
5 |
+
pipeline_tag: unconditional-image-generation
|
6 |
---
|
7 |
|
8 |
## 1. Overview
|
|
|
26 |
|[StyleGAN-FineTune-v9](https://github.com/WannaBeSuperteur/AI_Projects/blob/main/2025_06_07_OhLoRA_v3_1/stylegan/README.md#3-2-fine-tuned-stylegan-stylegan-finetune-v9) Discriminator|```stylegan_dis_fine_tuned_v9.pth```|```2025_06_07_OhLoRA_v3_1/stylegan/models```|
|
27 |
|StyleGAN-VectorFind-v9 [(option: ```mixed```)](https://github.com/WannaBeSuperteur/AI_Projects/blob/main/2025_06_07_OhLoRA_v3_1/stylegan/stylegan_vectorfind_v9/image_generation_report.md#1-1-%EC%B5%9C%EC%A2%85-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%83%9D%EC%84%B1-%ED%85%8C%EC%8A%A4%ED%8A%B8-option-1-mixed) Generator|```stylegan_gen_vector_find_v9 (mixed).pth```|```2025_06_07_OhLoRA_v3_1/stylegan/models```|
|
28 |
|[Simple Neural Network to get gradient for ```eyes``` property change vector](https://github.com/WannaBeSuperteur/AI_Projects/tree/main/2025_06_07_OhLoRA_v3_1/stylegan#3-4-stylegan-vectorfind-v9-gradient-%EB%B0%A9%EB%B2%95) for StyleGAN-VectorFind-v9 [(option: ```mixed```)](https://github.com/WannaBeSuperteur/AI_Projects/blob/main/2025_06_07_OhLoRA_v3_1/stylegan/stylegan_vectorfind_v9/image_generation_report.md#1-1-%EC%B5%9C%EC%A2%85-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%83%9D%EC%84%B1-%ED%85%8C%EC%8A%A4%ED%8A%B8-option-1-mixed) Generator|```stylegan_gen_vector_find_v9_nn_eyes (mixed).pth```|```2025_06_07_OhLoRA_v3_1/stylegan/models```|
|
29 |
+
|StyleGAN-VectorFind-v9 [(option: ```svm_ms2```)](https://github.com/WannaBeSuperteur/AI_Projects/blob/main/2025_06_07_OhLoRA_v3_1/stylegan/stylegan_vectorfind_v9/image_generation_report.md#1-2-%EC%B5%9C%EC%A2%85-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%83%9D%EC%84%B1-%ED%85%8C%EC%8A%A4%ED%8A%B8-option-2-svm_ms2) Generator|```stylegan_gen_vector_find_v9 (svm_ms2).pth```|```2025_06_07_OhLoRA_v3_1/stylegan/models```|
|