isamu-isozaki / fewshot-textual-inversion-low-memory

Script to train textual inversion model with low memory
MIT License
7 stars 1 forks source link

Install instructions point to wrong git repo and missing albumentations requirement. #1

Closed a1270 closed 2 years ago

a1270 commented 2 years ago

It points to https://github.com/afiaka87/glide-finetune.git instead of https://github.com/isamu-isozaki/fewshot-textual-inversion-low-memory.git.

In order to solve the albumentations requirement i just did a pip install --upgrade albumentations and so good so far.

isamu-isozaki commented 2 years ago

@a1270 Thanks for the issue! Should be fixed now