Closed ymlab closed 2 months ago
@kadirnar Hi, have you successfully trained the controlnet for flux?
@kadirnar Hi, have you successfully trained the controlnet for flux?
yes
@kadirnar Hi! Thanks for your answer. Could you please provide some demo codes about the data loader of this example dataset https://huggingface.co/datasets/kadirnar/fluxdev_controlnet_16k?
Oh! I figured it out!
Just the one-line code:
from datasets import load_dataset
ds = load_dataset("kadirnar/fluxdev_controlnet_16k")
@kadirnar Hi, have you successfully trained the controlnet for flux?
yes
Hi, how many samples did you use to train a controlnet and can you mention about your compute-time resources?
@kadirnar Hi, have you successfully trained the controlnet for flux?
yes
Hi, how many samples did you use to train a controlnet and can you mention about your compute-time resources?
Yes, I trained it. However, it doesn't support multi-GPU. Therefore, I couldn't train it with a large dataset. That's why the results are not good.
@kadirnar can you mention about the number of samples and compute device - time which fails in your case, I want to compare it with mine and estimate if I can scale it or not.
@kadirnar can you mention about the number of samples and compute device - time which fails in your case, I want to compare it with mine and estimate if I can scale it or not.
I think they have added multi-GPU support to the diffusers library.
Do you remember how many iteration did you train it :)
Is there a detailed description?