Update README.md
Browse files
README.md
CHANGED
@@ -160,16 +160,7 @@ To generate Ghibli-style images using the Gradio demo, follow these steps:
|
|
160 |
cd ..
|
161 |
|
162 |
```
|
163 |
-
|
164 |
-
Alternatively, download the dataset manually with:
|
165 |
-
|
166 |
-
```python
|
167 |
-
from datasets import load_dataset
|
168 |
-
dataset = load_dataset("uwunish/ghibli-dataset")
|
169 |
-
dataset.save_to_disk("./ghibli_dataset")
|
170 |
-
|
171 |
-
```
|
172 |
-
|
173 |
4. **Extract the Diffusers Folder**:
|
174 |
|
175 |
Extract the model weights or related files in the `diffusers` folder:
|
|
|
160 |
cd ..
|
161 |
|
162 |
```
|
163 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
4. **Extract the Diffusers Folder**:
|
165 |
|
166 |
Extract the model weights or related files in the `diffusers` folder:
|