cocktailpeanut / fluxgym

Dead simple FLUX LoRA training UI with LOW VRAM support
1.16k stars 94 forks source link

no samples #157

Open KeeeeperOfTheLight opened 1 month ago

KeeeeperOfTheLight commented 1 month ago

hello guys!

i installed fluxgym from scratch and i got the same error but instead of "can't find samples folder" error i got "no samples" error.

Fluxgym s

every time i solve something i get another one so can anyone help me please to just run it without those errors pfffff.

what fluxgym is doing to me

another-one

cocktailpeanut commented 4 weeks ago

That's not an error. it simply is saying you didn't set the samples setting. Check if the safetensors files and readme files were correctly created. They should have.

If you want to auto-generate samples while training, set the sample image every n steps as well as the sample image prompts fields

KeeeeperOfTheLight commented 4 weeks ago

That's not an error. it simply is saying you didn't set the samples setting. Check if the safetensors files and readme files were correctly created. They should have.

If you want to auto-generate samples while training, set the sample image every n steps as well as the sample image prompts fields

thank you for answering me sir i appreciated. here is everything tell me what is wrong please.

Fluxgym a Fluxgym b Fluxgym d Fluxgym e Fluxgym s

mostfurious commented 3 weeks ago

Same here... i very quickly get this error too and it does not move any further. Maybe you have found a solution ?

KeeeeperOfTheLight commented 3 weeks ago

Same here... i very quickly get this error too and it does not move any further. Maybe you have found a solution ?

sorry dude i found nothing, still w8ing for him to talk back.

mostfurious commented 3 weeks ago

Sort of gave up and used pinocio to install fluxgym. It added like additional ~30GB and installed a ton of crap that i never used.. like VS, but now its working. Github version size ~30GB. Pinocio 57.4GB

KeeeeperOfTheLight commented 3 weeks ago

Sort of gave up and used pinocio to install fluxgym. It added like additional ~30GB and installed a ton of crap that i never used.. like VS, but now its working. Github version size ~30GB. Pinocio 57.4GB

Pinocio downloaded all the 57Gb in the same pinocio folder ? or some files ara downloaded in c partition ? Cuz I have no space left in c partition

mostfurious commented 3 weeks ago

57GB in pinocio and i think ~3GB alone for vscode in C, plus CUDA toolkit and some other stuff, i think they were to C as well. But pinocio dir that i have in D drive is 57.4GB

KeeeeperOfTheLight commented 3 weeks ago

57GB in pinocio and i think ~3GB alone for vscode in C, plus CUDA toolkit and some other stuff, i think they were to C as well. But pinocio dir that i have in D drive is 57.4GB

Thank you bro for telling me. Good luck and have fun. ❤️

KeeeeperOfTheLight commented 3 weeks ago

i used pinokio and it's the same, any help from anyone i'll be much appreciate it, i did the same settings as above.

Fluxgym Pin

obab30 commented 3 weeks ago

I have the same issue saying "no samples" with fresh installation (manually) of FluxGym.

KeeeeperOfTheLight commented 3 weeks ago

I have the same issue saying "no samples" with fresh installation (manually) of FluxGym.

trust me installing it manually or by pinokio you'll get the same error i don't think it's working for anybody, this issue only the owner can fix it. so don't bother yourself i tried everything nothing works, when the owner is ready he will fix it i think.

dohtishshit commented 3 weeks ago

yes i too am having this error its incredibly frustrating both manual and pinokio gives same error owner said earlier in this thread that its not an error, but he should look at it again because its 100% an error I played with every setting doesnt matter same error

KeeeeperOfTheLight commented 3 weeks ago

yes i too am having this error its incredibly frustrating both manual and pinokio gives same error owner said earlier in this thread that its not an error, but he should look at it again because its 100% an error I played with every setting doesnt matter same error

yup, i'm still w8ing for him to answer i hope he does.

obab30 commented 3 weeks ago

Okay I fixed the issue for me. I ran the training command in my terminal and it stuck saying that there is a problem with the charset in the caption of one file. One image caption contained a non utf8 symbol. I removed it manually from the txt file and now it works as expected.

Maybe this fixes the issue for you too. Try to look for unusual characters (e.g. öäü) in your captions and remove them.

KeeeeperOfTheLight commented 3 weeks ago

Okay I fixed the issue for me. I ran the training command in my terminal and it stuck saying that there is a problem with the charset in the caption of one file. One image caption contained a non utf8 symbol. I removed it manually from the txt file and now it works as expected.

Maybe this fixes the issue for you too. Try to look for unusual characters (e.g. öäü) in your captions and remove them.

Good for you, thank you I'll give it a try no problem, but I remember that I tried without any captions and I got the same error 😔. So I'll give it a try and I'll put another comment to share the issue with the guys.

stchebo commented 2 weeks ago

Hey, everybody. Same error. No samples. Installed through Pinokio. I will be glad if someone can solve this problem. Thanks

cherrycake1030 commented 2 weeks ago

I have also encountered such a problem. I tried closing the program and reopening it, or turning on subtitles or not. With the same picture and the same parameters, sometimes it works for me and sometimes it doesn't. I don't know the reason.

omceone commented 1 week ago

ну че, кто то разобрался с этой проблемой?

Balalikein commented 4 days ago

Fixed?

giilour commented 3 days ago

Did an install on Ubuntu today and I'm getting the "no samples" error. tried all the fixes here and still no good. It does say that "training complete, check the outputs from lora folder" - it creates a folder but only contains a couple of small files.

obab30 commented 3 days ago

Okay just for clarification: "no samples" is not really an error. When something (this could be anything) goes wrong during training it would not show an error but end the training with "no samples". So what can you do to find your specific error? You Can start Training as usual. Then go to the Terminal and look for the training call. This is usually a long line with lots of parameters. You can copy this line and execute it manually in the terminal. Then you will most likely get your error. This way i found my issue.