Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Inline Studio
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Inline Studio
|
| 6 |
+
|
| 7 |
+
Free, open-source AI filmmaking on a node canvas. Build a whole visual pipeline, from moodboard to final cut, with local diffusion models and hosted models, and train your own LoRAs on the same canvas. Every render is kept as a versioned, non-destructive take.
|
| 8 |
+
|
| 9 |
+
This Hugging Face org holds models and datasets trained with the app.
|
| 10 |
+
|
| 11 |
+
- Website: https://inlinestudio.art
|
| 12 |
+
- App and source: https://github.com/inlineresearch/Inline-Studio
|
| 13 |
+
- Getting started: https://inlinestudio.art/getting-started
|
| 14 |
+
|
| 15 |
+
## What you will find here
|
| 16 |
+
|
| 17 |
+
- **LoRAs** trained in the Inline Studio Trainer tab, ready to drop into the app (or any Krea 2 / Z-Image workflow).
|
| 18 |
+
- **Datasets** used to train them: image and caption pairs you can reuse or learn from.
|
| 19 |
+
|
| 20 |
+
Current releases:
|
| 21 |
+
|
| 22 |
+
- [skin-lora-krea-2-raw](https://huggingface.co/inlineresearch/skin-lora-krea-2-raw) - a photorealistic skin-texture LoRA for Krea 2.
|
| 23 |
+
- [krea2-skin-lora](https://huggingface.co/datasets/inlineresearch/krea2-skin-lora) - the dataset it trained on.
|
| 24 |
+
|
| 25 |
+
## About the app
|
| 26 |
+
|
| 27 |
+
Inline Studio runs as one process on one port: the built-in Inline Core engine serves the web UI and does the generation. Krea 2 and Z-Image run locally on your own GPU from a single model file, LoRA training is a second canvas of nodes (dataset, captioning, training, loss curve), and the finished LoRA drops straight back into the app to generate with.
|
| 28 |
+
|
| 29 |
+
GPL-3.0. Contributions welcome on [GitHub](https://github.com/inlineresearch/Inline-Studio).
|