From cb501565c2e17f0f1a8635997ca35bb5792f6467 Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Sun, 23 Oct 2022 17:31:41 -0700 Subject: [PATCH] More renaming and changed to links related to the organization, docs and repo names. --- Web_based_UI_for_Stable_Diffusion_colab.ipynb | 4 ++-- configs/webui/webui.yaml | 4 ++-- configs/webui/webui_streamlit.yaml | 6 +++--- docs/1.windows-installation.md | 20 +++++++++---------- docs/2.linux-installation.md | 8 ++++---- docs/3.docker-guide.md | 8 ++++---- docs/4.streamlit-interface.md | 2 +- docs/5.gradio-interface.md | 2 +- docs/6.image_enhancers.md | 6 +++--- docs/7.concepts-library.md | 2 +- docs/8.custom-models.md | 2 +- entrypoint.sh | 2 +- environment.yaml | 2 +- frontend/css/no_progress_bar.css | 2 +- frontend/css/streamlit.main.css | 2 +- frontend/css/styles.css | 2 +- frontend/css_and_js.py | 2 +- frontend/frontend.py | 2 +- frontend/image_metadata.py | 2 +- frontend/job_manager.py | 2 +- frontend/ui_functions.py | 2 +- horde_bridge.cmd | 2 +- horde_bridge.sh | 4 ++-- runpod_entrypoint.sh | 2 +- scripts/APIServer.py | 2 +- scripts/ModelManager.py | 2 +- scripts/Settings.py | 2 +- scripts/diffusers_textual_inversion_2.py | 2 +- scripts/home.py | 2 +- scripts/img2img.py | 2 +- scripts/img2txt.py | 2 +- scripts/imglab.py | 2 +- scripts/modeldownload.py | 2 +- scripts/relauncher.py | 2 +- scripts/sd_concept_library.py | 2 +- scripts/sd_concepts_library_downloader.py | 2 +- scripts/textual_inversion.py | 2 +- scripts/txt2img.py | 2 +- scripts/txt2vid.py | 2 +- scripts/webui.py | 2 +- scripts/webui_streamlit.py | 2 +- webui-streamlit.cmd | 2 +- webui.cmd | 2 +- webui.sh | 2 +- 44 files changed, 66 insertions(+), 66 deletions(-) diff --git a/Web_based_UI_for_Stable_Diffusion_colab.ipynb b/Web_based_UI_for_Stable_Diffusion_colab.ipynb index d8df338..6faf789 100644 --- a/Web_based_UI_for_Stable_Diffusion_colab.ipynb +++ b/Web_based_UI_for_Stable_Diffusion_colab.ipynb @@ -182,13 +182,13 @@ "There is also a separate tab for using RealESRGAN on any picture.\n", "\n", "Download [RealESRGAN_x4plus.pth](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth) and [RealESRGAN_x4plus_anime_6B.pth](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.2.4/RealESRGAN_x4plus_anime_6B.pth).\n", - "Put them into the `stable-diffusion-webui/models/realesrgan` directory. \n", + "Put them into the `sygil-webui/models/realesrgan` directory. \n", "\n", "\n", "\n", "### LSDR\n", "\n", - "Download **LDSR** [project.yaml](https://heibox.uni-heidelberg.de/f/31a76b13ea27482981b4/?dl=1) and [model last.cpkt](https://heibox.uni-heidelberg.de/f/578df07c8fc04ffbadf3/?dl=1). Rename last.ckpt to model.ckpt and place both under `stable-diffusion-webui/models/ldsr/`\n", + "Download **LDSR** [project.yaml](https://heibox.uni-heidelberg.de/f/31a76b13ea27482981b4/?dl=1) and [model last.cpkt](https://heibox.uni-heidelberg.de/f/578df07c8fc04ffbadf3/?dl=1). Rename last.ckpt to model.ckpt and place both under `sygil-webui/models/ldsr/`\n", "\n", "### GoBig, and GoLatent *(Currently on the Gradio version Only)*\n", "\n", diff --git a/configs/webui/webui.yaml b/configs/webui/webui.yaml index 242f273..d99de7e 100644 --- a/configs/webui/webui.yaml +++ b/configs/webui/webui.yaml @@ -1,6 +1,6 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of sygil-webui (https://github.com/Sygil-Dev/sygil-webui/). -# Copyright 2022 sd-webui team. +# Copyright 2022 Sygil-Dev team. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/configs/webui/webui_streamlit.yaml b/configs/webui/webui_streamlit.yaml index 56105af..69b65e1 100644 --- a/configs/webui/webui_streamlit.yaml +++ b/configs/webui/webui_streamlit.yaml @@ -1,6 +1,6 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of sygil-webui (https://github.com/Sygil-Dev/sygil-webui/). -# Copyright 2022 sd-webui team. +# Copyright 2022 Sygil-Dev team. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or @@ -384,7 +384,7 @@ model_manager: files: concept_library: file_name: "" - download_link: "https://github.com/sd-webui/sd-concepts-library" + download_link: "https://github.com/Sygil-Dev/sd-concepts-library" blip_model: model_name: "Blip Model" diff --git a/docs/1.windows-installation.md b/docs/1.windows-installation.md index e9447b0..6b358b7 100644 --- a/docs/1.windows-installation.md +++ b/docs/1.windows-installation.md @@ -44,7 +44,7 @@ along with this program. If not, see . Type `git clone https://github.com/Sygil-Dev/sygil-webui.git` into the prompt. -This will create the `stable-diffusion-webui` directory in your Windows user folder. +This will create the `sygil-webui` directory in your Windows user folder. ![CleanShot 2022-08-31 at 16 31 20@2x](https://user-images.githubusercontent.com/463317/187796462-29e5bafd-bbc1-4a48-adc8-7eccc174cb62.jpg) --- @@ -60,19 +60,19 @@ Once a repo has been cloned, updating it is as easy as typing `git pull` inside * After you have authorized your account, go to this link to download the model weights for version 1.4 of the model, future versions will be released in the same way, and updating them will be a similar process : [https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt) -* Download the model into this directory: `C:\Users\\stable-diffusion-webui\models\ldm\stable-diffusion-v1` +* Download the model into this directory: `C:\Users\\sygil-webui\models\ldm\stable-diffusion-v1` * Rename `sd-v1-4.ckpt` to `model.ckpt` once it is inside the stable-diffusion-v1 folder. -* Since we are already in our stable-diffusion-webui folder in Miniconda, our next step is to create the environment Stable Diffusion needs to work. +* Since we are already in our sygil-webui folder in Miniconda, our next step is to create the environment Stable Diffusion needs to work. -* _(Optional)_ If you already have an environment set up for an installation of Stable Diffusion named ldm open up the `environment.yaml` file in `\stable-diffusion-webui\` change the environment name inside of it from `ldm` to `ldo` +* _(Optional)_ If you already have an environment set up for an installation of Stable Diffusion named ldm open up the `environment.yaml` file in `\sygil-webui\` change the environment name inside of it from `ldm` to `ldo` --- ## First run -* `webui.cmd` at the root folder (`\stable-diffusion-webui\`) is your main script that you'll always run. It has the functions to automatically do the followings: +* `webui.cmd` at the root folder (`\sygil-webui\`) is your main script that you'll always run. It has the functions to automatically do the followings: * Create conda env * Install and update requirements @@ -92,7 +92,7 @@ Once a repo has been cloned, updating it is as easy as typing `git pull` inside * You should be able to see progress in your `webui.cmd` window. The [http://localhost:7860/](http://localhost:7860/) will be automatically updated to show the final image once progress reach 100% -* Images created with the web interface will be saved to `\stable-diffusion-webui\outputs\` in their respective folders alongside `.yaml` text files with all of the details of your prompts for easy referencing later. Images will also be saved with their seed and numbered so that they can be cross referenced with their `.yaml` files easily. +* Images created with the web interface will be saved to `\sygil-webui\outputs\` in their respective folders alongside `.yaml` text files with all of the details of your prompts for easy referencing later. Images will also be saved with their seed and numbered so that they can be cross referenced with their `.yaml` files easily. --- @@ -110,17 +110,17 @@ There are three more models that we need to download in order to get the most ou ### RealESRGAN 1. Download [RealESRGAN_x4plus.pth](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth) and [RealESRGAN_x4plus_anime_6B.pth](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.2.4/RealESRGAN_x4plus_anime_6B.pth). -2. Put them into the `stable-diffusion-webui/models/realesrgan` directory. +2. Put them into the `sygil-webui/models/realesrgan` directory. ### LDSR 1. Detailed instructions [here](https://github.com/Hafiidz/latent-diffusion). Brief instruction as follows. 2. Git clone [Hafiidz/latent-diffusion](https://github.com/Hafiidz/latent-diffusion) into your `/sygil-webui/src/` folder. 3. Run `/sygil-webui/models/ldsr/download_model.bat` to automatically download and rename the models. -4. Wait until it is done and you can confirm by confirming two new files in `stable-diffusion-webui/models/ldsr/` +4. Wait until it is done and you can confirm by confirming two new files in `sygil-webui/models/ldsr/` 5. _(Optional)_ If there are no files there, you can manually download **LDSR** [project.yaml](https://heibox.uni-heidelberg.de/f/31a76b13ea27482981b4/?dl=1) and [model last.cpkt](https://heibox.uni-heidelberg.de/f/578df07c8fc04ffbadf3/?dl=1). -6. Rename last.ckpt to model.ckpt and place both under `stable-diffusion-webui/models/ldsr/`. -7. Refer to [here](https://github.com/Sygil-Dev/stable-diffusion-webui/issues/488) for any issue. +6. Rename last.ckpt to model.ckpt and place both under `sygil-webui/models/ldsr/`. +7. Refer to [here](https://github.com/Sygil-Dev/sygil-webui/issues/488) for any issue. # Credits diff --git a/docs/2.linux-installation.md b/docs/2.linux-installation.md index bd0b8a8..3ac113a 100644 --- a/docs/2.linux-installation.md +++ b/docs/2.linux-installation.md @@ -2,7 +2,7 @@ title: Linux Installation ---