|
|
venv "D:\stable-diffusion-webui-directml\venv\Scripts\Python.exe"9 e! t3 u4 M/ u
fatal: No names found, cannot describe anything.
+ f C* u- r: L$ t9 q5 u' ^0 NPython 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]! B1 J8 d7 t! D' R
Version: <none>
/ ?9 F6 |' O" u8 [$ ~4 U' V6 `Commit hash: ebf229bd1727a0f8f0d149829ce82e2012ba7318 v% ]2 d1 o1 s- o S: o
Installing requirements% y5 @; L* u% O: w& a5 r+ @
Launching Web UI with arguments: --autolaunch
* o# }2 P' c4 \7 A6 ]/ QNo module 'xformers'. Proceeding without it.9 { `9 Z% c$ F% @2 R( v+ H
Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled
2 i. r3 ~9 i8 Q2 E5 A, `Loading weights [fc2511737a] from D:\stable-diffusion-webui-directml\models\Stable-diffusion\chilloutmix_NiPrunedFp32Fix.safetensors
( j6 _8 u6 ~7 r( ?Creating model from config: D:\stable-diffusion-webui-directml\configs\v1-inference.yaml) Z3 Q9 ?5 k" E/ i, D$ D% p
LatentDiffusion: Running in eps-prediction mode( o$ z3 U( h8 \% i* V S
Running on local URL: http://127.0.0.1:7860
+ [& \# `0 ^% [$ ?% i+ D
& ]7 x3 ?4 y5 {1 G) T6 G* ]To create a public link, set `share=True` in `launch()`.
. d7 F9 z9 n% S! {DiffusionWrapper has 859.52 M params.8 F6 M) o0 Y: h
Startup time: 15.1s (import torch: 3.6s, import gradio: 2.8s, import ldm: 1.0s, other imports: 4.4s, setup codeformer: 0.1s, load scripts: 1.7s, create ui: 0.7s, gradio launch: 0.7s).
2 }, p, v& z' N" GLoading VAE weights found near the checkpoint: D:\stable-diffusion-webui-directml\models\VAE\chilloutmix_NiPrunedFp32Fix.vae.ckpt
( n4 j# d, v7 c+ A' D& m- e rApplying optimization: InvokeAI... done.: [1 q2 N* z- R1 I" @# D( n
Textual inversion embeddings loaded(0):
; I! K! p. { r9 u) T! C) K2 rModel loaded in 5.6s (load weights from disk: 1.1s, create model: 0.8s, apply weights to model: 0.9s, apply half(): 0.5s, load VAE: 0.6s, move model to device: 1.5s).
6 C9 z" M: }2 x ! c/ [+ M+ H, y
version: • python: 3.10.6 • torch: 2.0.0+cpu • xformers: N/A • gradio: 3.31.0 • checkpoint: fc2511737a5 G' _( J$ N" W V* y! w: E2 Y7 j
- y# p* y3 Q$ |! k### Installation on Windows 10/11 with NVidia-GPUs using release package
7 ?: a1 @4 O* q& M" g9 x ]2 F1 [( J0 K/ D8 P) M
1. Download `sd.webui.zip` from [v1.0.0-pre](https://github.com/AUTOMATIC1111 ... ases/tag/v1.0.0-pre) and extract it's contents.1 X6 S: N# q- `$ Y
2. Run `update.bat`.
/ w% s% p5 H5 H* i4 ?3. Run `run.bat`.% j" \, X# \. o5 `
> For more details see [Install-and-Run-on-NVidia-GPUs](https://github.com/AUTOMATIC1111 ... -Run-on-NVidia-GPUs). v0 b& d9 k3 o$ z
# u2 [/ O- [# F( p
### Automatic Installation on Windows
; q, f, z% T9 @5 W. H: i* p% n1 e4 }+ R, ?" B3 `% {
1. Install [Python 3.10.6](https://www.python.org/downloads/release/python-3106/) (Newer version of Python does not support torch), checking "Add Python to PATH".* O( e& ?8 p$ ~3 a1 T) w- j
2. Install [git](https://git-scm.com/download/win).9 ~4 c' f% {( p6 ~
3. Download the stable-diffusion-webui-directml repository, for example by running `git clone https://github.com/lshqqytiger/s ... ebui-directml.git`.6 \* X3 |7 u/ O2 \5 d) [" m5 H7 L1 P
4. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
. \/ F. t7 ?2 x$ g2 W% N, m* _; ]- l3 P! Y" `- G
### Automatic Installation on Linux
7 \- p, h) N) G u' v; x3 {
+ {/ V8 ]9 g# O1. Install the dependencies:
- U, U; L* L0 @+ }, y
3 ] y' S- e' y! T' z```bash, O0 G& r* c. N: S V- j: x2 O( _
# Debian-based:* Y8 T* L" L8 [2 }
sudo apt install wget git python3 python3-venv8 O, W O+ i; O& f* K
# Red Hat-based:
) I3 m6 }9 O3 j$ {, K% t3 vsudo dnf install wget git python38 n* J. f# V5 C
# Arch-based: J! V4 @3 f# L8 V! H+ S! _, K
sudo pacman -S wget git python3, m- N" ~; n6 Y. ] [5 |% {2 j
```
- L; ?6 I4 C u* O1 J4 `5 W) l( |8 Z" g' @9 }) ~, R$ a' k4 N
2. Navigate to the directory you would like the webui to be installed and execute the following command:
1 A5 a) y) ^ l( w2 D: @$ \0 g9 B" f: J
```bash1 k* b& v6 N8 Y
bash <(wget -qO- https://raw.githubusercontent.co ... bui/master/webui.sh)3 d" x& y5 ~1 O; G8 a; @# F! a [
```2 j' x4 _3 S8 u
5 U+ A! R/ H& M g
3. Run `webui.sh`.8 d. b! E8 r# I/ p4 t o
4. Check `webui-user.sh` for options.
$ M+ x- V1 Z/ C1 R* k6 o. Z( R: ]# q W8 k! M1 b
### Installation on Apple Silicon
* o4 R4 E L8 K, k# L5 e
* ^( D0 l ^4 E$ Z5 }" R) IFind the instructions [here](https://github.com/AUTOMATIC1111 ... on-on-Apple-Silicon).
" p3 m6 b( [3 e/ q0 j; {5 d: n4 ]+ ^! @# [
## Contributing5 C, g' G$ d; J
S7 W3 I! K5 [% ?1 x( D3 B
Here's how to add code to this repo: [Contributing](https://github.com/AUTOMATIC1111 ... i/wiki/Contributing)( N+ U1 A6 Z" ]* r. j
: D$ H; i# P, U! a9 ?## Documentation( ?% a B; c+ s* K. T
1 m7 T" o& J7 q, O$ E' [The documentation was moved from this README over to the project's [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki).% V+ e% d, s; Y# s4 I
/ t. _/ I& e, K: z' j, V## Credits' {6 L9 l2 s- I2 a* S9 J
6 D: ^9 f; b8 Q3 u- X. G/ f
Licenses for borrowed code can be found in `Settings -> Licenses` screen, and also in `html/licenses.html` file.
2 r7 C9 J3 b+ O7 y# n! f
) j7 m8 T6 n Y b9 m/ a+ J- Stable Diffusion - https://github.com/CompVis/stable-diffusion, https://github.com/CompVis/taming-transformers0 _+ C% [0 z- e2 O' M% s' B1 e6 C
- k-diffusion - https://github.com/crowsonkb/k-diffusion.git% f% C" z/ P% \: N3 y5 O* L' z$ C% v
- GFPGAN - https://github.com/TencentARC/GFPGAN.git7 b3 |& ?, Y0 `3 K
- CodeFormer - https://github.com/sczhou/CodeFormer3 `1 K7 V1 a X& [- @( O
- ESRGAN - https://github.com/xinntao/ESRGAN
) f' _% E; w! v: p* H- SwinIR - https://github.com/JingyunLiang/SwinIR
/ h- v4 o$ ?: v- Swin2SR - https://github.com/mv-lab/swin2sr4 t7 ~+ V- S$ Y6 J( N- q
- LDSR - https://github.com/Hafiidz/latent-diffusion
" ^0 w3 s Z. e3 H6 p, i- MiDaS - https://github.com/isl-org/MiDaS0 K) T' w' Q- i- ^4 I) m- v( E! a' s
- Ideas for optimizations - https://github.com/basujindal/stable-diffusion# {* P3 O+ X2 z- i7 q: ^* @
- Cross Attention layer optimization - Doggettx - https://github.com/Doggettx/stable-diffusion, original idea for prompt editing.
- a; F. ^1 V% W. z \- ~( f- Cross Attention layer optimization - InvokeAI, lstein - https://github.com/invoke-ai/InvokeAI (originally http://github.com/lstein/stable-diffusion)- w% M8 Q/ w( r! _+ G
- Sub-quadratic Cross Attention layer optimization - Alex Birch (https://github.com/Birch-san/diffusers/pull/1), Amin Rezaei (https://github.com/AminRezaei0x443/memory-efficient-attention)
0 S4 t) e5 @& a+ W$ ]2 L- Textual Inversion - Rinon Gal - https://github.com/rinongal/textual_inversion (we're not using his code, but we are using his ideas).
3 [4 G' _( a6 \. J+ D- Idea for SD upscale - https://github.com/jquesnelle/txt2imghd4 R3 s8 x& K3 h& N, X& C! I! L
- Noise generation for outpainting mk2 - https://github.com/parlance-zz/g-diffuser-bot3 T0 h0 ]+ K" o x- j; d
- CLIP interrogator idea and borrowing some code - https://github.com/pharmapsychotic/clip-interrogator
5 ]; [3 m5 s8 X! r+ \' o- Idea for Composable Diffusion - https://github.com/energy-based- ... sion-Models-PyTorch$ q( x: N4 g4 K u
- xformers - https://github.com/facebookresearch/xformers3 V; N1 r/ c9 R: x
- DeepDanbooru - interrogator for anime diffusers https://github.com/KichangKim/DeepDanbooru
: x$ c5 C$ Z2 ]/ w/ z- Sampling in float32 precision from a float16 UNet - marunine for the idea, Birch-san for the example Diffusers implementation (https://github.com/Birch-san/diffusers-play/tree/92feee6)
: s. ]: w& \0 R0 o0 z- Instruct pix2pix - Tim Brooks (star), Aleksander Holynski (star), Alexei A. Efros (no star) - https://github.com/timothybrooks/instruct-pix2pix
3 s7 Y) s, R8 ~* J, S- Security advice - RyotaK
^ A* e4 R2 X0 f" D0 U- UniPC sampler - Wenliang Zhao - https://github.com/wl-zhao/UniPC
$ ?/ n& J, x' ]( Z, B7 F# D- TAESD - Ollin Boer Bohan - https://github.com/madebyollin/taesd" M$ b$ v2 L) I
- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.. V- _. S( A* s8 Y$ _
- Olive - https://github.com/microsoft/Olive$ ]+ F2 w5 ~9 E3 Z3 I" @6 R
- (You)* ]; c% o! c! y7 S
$ S3 `. j! a8 c& Y: d7 } H( A- N/ F7 m* Y# f9 q
https://cloud.189.cn/t/FvqQbeZfYrui (访问码:9ur0)
必先安装运行环境:(安装包在网盘根目录下) 1.Git-2.41.0-64-bit 2.python-3.10.6-amd64,注意安装时选中安装"Add Python to PATH" 3.启动器运行依赖。net-dotnet-6.0.11 以上运行环境安装完毕后,打开根目录"webui-user.bat"等待数秒即可打开stable-diffusion-webui,若然是系统自带IE浏览器打开的话,需要手动指定版本更高的Edge进入地址:http://127.0.0.1:7860 |
|