ahrm
ahrm
Instead of renaming your local files, try changing this line: https://github.com/ahrm/UnstableFusion/blob/91d40dd7a085c8937ef7b7d1478c54ca50a7850d/diffusionserver.py#L34 to this: `"CompVis/stable-diffusion-v1-4",` and see if it helps.
I assume it is a memory error? Maybe try enabling attention slicing and see if it helps: https://github.com/ahrm/UnstableFusion/pull/34/commits/65f95a6baa1d90061ed9cd16cf58e3994c52634b
What is your cuda version?
Pytorch doesn't support `cuda 11.8`, the maximum supported version is `11.6`.
As far as I am aware Mendeley doesn't have a documented way to export annotations so I don't think that is possible.
> I have a (a bit OT) suggest: As @ahrm mentioned in [#29 (comment)](https://github.com/ahrm/sioyek/issues/29#issuecomment-915982417) > > > We also added the ability to import/export your data into a json file...
> @ahrm > Actually, Mendeley provides a REST API. You can easily import all your annotations. (see: https://api.mendeley.com/apidocs/docs). If I am not mistaken they have a Python and Javascript SDKs....
> Doesn't Mendeley actually exports all pdfs with annotations that you made in their reader? You would get the highlights but would lose the annotations I imagine. Yes but those...
Maybe we could do that in the future. As an alternative for now, if you press `:` we show a list of all available commands with the corresponding shortcut on...
I added a script that does that [here](https://github.com/ahrm/sioyek/blob/main/scripts/embed_annotations_in_file.py). You also need to put the [sioyek.py](https://github.com/ahrm/sioyek/blob/main/scripts/sioyek.py) file next to it which provides the utility functions. Here is how to looks: https://user-images.githubusercontent.com/6392321/183625416-774cdae3-2b3d-478a-b86e-6668e247477d.mp4...