From 4411e71be48b2bfc0bc25f67dc21006e48548ef4 Mon Sep 17 00:00:00 2001 From: CGlide Date: Tue, 23 Jun 2026 03:28:32 +0200 Subject: [PATCH] Update README.md --- README.md | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2d5add6..b4159fa 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,25 @@ Hopefully it will make creating cool stuff easier. All of my nodes are created with the help of AI, so there may or may not be redundant, messy code. +**❗❗IMPORTANT❗❗** + + +This is a Modded LTX director node with some extra options to help you create videos with references sheets + +This node uses Ollama Locally : you will need to install it (very lightweight) and + +- In your Ollama model folder run this command to install qwen 3.5 2b q4 (1.9gb) "ollama run huihui_ai/qwen3.5-abliterated:2B" + +- The model won't eat memory while generating since there is an auto clear VRAM when you hit Run or after 5min. + +- You can still enter your description manually if you don't want to install it but it works very well! + +- Both references mode work (fixed), Licon MSR and Ghost Mask. + +- Use their Lora, that is an important step : https://huggingface.co/LiconStudio/LTX-2.3-Multiple-Subject-Reference/tree/main + +- Enjoy! + ## ▶️ YouTube Tutorial Videos @@ -35,28 +54,12 @@ All of my nodes are created with the help of AI, so there may or may not be redu - Navigate to your `/ComfyUI/custom_nodes/ folder` - Delete your old "WhatDreamsCost-ComfyUI" Folder -- Run `git clone -b main_cs https://github.com/CGlide/WhatDreamsCost-ComfyUI.git` +- Run `git clone -b main_cs https://github.com/CGlideWhatDreamsCost-CSGlide +.git` -**❗❗IMPORTANT❗❗** -This is a Modded LTX director node with some extra options to help you create videos with references sheets - -This node uses Ollama Locally : you will need to install it (very lightweight) and - -- In your Ollama model folder run this command to install qwen 3.5 2b q4 (1.9gb) "ollama run huihui_ai/qwen3.5-abliterated:2B" - -- The model won't eat memory while generating since there is an auto clear VRAM when you hit Run or after 5min. - -- You can still enter your description manually if you don't want to install it but it works very well! - -- Both references mode work (fixed), Licon MSR and Ghost Mask. - -- Use their Lora, that is an important step : https://huggingface.co/LiconStudio/LTX-2.3-Multiple-Subject-Reference/tree/main - -- Enjoy! - Capture d'écran 2026-06-13 234036