diff --git a/README.md b/README.md index 5c6e2d2..d7d3cf3 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,12 @@ This project follows the [all-contributors](https://github.com/all-contributors/ # πŸ‘¨β€πŸ’» ν”„λ‘œμ νŠΈ μˆ˜ν–‰ -1. [Dataset](https://calico-dance-4bf.notion.site/Dataset-d5eb5c53179a4bc398138109a00236af)βœ”οΈ -2. [Stable Diffusion](https://www.notion.so/Stable-Diffusion-Tutorial-b1bf8995d7d14297bd50a6373e89c91a)βœ”οΈ -3. [Dreambooth](https://www.notion.so/Dreambooth-7d39d2c78b8743c1ba97dfa50d7110f2)βœ”οΈ -4. [Scratch](https://www.notion.so/Scratch-548c2eb084e84209968b5494742f7811)βœ”οΈ -5. [Experiments](https://www.notion.so/Experiments-2f2a4e824cd04168b3ed006d530a787b)βœ”οΈ -6. [λ°œν‘œμžλ£Œ](https://www.notion.so/a792509efb004cb6b1be92e3cd0e2d7d)⭐ +1. [Dataset](https://jjjuuuun.notion.site/Dataset-d5eb5c53179a4bc398138109a00236af?pvs=4)βœ”οΈ +2. [Stable Diffusion](https://jjjuuuun.notion.site/Stable-Diffusion-Tutorial-b1bf8995d7d14297bd50a6373e89c91a?pvs=4)βœ”οΈ +3. [Dreambooth](https://jjjuuuun.notion.site/Dreambooth-7d39d2c78b8743c1ba97dfa50d7110f2?pvs=4)βœ”οΈ +4. [Scratch](https://jjjuuuun.notion.site/Scratch-548c2eb084e84209968b5494742f7811?pvs=4)βœ”οΈ +5. [Experiments](https://jjjuuuun.notion.site/Experiments-2f2a4e824cd04168b3ed006d530a787b?pvs=4)βœ”οΈ +6. [λ°œν‘œμžλ£Œ](https://jjjuuuun.notion.site/a792509efb004cb6b1be92e3cd0e2d7d?pvs=4)⭐ 7. [λ°œν‘œμ˜μƒ](https://www.youtube.com/watch?v=3K4XhE7L0Pg)⭐ # πŸ—’οΈ ν”„λ‘œμ νŠΈ κ²°κ³Ό @@ -135,7 +135,6 @@ DreamboothλŠ” Stable Diffusionκ³ΌλŠ” 달리, μ‚¬μš©μžλ‘œλΆ€ν„° μΆ”κ°€μ μœΌλ‘œ
# πŸ”„οΈ Directory -(μΆ”ν›„ 디렉토리 λ¦¬νŽ™ν† λ§ μ˜ˆμ •) ```bash β”œβ”€β”€ .gitignore β”œβ”€β”€ .pre-commit-config.yaml @@ -163,12 +162,18 @@ DreamboothλŠ” Stable Diffusionκ³ΌλŠ” 달리, μ‚¬μš©μžλ‘œλΆ€ν„° μΆ”κ°€μ μœΌλ‘œ β”‚ β”‚ β”œβ”€β”€ cloud_storage.py β”‚ β”‚ └── error.py β”‚ β”œβ”€β”€ htdocs - β”‚ β”‚ └── html/css/js/img + β”‚ β”‚ β”œβ”€β”€ images + β”‚ β”‚ β”œβ”€β”€ js + β”‚ β”‚ β”œβ”€β”€ styles + β”‚ β”‚ β”œβ”€β”€ create.html + β”‚ β”‚ β”œβ”€β”€ index.html + β”‚ β”‚ └── mypage.html β”‚ β”œβ”€β”€ gpt3-api.py β”‚ β”œβ”€β”€ main.py β”‚ β”œβ”€β”€ model.py β”‚ β”œβ”€β”€ streamlit_frontend.py β”‚ β”œβ”€β”€ train_dreambooth.py + β”‚ β”œβ”€β”€ translation.py β”‚ β”œβ”€β”€ utils.py β”‚ β”œβ”€β”€ worker_dreambooth.py β”‚ β”œβ”€β”€ worker_sd.py