/
ai-forever
/
diffusers
Обзор
Документация
Войти
/
ai-forever
/
diffusers
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
main
docs/source/_config.py
9 строк
375 B
Patrick von Platen
Add draft for lora text encoder scale (#3626)
07 июн 2023, 00:47
Не верифицирован
07 июн 2023, 00:47
74fd735
Код
Авторство
О чём код?
# 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}]