danhtran2mind commited on
Commit
be63645
·
verified ·
1 Parent(s): 313b662

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -17
README.md CHANGED
@@ -11,9 +11,7 @@ pinned: false
11
  license: mit
12
  ---
13
 
14
-
15
- # Ghibli Fine-Tuned Stable Diffusion 2.1
16
-
17
  [![huggingface-hub](https://img.shields.io/badge/huggingface--hub-orange.svg?logo=huggingface)](https://huggingface.co/docs/hub)
18
  [![accelerate](https://img.shields.io/badge/accelerate-yellow.svg?logo=pytorch)](https://huggingface.co/docs/accelerate)
19
  [![bitsandbytes](https://img.shields.io/badge/bitsandbytes-%2300A1D6.svg)](https://github.com/TimDettmers/bitsandbytes)
@@ -61,11 +59,11 @@ The **Ghibli Fine-Tuned Stable Diffusion 2.1** project is a cutting-edge endeavo
61
 
62
  The cornerstone of this project is the Jupyter notebook located at `notebooks/fine_tuned_sd_2_1_base-notebook.ipynb`. This notebook provides a step-by-step guide to fine-tuning the Stable Diffusion 2.1 model using the Ghibli dataset, complete with code, explanations, and best practices. It is designed to be accessible to both beginners and experienced practitioners, offering flexibility to replicate the training process or experiment with custom modifications. The notebook is compatible with the following platforms:
63
 
64
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo/blob/main/notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
65
- [![Open in SageMaker](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo/blob/main/notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
66
- [![Open in Deepnote](https://deepnote.com/buttons/launch-in-deepnote-small.svg)](https://deepnote.com/launch?url=https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo/blob/main/notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
67
- [![JupyterLab](https://img.shields.io/badge/Launch-JupyterLab-orange?logo=Jupyter)](https://mybinder.org/v2/gh/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo/main?filepath=notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
68
- [![View on GitHub](https://img.shields.io/badge/View%20on-GitHub-181717?logo=github)](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo/blob/main/notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
69
 
70
  To get started, open the notebook in your preferred platform and follow the instructions to set up the environment and execute the training process.
71
 
@@ -83,11 +81,11 @@ To set up the project, ensure you have Python 3.11 or later installed. The follo
83
 
84
  ### Step 1: Clone the Repository
85
 
86
- Clone the repository from [GitHub](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo):
87
 
88
  ```bash
89
- git clone https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo.git
90
- cd ghibli-fine-tuned-sd-2.1-repo
91
 
92
  ```
93
 
@@ -102,7 +100,7 @@ pip install -r requirements.txt
102
 
103
  ### Step 3: Decrypt Encrypted Folders (if necessary)
104
 
105
- The `dataset` and `diffusers` folders are encrypted using git-crypt for security. To decrypt them, obtain the decryption key by contacting the maintainer via the [Issues tab](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo/issues). Then, run:
106
 
107
  ```bash
108
  git-crypt unlock /path/to/my-repo.asc
@@ -132,7 +130,7 @@ To generate Ghibli-style images using the Gradio demo, follow these steps:
132
  1. **Navigate to the Repository Root**:
133
 
134
  ```bash
135
- cd ghibli-fine-tuned-sd-2.1-repo
136
 
137
  ```
138
 
@@ -160,7 +158,7 @@ To generate Ghibli-style images using the Gradio demo, follow these steps:
160
  cd ..
161
 
162
  ```
163
-
164
  4. **Extract the Diffusers Folder**:
165
 
166
  Extract the model weights or related files in the `diffusers` folder:
@@ -246,7 +244,7 @@ Explore the model’s capabilities through the interactive demo hosted at [Ghibl
246
 
247
  ## Contact
248
 
249
- For questions, issues, or to request the git-crypt decryption key, please contact the maintainer via the [Issues tab](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo/issues) on GitHub.
250
 
251
  ## License
252
 
@@ -264,10 +262,9 @@ The success of this project is built upon the contributions of several key resou
264
 
265
  Contributions to this project are warmly welcomed! To contribute, please follow these steps:
266
 
267
- 1. Fork the repository from [GitHub](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1-repo).
268
  2. Create a new branch for your feature or bug fix.
269
  3. Commit your changes with clear and descriptive commit messages.
270
  4. Push your branch and submit a pull request.
271
 
272
  For detailed guidelines, refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file. Your contributions can help enhance the project and bring the Ghibli art style to a wider audience.
273
-
 
11
  license: mit
12
  ---
13
 
14
+ # Ghibli Fine-Tuned Stable Diffusion 2.1 [![GitHub Stars](https://img.shields.io/github/stars/danhtran2mind/ghibli-fine-tuned-sd-2.1?label=⭐&style=social)](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1/stargazers)
 
 
15
  [![huggingface-hub](https://img.shields.io/badge/huggingface--hub-orange.svg?logo=huggingface)](https://huggingface.co/docs/hub)
16
  [![accelerate](https://img.shields.io/badge/accelerate-yellow.svg?logo=pytorch)](https://huggingface.co/docs/accelerate)
17
  [![bitsandbytes](https://img.shields.io/badge/bitsandbytes-%2300A1D6.svg)](https://github.com/TimDettmers/bitsandbytes)
 
59
 
60
  The cornerstone of this project is the Jupyter notebook located at `notebooks/fine_tuned_sd_2_1_base-notebook.ipynb`. This notebook provides a step-by-step guide to fine-tuning the Stable Diffusion 2.1 model using the Ghibli dataset, complete with code, explanations, and best practices. It is designed to be accessible to both beginners and experienced practitioners, offering flexibility to replicate the training process or experiment with custom modifications. The notebook is compatible with the following platforms:
61
 
62
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danhtran2mind/ghibli-fine-tuned-sd-2.1/blob/main/notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
63
+ [![Open in SageMaker](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/danhtran2mind/ghibli-fine-tuned-sd-2.1/blob/main/notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
64
+ [![Open in Deepnote](https://deepnote.com/buttons/launch-in-deepnote-small.svg)](https://deepnote.com/launch?url=https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1/blob/main/notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
65
+ [![JupyterLab](https://img.shields.io/badge/Launch-JupyterLab-orange?logo=Jupyter)](https://mybinder.org/v2/gh/danhtran2mind/ghibli-fine-tuned-sd-2.1/main?filepath=notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
66
+ [![View on GitHub](https://img.shields.io/badge/View%20on-GitHub-181717?logo=github)](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1/blob/main/notebooks/fine_tuned_sd_2_1_base-notebook.ipynb)
67
 
68
  To get started, open the notebook in your preferred platform and follow the instructions to set up the environment and execute the training process.
69
 
 
81
 
82
  ### Step 1: Clone the Repository
83
 
84
+ Clone the repository from [GitHub](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1):
85
 
86
  ```bash
87
+ git clone https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1.git
88
+ cd ghibli-fine-tuned-sd-2.1
89
 
90
  ```
91
 
 
100
 
101
  ### Step 3: Decrypt Encrypted Folders (if necessary)
102
 
103
+ The `dataset` and `diffusers` folders are encrypted using git-crypt for security. To decrypt them, obtain the decryption key by contacting the maintainer via the [Issues tab](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1/issues). Then, run:
104
 
105
  ```bash
106
  git-crypt unlock /path/to/my-repo.asc
 
130
  1. **Navigate to the Repository Root**:
131
 
132
  ```bash
133
+ cd ghibli-fine-tuned-sd-2.1
134
 
135
  ```
136
 
 
158
  cd ..
159
 
160
  ```
161
+
162
  4. **Extract the Diffusers Folder**:
163
 
164
  Extract the model weights or related files in the `diffusers` folder:
 
244
 
245
  ## Contact
246
 
247
+ For questions, issues, or to request the git-crypt decryption key, please contact the maintainer via the [Issues tab](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1/issues) on GitHub.
248
 
249
  ## License
250
 
 
262
 
263
  Contributions to this project are warmly welcomed! To contribute, please follow these steps:
264
 
265
+ 1. Fork the repository from [GitHub](https://github.com/danhtran2mind/ghibli-fine-tuned-sd-2.1).
266
  2. Create a new branch for your feature or bug fix.
267
  3. Commit your changes with clear and descriptive commit messages.
268
  4. Push your branch and submit a pull request.
269
 
270
  For detailed guidelines, refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file. Your contributions can help enhance the project and bring the Ghibli art style to a wider audience.