ITADN

Google Colab dependencies

#1ClosedOutofAi 创建于 2024-08-21
O
OutofAicommented
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 条评论