Gaurav Parmar
Gaurav Parmar
Ah, that is unexpected, maybe you have some network connection issues?
I have not tried using huggingface in offline mode. Maybe this thread might be helpful? https://github.com/huggingface/transformers/issues/11231
I am not sure if this is possible easily as the base models do not support it.
It looks like your machine cannot successfully connect to the huggingface repository. Could you try running these two lines to see if you can download the SD-turbo model successfully? ```...
Hi, I think your training results look worse because of two things: precision="bf16" and batch_size=1. Could you try making the following changes to your setting: -make sure you are using...
We used the midjourney dataset for the paired training. https://github.com/GaParmar/img2img-turbo/issues/8#issuecomment-2024370487
We have not implemented this in this code. Feel free to make a PR if you got around to implementing it! -Gaurav
Hi @anessabiri, Unfortunately @YanivDorGalron is correct, training unpaired models does require more GPU memory.
It is because the Instruct-Pix2pix models is trained on a general image editing dataset, and not specifically on the BDD dataset.
If you are still facing these issues, can you provide some more details about your setup?