Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
```markdown
|
| 6 |
---
|
|
@@ -9,25 +18,19 @@ emoji: π§΅
|
|
| 9 |
colorFrom: red
|
| 10 |
colorTo: gray
|
| 11 |
sdk: gradio
|
| 12 |
-
sdk_version:
|
| 13 |
app_file: app.py
|
| 14 |
pinned: false
|
| 15 |
license: apache-2.0
|
| 16 |
short_description: Governed gothic couture visual creation command center
|
| 17 |
-
models:
|
| 18 |
-
- black-forest-labs/FLUX.2-klein-9B
|
| 19 |
tags:
|
| 20 |
- gradio
|
| 21 |
- mcp-server
|
| 22 |
- build-small
|
| 23 |
- visual-creation
|
| 24 |
- hackathon
|
| 25 |
-
- off-brand
|
| 26 |
-
- best-agent
|
| 27 |
---
|
| 28 |
|
| 29 |
-

|
| 30 |
-
|
| 31 |
# NEXUS Visual Weaver
|
| 32 |
|
| 33 |
**Raven Chronicle** β A governed high-fashion visual creation command center.
|
|
@@ -40,23 +43,19 @@ tags:
|
|
| 40 |
|
| 41 |
## Live Command Surface
|
| 42 |
|
| 43 |
-

|
| 44 |
-
|
| 45 |
The first screen is the working surface. Creative direction, wardrobe controls, reference metadata, ST3GG scanning, and human checkpoint actions stay together in one governed flow.
|
| 46 |
|
| 47 |
## Real Evidence
|
| 48 |
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
|
| 52 |
-
|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
| Tests | 288 passing |
|
| 59 |
-
| Runtime | ZeroGPU (RTX Pro 6000 Blackwell)|
|
| 60 |
|
| 61 |
**Generation is not export.** Every artifact must pass ST3GG review + human checkpoint before release.
|
| 62 |
|
|
@@ -68,12 +67,10 @@ flowchart LR
|
|
| 68 |
B --> C[FLUX.2 Klein 9B]
|
| 69 |
C --> D[ST3GG Scan]
|
| 70 |
D --> E{Human Checkpoint}
|
| 71 |
-
E -->|Approved
|
| 72 |
-
E -->|Override
|
| 73 |
```
|
| 74 |
|
| 75 |
-

|
| 76 |
-
|
| 77 |
## Governance Model
|
| 78 |
|
| 79 |
Every weave carries its own evidence:
|
|
@@ -82,43 +79,23 @@ Every weave carries its own evidence:
|
|
| 82 |
- Reference metadata + hashes
|
| 83 |
- ST3GG verdict
|
| 84 |
- Checkpoint state
|
| 85 |
-
- Export decision + override reason
|
| 86 |
-
|
| 87 |
-
Adult Mode is opt-in and partitioned. It never disables safety, consent, or export gates.
|
| 88 |
-
|
| 89 |
-

|
| 90 |
-
|
| 91 |
-
## Current Scope (This Sprint)
|
| 92 |
-
|
| 93 |
-
- **Active**: Governed image creation, wardrobe control, ST3GG scanning, human checkpoint, and auditable export packets.
|
| 94 |
-
- **Gated**: Video generation and external judge providers (MiniCPM / Nemotron) remain behind secrets or review.
|
| 95 |
|
| 96 |
-
|
| 97 |
|
| 98 |
-
|
| 99 |
-
- **Social Post**: *(Add link after posting)*
|
| 100 |
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
| Badge | Status | Notes |
|
| 104 |
-
|-------------|-------------|-------|
|
| 105 |
-
| Off-Brand | Ready | Gothic couture command center with workflow graph and ST3GG trust strip |
|
| 106 |
-
| Best Agent | Ready | Multi-step governed weave (prompt β generation β scan β checkpoint β export) |
|
| 107 |
-
| Best Demo | Pending | Requires final demo video + social post |
|
| 108 |
-
| OpenBMB | Conditional | Claimed only when MiniCPM-V returns success in export packet |
|
| 109 |
-
| NVIDIA | Conditional | LocateAnything used for grounding |
|
| 110 |
-
|
| 111 |
-

