Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
shivamshrirao
GitHub Repository: shivamshrirao/diffusers
Path: blob/main/docs/source/_config.py
1448 views
1
# docstyle-ignore
2
INSTALL_CONTENT = """
3
# Diffusers installation
4
! pip install diffusers transformers datasets accelerate
5
# To install from source instead of the last release, comment the command above and uncomment the following one.
6
# ! pip install git+https://github.com/huggingface/diffusers.git
7
"""
8
9
notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}]
10