1 Star 5 Fork 2

stable diffusion webui/lora-scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
秋葉杏 提交于 2023-11-16 23:02 . fix
FROM nvcr.io/nvidia/pytorch:23.07-py3
EXPOSE 28000
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && apt update && apt install python3-tk -y
RUN mkdir /app
WORKDIR /app
RUN git clone --recurse-submodules https://github.com/Akegarasu/lora-scripts
WORKDIR /app/lora-scripts
RUN pip install xformers==0.0.21 --no-deps && pip install -r requirements.txt
WORKDIR /app/lora-scripts/sd-scripts
RUN pip install -r requirements.txt
WORKDIR /app/lora-scripts
CMD ["python", "gui.py", "--listen"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PowerShell
1
https://gitee.com/stable_diffusion/lora-scripts.git
[email protected]:stable_diffusion/lora-scripts.git
stable_diffusion
lora-scripts
lora-scripts
main

搜索帮助