Skip to content

Conversation

KohakuBlueleaf
Copy link
Contributor

This pull request suggest a new implementation of the training loop in lora training node.

Basically we follow the idea of what sampler for, we move the training loop from training node to train sampler to allow the resource management around the sampler only execute once. Which means we can save tons of time for setting up the sampler/guider.

This implementation can significantly improve the training speed for about 30~50%. depends on hardware and args.

@comfyanonymous comfyanonymous merged commit 1205afc into comfyanonymous:master Jul 9, 2025
5 checks passed
@CreatoonForge
Copy link

@KohakuBlueleaf Train-LoRA supports training for FLUX and SDXL. Are there any plans to support LoRA training for HiDream or other models as well?

@KohakuBlueleaf
Copy link
Contributor Author

@KohakuBlueleaf Train-LoRA supports training for FLUX and SDXL. Are there any plans to support LoRA training for HiDream or other models as well?

In theory any supportef model in comfy should be trainable

@CreatoonForge
Copy link

@KohakuBlueleaf Train-LoRA supports training for FLUX and SDXL. Are there any plans to support LoRA training for HiDream or other models as well?

In theory any supportef model in comfy should be trainable

I tried training with HiDream, but it failed. So I assumed it wasn’t supported and stopped there. :(

@KohakuBlueleaf
Copy link
Contributor Author

@KohakuBlueleaf Train-LoRA supports training for FLUX and SDXL. Are there any plans to support LoRA training for HiDream or other models as well?

In theory any supportef model in comfy should be trainable

I tried training with HiDream, but it failed. So I assumed it wasn’t supported and stopped there. :(

I will check the details,
But you can assume only successed model are supported currently

Lora training node is basically in alpha, not even beta.

There are no clear plan now for model coverage or specific features.

I need to make it work (on at least one model) smoothly first

rakki194 pushed a commit to rakki194/ComfyUI that referenced this pull request Jul 21, 2025
Vander-Bilt pushed a commit to Vander-Bilt/ComfyUI that referenced this pull request Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants