Spaces:
Sleeping
Sleeping
KJMAN678
commited on
Commit
·
bece660
1
Parent(s):
885ea0d
README.mdの解説を修正
Browse files
README.md
CHANGED
@@ -64,11 +64,11 @@
|
|
64 |
### File Organization / ファイル構成
|
65 |
|
66 |
- StableDiffusionByCpu.ipynb
|
67 |
-
- An executable file that performs image generation.
|
68 |
-
-
|
69 |
- simulation.py
|
70 |
-
-
|
71 |
-
-
|
72 |
- sample_output_images
|
73 |
- Folder containing the Output image described above.
|
74 |
- 上述のOutput画像が入ったフォルダ
|
|
|
64 |
### File Organization / ファイル構成
|
65 |
|
66 |
- StableDiffusionByCpu.ipynb
|
67 |
+
- An executable file that performs image generation locally.
|
68 |
+
- ローカルで画像生成を行う実行ファイル。
|
69 |
- simulation.py
|
70 |
+
- File with genetic algorithm simulations, required for both Colab and local.
|
71 |
+
- 遺伝的アルゴリズムによるシミュレーションを行っているファイル。Colab、ローカルいずれの場合も必要。
|
72 |
- sample_output_images
|
73 |
- Folder containing the Output image described above.
|
74 |
- 上述のOutput画像が入ったフォルダ
|