Comment on Mistral releases Pixtral 12B, its first multimodal modelparentComments−wruza1yYeah, blip mostly ignores prompt too. I tried to disassemble it and feed my prompts, to no avail. Although I found that default kohya gui arguments are not even remotely the best. Here's my args: finetune/make_captions.py ... \ --num_beams=12 \ --top_p=0.9 \ --max_length=75 \ --min_length=24 \ --beam_search \ ... With this, it's very often that I just take its caption as is, or add little.TagGuiOh, interesting, thanks!
Comments
Yeah, blip mostly ignores prompt too. I tried to disassemble it and feed my prompts, to no avail. Although I found that default kohya gui arguments are not even remotely the best. Here's my args:
With this, it's very often that I just take its caption as is, or add little.TagGui
Oh, interesting, thanks!