"PyTorch/Compute-Vision/vscode:/vscode.git/clone" did not exist on "9086775fb297a87cdd269aef7c8f553223ab032e"
_config.py 374 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
# docstyle-ignore
INSTALL_CONTENT = """
# Diffusers installation
! pip install diffusers transformers datasets accelerate
# To install from source instead of the last release, comment the command above and uncomment the following one.
# ! pip install git+https://github.com/huggingface/diffusers.git
"""

notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}]