66 lines
1.2 KiB
Markdown
66 lines
1.2 KiB
Markdown
# LTX Pipeline State Template
|
||
|
||
Copy this template at the start of any LTX pipeline session. Update as you go.
|
||
|
||
```markdown
|
||
# LTX Video Pipeline — Session State
|
||
|
||
**Date:** YYYY-MM-DD | **Target:** 10.0.0.202 (RTX 4090 24GB)
|
||
|
||
## Current Model Chain
|
||
|
||
```
|
||
UNETLoader (fp8 distilled)
|
||
→ [LoraLoaderModelOnly (Transition) — only if using transitions]
|
||
→ LTX2LoraLoaderAdvanced (Distilled, strength 1.0)
|
||
→ LTX2LoraLoaderAdvanced (ID, strength 1.0)
|
||
→ LTXDirector
|
||
```
|
||
|
||
## Render Settings
|
||
|
||
| Setting | Value |
|
||
|---------|-------|
|
||
| Resolution | 512×512 |
|
||
| FPS | 24 |
|
||
| Duration | 10s per scene |
|
||
| guide_strength | 0.7 |
|
||
| CFG | 1.0 (4.0 for Transition scenes) |
|
||
| Steps | 8 main / 4 guide |
|
||
|
||
## Scene Inventory
|
||
|
||
| # | Prompt Summary | Start Frame | Audio | Output File | Status |
|
||
|---|---------------|-------------|-------|-------------|--------|
|
||
| 1 | | | | | |
|
||
| 2 | | | | | |
|
||
| 3 | | | | | |
|
||
| 4 | | | | | |
|
||
| 5 | | | | | |
|
||
| 6 | | | | | |
|
||
|
||
## Queue Status
|
||
|
||
- Running:
|
||
- Pending:
|
||
- GPU:
|
||
|
||
## Outputs
|
||
|
||
| File | Scene | Duration | Size |
|
||
|------|-------|----------|------|
|
||
| | | | |
|
||
|
||
## Issues Found
|
||
|
||
| Symptom | Cause | Fix Applied |
|
||
|---------|-------|-------------|
|
||
| | | |
|
||
|
||
## Next Steps
|
||
|
||
1.
|
||
2.
|
||
3.
|
||
```
|