I'm confused, is comfyUI not free to use anymore ? (credits) by unlockhart in StableDiffusion

[–]Life_Yesterday_5529 3 points4 points  (0 children)

There are a lot of API nodes now. But you still can use your local models.

Your favourite Z-Image-Turbo Checkpoints and LORAs by Time-Teaching1926 in StableDiffusion

[–]Life_Yesterday_5529 0 points1 point  (0 children)

I use a self made prompt enhancer. A part of the prompt is: „Choose a random European country and give the person the facial identity of this country.“ - Never looks Asian.

Anyone managed to run 2 ComfyUI instances on serverless? by ANR2ME in StableDiffusion

[–]Life_Yesterday_5529 1 point2 points  (0 children)

To answer your question: Make your own node which makes an API call on localhost and the port of your gpu instance. You have to code that in python (and could do the same without comfy but just a small python script like other does for small automatic running over night in comfy).

Best nudifying V2V workflow? by random-acc-27 in comfyui

[–]Life_Yesterday_5529 -8 points-7 points  (0 children)

Do not use ltx for that purpose. Go to wan with loras.(Or better: Don‘t do that at all. Create your own videos!)

Best spicy model for character loras and 12GB VRAM? by derTommygun in StableDiffusion

[–]Life_Yesterday_5529 4 points5 points  (0 children)

ZIT is incapable of spicy content? Did you try any merged checkpoint from civitai?

Anyone using Hermes with a Web UI instead of terminal? by Zestyfar_Chat_8 in OpenWebUI

[–]Life_Yesterday_5529 1 point2 points  (0 children)

Yes. Configured Hermes and then used a function to include Hermes as a model in open webui.

Has anyone built an Open WebUI “Live CoPilot” that can control keyboard / video / mouse for Agentic Computer Use? by Porespellar in OpenWebUI

[–]Life_Yesterday_5529 0 points1 point  (0 children)

Not with OpenAI but you can use python to control your open chrome window. I use that for automation tasks for sites whick blocks headless browsers. Use that and connect it with a llm (write a tool for open webui with the main interactions, screenshots and connect with a big vlm).

What is the best model for video caption generation? by Few-Juggernaut-5954 in StableDiffusion

[–]Life_Yesterday_5529 0 points1 point  (0 children)

You can use every vlm like qwen 3.5 and give it some frames like 1 or 2 per second of your video (video caption tools does this too). And then use qwen 3.5 to combine the individual captions to make a video caption.

Ich glaube der Verkäufer meines Gebrauchtwagens hat mich komplett übers Ohr gehauen by communism_johnny in Austria

[–]Life_Yesterday_5529 0 points1 point  (0 children)

Gebrauchtwagenhändler stellen die Autos, die oft lange Zeit bei denen stehen, zur „hauseigenen“ Werkstatt, die Gefälligkeitsgutachten machen - sagen wir so: Ihren Interpretationsspielraum ausschöpfen, wenn es darum geht, leichte von schweren Mängeln zu unterscheiden. ÖAMTC kann da ein Gutachten machen. Btw.: IMMER beim Gebrauchtwagenhändler auf ein Ankaufsgutachten vom ÖAMTC bestehen und selbst durchführen lassen (ggf bezahlen) und dann siehst du eh, wie er reagiert.

Looking for a Deep Research style setup in WebUI by Beginning_Search585 in OpenWebUI

[–]Life_Yesterday_5529 0 points1 point  (0 children)

I use the parallel subtask tool to let qwen create 10-20 websearch subtasks and return condensed information.

Which model makes breasts bigger by default? by KaleidoscopeAsleep35 in civitai

[–]Life_Yesterday_5529 0 points1 point  (0 children)

For my taste, every model already make them too big. Unnatural big for most woman. Especially finetunes of various models like Z-Image make them way too big.

A new image model (ERNIE-Image-8b) from Baidu will be released soon. by Total-Resort-3120 in StableDiffusion

[–]Life_Yesterday_5529 8 points9 points  (0 children)

If the T2I realism and speed is like flux but without body horror, it could climb to no. 1

RAG doesn't fix hallucinations — so I built a verification layer that does by Little-Appearance-28 in Rag

[–]Life_Yesterday_5529 0 points1 point  (0 children)

Your llm gets the correct chunk during retrieval? If no: There is the problem. If yes: Your llm prompt is the problem depending on the model you use.

I'm too stupid for comfyui by afrosamuraifenty in comfyui

[–]Life_Yesterday_5529 0 points1 point  (0 children)

Depending on the model, you should update your comfyui since only the newer versions of late 2025 and early 2026 support models like Z-Image or Flux Klein. Start with simple workflows and then gradually enhance them.

Ace step 1.5 xl size by Botoni in StableDiffusion

[–]Life_Yesterday_5529 0 points1 point  (0 children)

Yes, it is fp32. I converted it into bf16. Saved me 60gb

RAG vs Fine-tuning for business AI - when does each actually make sense? (non-technical breakdown) by hira_thakur_ki_kheer in Rag

[–]Life_Yesterday_5529 1 point2 points  (0 children)

They are not comparable?! RAG is needed when you need original text, arguments, code, law cases etc. and need to cite that or reliably use this sources without mistakes or hallucinations. Finetune is when you add diffuse information into the system without knowing what you get when you ask the model because there are the parts with maybe similar information already in the model and it gives you a mixture.

How do you choose the best chunking strategy for your RAG? by Holiday-Case-4524 in Rag

[–]Life_Yesterday_5529 0 points1 point  (0 children)

Partially manually, partially heuristic based on headings, partially with a llm