1
0
Fork 0
ai-doc/src/ComfyUI.tex

30 lines
514 B
TeX

%
% ComfyUI.tex
%
% AI Documentation
%
% Copyright (C) 2022, 2023, Jeff Moe
%
% This document is licensed under the Creative Commons Attribution 4.0
% International Public License (CC BY-SA 4.0) by Jeff Moe.
%
\section{Introduction}
Dump of install notes.
ComfyUI.
First to support Stable Diffusion SDXL 0.9 model.
* https://github.com/comfyanonymous/ComfyUI
\begin{minted}{sh}
git clone https://github.com/comfyanonymous/ComfyUI
cd ComfyUI/
# python foo
source env/bin/activate
python main.py
\end{minted}