hollowstrawberry / kohya-colab

Accessible Google Colab notebooks for Stable Diffusion Lora training, based on the work of kohya-ss and Linaqruf
GNU General Public License v3.0
617 stars 93 forks source link

Someone else can setting up blip and tagger missing linaqruf/lora trainer 1.5version method? #226

Closed gcoox closed 1 month ago

gcoox commented 1 month ago

any hero can settle this?

upright2003 commented 1 month ago

Give it a try https://colab.research.google.com/drive/1SOoYachQhOKgbq3hSmZYu4z36FQdmktO?usp=sharing

gcoox commented 1 month ago

Give it a try https://colab.research.google.com/drive/1SOoYachQhOKgbq3hSmZYu4z36FQdmktO?usp=sharing

ok i have a try,but when i starting blip caption steps the execute cell come out this errors Traceback (most recent call last): File "/content/kohya-trainer/finetune/make_captions.py", line 20, in from blip.blip import blip_decoder, is_url File "/content/kohya-trainer/finetune/blip/blip.py", line 13, in from blip.vit import VisionTransformer, interpolate_pos_embed File "/content/kohya-trainer/finetune/blip/vit.py", line 16, in from timm.models.vision_transformer import _cfg, PatchEmbed ModuleNotFoundError: No module named 'timm'

upright2003 commented 1 month ago

I did not use the 4.2.1 BLIP Captioning step, How do you use the training steps? My steps are 1.1> 2.2>2.3>3.1> 4.3>4.4> 5.1>5.2>5.3>5.4>5.5 What object are you training on? Custom Model?

gcoox commented 1 month ago

I did not use the 4.2.1 BLIP Captioning step, How do you use the training steps? My steps are 1.1> 2.2>2.3>3.1> 4.3>4.4> 5.1>5.2>5.3>5.4>5.5 What object are you training on? Custom Model?

yes,i have using custom model to change the model type,is that the reason of error?

upright2003 commented 1 month ago

Not sure about your situation, or can you post a notebook link? Training data? custom model link, and steps, or operation video?

hollowstrawberry commented 1 month ago

The taggers should be fixed now. Continue discussion in #216

gcoox commented 1 month ago

Not sure about your situation, or can you post a notebook link? Training data? custom model link, and steps, or operation video?

nvm,host has been fix it,but anyway tq for you help with it ,very very much

gcoox commented 1 month ago

The taggers should be fixed now. Continue discussion in #216

Okay tq >.<