SynLayers commited on
Commit
cdc28e3
·
verified ·
1 Parent(s): cd5531d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -4
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 the SynLayers adapter, LoRA, transparent VAE, and `step_120000` checkpoint from your uploaded repo
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