neuralvfx commited on
Commit
081b83c
·
verified ·
1 Parent(s): 0e3a8d3

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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