KJMAN678 commited on
Commit
bece660
·
1 Parent(s): 885ea0d

README.mdの解説を修正

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -64,11 +64,11 @@
64
  ### File Organization / ファイル構成
65
 
66
  - StableDiffusionByCpu.ipynb
67
- - An executable file that performs image generation. Sory You Need to Login Hugging Face Infomation!
68
- - 画像生成を行う実行ファイル。Hugging Face へのログイン情報が必要。
69
  - simulation.py
70
- - A file with a genetic algorithm simulation running in StableDiffusionSample.ipynb
71
- - StableDiffusionSample.ipynb で実行する、遺伝的アルゴリズムによるシミュレーションを行っているファイル。
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画像が入ったフォルダ