daebakgazua commited on
Commit
d32c9f1
·
verified ·
1 Parent(s): 3b1009c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - StyleGAN
5
+ pipeline_tag: unconditional-image-generation
6
+ ---
7
+
8
+ ## 1. Overview
9
+
10
+ **StyleGAN-VectorFind-v7,v8** models for [Oh-LoRA v3 Project](https://github.com/WannaBeSuperteur/AI_Projects/tree/main/2025_05_26_OhLoRA_v3).
11
+
12
+ * These models are Fine-Tuned version of [GenForce StyleGAN celeba_partial-256x256](https://github.com/genforce/genforce/blob/master/MODEL_ZOO.md).
13
+ * Finally decided to use **StyleGAN-VectorFind-v7 (```stylegan_gen_vector_find_v7.pth```)**.
14
+ * Detailed info
15
+ * [StyleGAN-VectorFind-v7 Detailed info (in Korean)](https://github.com/WannaBeSuperteur/AI_Projects/tree/main/2025_05_02_OhLoRA_v2/stylegan#3-3-stylegan-finetune-v1-%EA%B8%B0%EB%B0%98-%ED%95%B5%EC%8B%AC-%EC%86%8D%EC%84%B1%EA%B0%92-%EB%B3%80%ED%99%98-intermediate-w-vector-%ED%83%90%EC%83%89-stylegan-vectorfind-v7)
16
+ * [StyleGAN-VectorFind-v8 Detailed info (in Korean)](https://github.com/WannaBeSuperteur/AI_Projects/tree/main/2025_05_26_OhLoRA_v3/stylegan#3-3-stylegan-finetune-v8-%EA%B8%B0%EB%B0%98-%ED%95%B5%EC%8B%AC-%EC%86%8D%EC%84%B1%EA%B0%92-%EB%B3%80%ED%99%98-intermediate-w-vector-%ED%83%90%EC%83%89-stylegan-vectorfind-v8)
17
+
18
+ ## 2. Model files & save path for usage
19
+
20
+ All models have the same save path for usage : ```2025_05_26_OhLoRA_v3/stylegan/models/{model_file_name}```.
21
+
22
+ * Generator
23
+
24
+ |Version|Model|Finally decided to use|
25
+ |---|---|---|
26
+ |StyleGAN-VectorFind-v7|```stylegan_gen_vector_find_v7.pth```|✅|
27
+ |StyleGAN-VectorFind-v8|```stylegan_gen_vector_find_v8.pth```|✅|