Spaces:
Running
Running
Update GhostPackDemo/readme.md
Browse files- GhostPackDemo/readme.md +13 -0
GhostPackDemo/readme.md
CHANGED
|
@@ -58,6 +58,19 @@
|
|
| 58 |
|
| 59 |
---
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
## 📺 Demo & Screenshots
|
| 62 |
|
| 63 |
<div align="center">
|
|
|
|
| 58 |
|
| 59 |
---
|
| 60 |
|
| 61 |
+
## 📑 .env Setup (IMPORTANT)
|
| 62 |
+
|
| 63 |
+
> **You must add your Hugging Face token to `.env` to download models and samplers!**
|
| 64 |
+
|
| 65 |
+
Create a file called `.env` in the project root with:
|
| 66 |
+
```
|
| 67 |
+
HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
| 68 |
+
```
|
| 69 |
+
- Get your token from: https://huggingface.co/settings/tokens
|
| 70 |
+
- If missing, model download and pipeline will fail.
|
| 71 |
+
|
| 72 |
+
---
|
| 73 |
+
|
| 74 |
## 📺 Demo & Screenshots
|
| 75 |
|
| 76 |
<div align="center">
|