Canvases: usage note
Browse files- workflows/README.md +15 -0
workflows/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Canvases
|
| 2 |
+
|
| 3 |
+
Ready-to-run ComfyUI workflows for this model, from the
|
| 4 |
+
[ComfyUI-JoyLTX25](https://github.com/jlucasmcrell/ComfyUI-JoyLTX25) node pack (v1.2.1).
|
| 5 |
+
|
| 6 |
+
| File | What it does |
|
| 7 |
+
|---|---|
|
| 8 |
+
| `workflows/JoyLTX25_Multishot_PLUS.json` | Multi-shot scene with AV-extend joins - the writer turns a premise into shot prompts, each shot pins the previous tail so picture and voice carry across the joins. |
|
| 9 |
+
| `workflows/JoyLTX25_Take_PLUS.json` | One continuous take. |
|
| 10 |
+
| `workflows/JoyLTX25_Retake_TEST.json` | Redo one time window of a finished clip and keep the rest - picture, sound, or both. |
|
| 11 |
+
|
| 12 |
+
Install the node pack first (ComfyUI Manager, or clone into `custom_nodes/`), then
|
| 13 |
+
drop the model files into `models/` as named by the loaders in the canvas. The canvases
|
| 14 |
+
reference every model by bare filename, so keep them at the top of their model folder
|
| 15 |
+
or use the loader's dropdown to repoint.
|