|
| 112 |
|
| 113 |
## Verification
|
| 114 |
|
| 115 |
-
```
|
| 116 |
-
python -m compileall app.py
|
| 117 |
-
python -m pytest -q tests
|
| 118 |
-
git grep -n -I -E "hf_[A-Za-z0-9]{20,}|Bearer |sk-" -- .
|
| 119 |
```
|
| 120 |
|
| 121 |
-
Latest
|
| 122 |
|
| 123 |
## Local Run
|
| 124 |
|
|
@@ -132,3 +109,21 @@ python app.py
|
|
| 132 |
Apache-2.0
|
| 133 |
```
|
| 134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
title: NEXUS_Visual_Weaver
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: π»
|
| 6 |
+
colorFrom: purple
|
| 7 |
+
colorTo: red
|
| 8 |
+
pinned: true
|
| 9 |
+
thumbnail: >-
|
| 10 |
+
https://cdn-uploads.huggingface.co/production/uploads/69b222a20b5d613944b5ebd3/gsI0HUD1_zeJ1GHbWkLRg.jpeg
|
| 11 |
+
short_description: 'best image creation '
|
| 12 |
+
---
|
| 13 |
|
| 14 |
```markdown
|
| 15 |
---
|
|
|
|
| 18 |
colorFrom: red
|
| 19 |
colorTo: gray
|
| 20 |
sdk: gradio
|
| 21 |
+
sdk_version: "5.0"
|
| 22 |
app_file: app.py
|
| 23 |
pinned: false
|
| 24 |
license: apache-2.0
|
| 25 |
short_description: Governed gothic couture visual creation command center
|
|
|
|
|
|
|
| 26 |
tags:
|
| 27 |
- gradio
|
| 28 |
- mcp-server
|
| 29 |
- build-small
|
| 30 |
- visual-creation
|
| 31 |
- hackathon
|
|
|
|
|
|
|
| 32 |
---
|
| 33 |
|
|
|
|
|
|
|
| 34 |
# NEXUS Visual Weaver
|
| 35 |
|
| 36 |
**Raven Chronicle** β A governed high-fashion visual creation command center.
|
|
|
|
| 43 |
|
| 44 |
## Live Command Surface
|
| 45 |
|
|
|
|
|
|
|
| 46 |
The first screen is the working surface. Creative direction, wardrobe controls, reference metadata, ST3GG scanning, and human checkpoint actions stay together in one governed flow.
|
| 47 |
|
| 48 |
## Real Evidence
|
| 49 |
|
| 50 |
+
| Evidence | Status |
|
| 51 |
+
|----------------------------|-----------------|
|
| 52 |
+
| Real FLUX.2 Klein 9B | Verified |
|
| 53 |
+
| Creator + Wardrobe controls| Persisted |
|
| 54 |
+
| ST3GG defensive scan | Active |
|
| 55 |
+
| Human checkpoint | Required |
|
| 56 |
+
| Export gate | Blocks until review |
|
| 57 |
+
| Tests | 288 passing |
|
| 58 |
+
| Runtime | ZeroGPU |
|
|
|
|
|
|
|
| 59 |
|
| 60 |
**Generation is not export.** Every artifact must pass ST3GG review + human checkpoint before release.
|
| 61 |
|
|
|
|
| 67 |
B --> C[FLUX.2 Klein 9B]
|
| 68 |
C --> D[ST3GG Scan]
|
| 69 |
D --> E{Human Checkpoint}
|
| 70 |
+
E -->|Approved| F[Governed Export]
|
| 71 |
+
E -->|Override| G[Audit Packet]
|
| 72 |
```
|
| 73 |
|
|
|
|
|
|
|
| 74 |
## Governance Model
|
| 75 |
|
| 76 |
Every weave carries its own evidence:
|
|
|
|
| 79 |
- Reference metadata + hashes
|
| 80 |
- ST3GG verdict
|
| 81 |
- Checkpoint state
|
| 82 |
+
- Export decision + override reason
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
|
| 84 |
+
Adult Mode is opt-in and partitioned. It never disables safety or export gates.
|
| 85 |
|
| 86 |
+
## Current Scope
|
|
|
|
| 87 |
|
| 88 |
+
- **Active**: Governed image creation, wardrobe control, ST3GG scanning, human checkpoint, auditable export
|
| 89 |
+
- **Gated**: Video generation and external judges (behind review)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
## Verification
|
| 92 |
|
| 93 |
+
```bash
|
| 94 |
+
python -m compileall app.py
|
| 95 |
+
python -m pytest -q tests
|
|
|
|
| 96 |
```
|
| 97 |
|
| 98 |
+
Latest: **288 tests passing**, clean secret scan.
|
| 99 |
|
| 100 |
## Local Run
|
| 101 |
|
|
|
|
| 109 |
Apache-2.0
|
| 110 |
```
|
| 111 |
|
| 112 |
+
---
|
| 113 |
+
|
| 114 |
+
### What to do now (last minutes):
|
| 115 |
+
|
| 116 |
+
1. Go to your Space:
|
| 117 |
+
https://huggingface.co/spaces/build-small-hackathon/NEXUS_Visual_Weaver
|
| 118 |
+
|
| 119 |
+
2. Click **Files** β `README.md` β **Edit**
|
| 120 |
+
|
| 121 |
+
3. **Delete everything** and paste the content above.
|
| 122 |
+
|
| 123 |
+
4. Commit the change.
|
| 124 |
+
|
| 125 |
+
This should fix the **"Missing configuration in README"** error immediately.
|
| 126 |
+
|
| 127 |
+
---
|
| 128 |
+
|
| 129 |
+
Want me to also give you a shorter, even cleaner version, or fix anything else in these last minutes?
|