Google Colab dependencies
Great work and great paper, considering the colab links may I suggest add this to an initial cell in the notebook to fix the dependency issues on colab?
```
import sys
if 'google.colab' in sys.modules:
!pip install diffusers
!git clone https://github.com/SusungHong/SEG-SDXL
%cd SEG-SDXL
```
关闭于 2024-08-23 1 条评论