Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LibreFLUX-ControlNet Inference (WIP)
|
| 2 |
+
|
| 3 |
+
Standalone inference pipeline for LibreFLUX-based ControlNet with classifier-free guidance. Runs a control image and a prompt through a LibreFLUX backbone for quick tests or JSONL batches.
|
| 4 |
+
|
| 5 |
+
## Status
|
| 6 |
+
Work in progress. Not fully functional yet. Code is being transferred and adapted from my larger project repo to this inference-only repo.
|
| 7 |
+
|
| 8 |
+
## Planned
|
| 9 |
+
- Single image plus prompt inference with CFG
|
| 10 |
+
- Negative prompts and control strength
|
| 11 |
+
- Simple batch mode via JSONL
|
| 12 |
+
- Minimal example inputs
|