Spaces:
Sleeping
Sleeping
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -30,14 +30,12 @@ For a production Hugging Face Space, use GPU hardware and set:
|
|
| 30 |
|
| 31 |
```text
|
| 32 |
SYNLAYERS_MODEL_REPO=SynLayers/Bbox-caption-8b
|
| 33 |
-
SYNLAYERS_BASE_MODEL=black-forest-labs/FLUX.1-dev
|
| 34 |
```
|
| 35 |
|
| 36 |
This lets the Space:
|
| 37 |
|
| 38 |
-
- load the bbox detector from your uploaded model repo
|
| 39 |
-
- load
|
| 40 |
-
- use the official Hugging Face FLUX base model instead of re-downloading your own uploaded copy
|
| 41 |
|
| 42 |
## Local Run
|
| 43 |
|
|
|
|
| 30 |
|
| 31 |
```text
|
| 32 |
SYNLAYERS_MODEL_REPO=SynLayers/Bbox-caption-8b
|
|
|
|
| 33 |
```
|
| 34 |
|
| 35 |
This lets the Space:
|
| 36 |
|
| 37 |
+
- load the bbox detector from your uploaded model repo root
|
| 38 |
+
- load SynLayers Pipeline
|
|
|
|
| 39 |
|
| 40 |
## Local Run
|
| 41 |
|