From 8214447bba060940ec7786c14765a790c70c7617 Mon Sep 17 00:00:00 2001 From: Bernard Maltais Date: Fri, 9 Sep 2022 15:33:27 -0400 Subject: Add config and instructions for WSL2 setup --- .gitignore copy | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore copy (limited to '.gitignore copy') diff --git a/.gitignore copy b/.gitignore copy new file mode 100644 index 00000000..1bcea251 --- /dev/null +++ b/.gitignore copy @@ -0,0 +1,14 @@ +__pycache__ +/ESRGAN +/repositories +/venv +/tmp +/model.ckpt +/GFPGANv1.3.pth +/ui-config.json +/outputs +/config.json +/log +/webui.settings.bat +/embeddings +/latent_diffusion.egg-info \ No newline at end of file -- cgit v1.2.3