Closed a1270 closed 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.
https://github.com/afiaka87/glide-finetune.git
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.
pip install --upgrade albumentations
@a1270 Thanks for the issue! Should be fixed now
It points to
https://github.com/afiaka87/glide-finetune.git
instead ofhttps://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.