Ho to run at google colab?
#9
by
lgmc
- opened
I am trying to get repo working in google colab but I am getting some failures from colab console:
While this line is executing
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
This error is returned:
UnpicklingError: invalid load key, 'v'.
Also an os error
OSError: You seem to have cloned a repository without having git-lfs installed. Please install git-lfs and run `git
lfs install` followed by `git lfs pull` in the folder you cloned.
Also I try it locally but get same error