diff --git a/Web_based_UI_for_Stable_Diffusion_colab.ipynb b/Web_based_UI_for_Stable_Diffusion_colab.ipynb index ae5803c..147dd62 100644 --- a/Web_based_UI_for_Stable_Diffusion_colab.ipynb +++ b/Web_based_UI_for_Stable_Diffusion_colab.ipynb @@ -23,7 +23,7 @@ { "cell_type": "markdown", "source": [ - "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/sd-webui/stable-diffusion-webui/blob/dev/Web_based_UI_for_Stable_Diffusion_colab.ipynb)" + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Sygil-Dev/sygil-webui/blob/dev/Web_based_UI_for_Stable_Diffusion_colab.ipynb)" ], "metadata": { "id": "S5RoIM-5IPZJ" @@ -54,7 +54,7 @@ "\n", "### Want to ask a question or request a feature?\n", "\n", - "Come to our [Discord Server](https://discord.gg/gyXNe4NySY) or use [Discussions](https://github.com/sd-webui/stable-diffusion-webui/discussions).\n", + "Come to our [Discord Server](https://discord.gg/gyXNe4NySY) or use [Discussions](https://github.com/Sygil-Dev/sygil-webui/discussions).\n", "\n", "## Documentation\n", "\n", @@ -303,7 +303,7 @@ { "cell_type": "code", "source": [ - "!git clone https://github.com/sd-webui/stable-diffusion-webui.git\n", + "!git clone https://github.com/Sygil-Dev/sygil-webui.git\n", "%cd /content/stable-diffusion-webui/\n", "!git checkout dev\n", "!git pull\n", diff --git a/runpod_entrypoint.sh b/runpod_entrypoint.sh index 943306a..67bf37f 100644 --- a/runpod_entrypoint.sh +++ b/runpod_entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/APIServer.py b/scripts/APIServer.py index a4506ac..05a7946 100644 --- a/scripts/APIServer.py +++ b/scripts/APIServer.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/ModelManager.py b/scripts/ModelManager.py index 7391b90..5b8f803 100644 --- a/scripts/ModelManager.py +++ b/scripts/ModelManager.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/Settings.py b/scripts/Settings.py index 3c79b41..f54dcde 100644 --- a/scripts/Settings.py +++ b/scripts/Settings.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/diffusers_textual_inversion_2.py b/scripts/diffusers_textual_inversion_2.py index 62bd8c1..9bb1ac2 100644 --- a/scripts/diffusers_textual_inversion_2.py +++ b/scripts/diffusers_textual_inversion_2.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/home.py b/scripts/home.py index 2234d1a..aa062c9 100644 --- a/scripts/home.py +++ b/scripts/home.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/img2img.py b/scripts/img2img.py index 2292112..d1202c1 100644 --- a/scripts/img2img.py +++ b/scripts/img2img.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/img2txt.py b/scripts/img2txt.py index 6fd51f4..7494cf1 100644 --- a/scripts/img2txt.py +++ b/scripts/img2txt.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/imglab.py b/scripts/imglab.py index 5e8b550..c331e01 100644 --- a/scripts/imglab.py +++ b/scripts/imglab.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/modeldownload.py b/scripts/modeldownload.py index acaa1d3..fc98e8e 100644 --- a/scripts/modeldownload.py +++ b/scripts/modeldownload.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/relauncher.py b/scripts/relauncher.py index e56cde9..2cd88ce 100644 --- a/scripts/relauncher.py +++ b/scripts/relauncher.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/sd_concept_library.py b/scripts/sd_concept_library.py index 26a4fe9..1b9fcee 100644 --- a/scripts/sd_concept_library.py +++ b/scripts/sd_concept_library.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/sd_concepts_library_downloader.py b/scripts/sd_concepts_library_downloader.py index 9edea98..01feb03 100644 --- a/scripts/sd_concepts_library_downloader.py +++ b/scripts/sd_concepts_library_downloader.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/sd_utils.py b/scripts/sd_utils.py index e6dcda6..0d46f1c 100644 --- a/scripts/sd_utils.py +++ b/scripts/sd_utils.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/textual_inversion.py b/scripts/textual_inversion.py index c8ac20a..3261080 100644 --- a/scripts/textual_inversion.py +++ b/scripts/textual_inversion.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/txt2img.py b/scripts/txt2img.py index e3d4cc9..fd13c63 100644 --- a/scripts/txt2img.py +++ b/scripts/txt2img.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/txt2vid.py b/scripts/txt2vid.py index 96a40d3..a912eec 100644 --- a/scripts/txt2vid.py +++ b/scripts/txt2vid.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/webui.py b/scripts/webui.py index a9787fc..42d6f6c 100644 --- a/scripts/webui.py +++ b/scripts/webui.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/scripts/webui_streamlit.py b/scripts/webui_streamlit.py index 054233c..85a1e9b 100644 --- a/scripts/webui_streamlit.py +++ b/scripts/webui_streamlit.py @@ -1,4 +1,4 @@ -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify diff --git a/webui-streamlit.cmd b/webui-streamlit.cmd index 1bedda7..341956b 100644 --- a/webui-streamlit.cmd +++ b/webui-streamlit.cmd @@ -1,5 +1,5 @@ @echo off -:: This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +:: This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). :: :: Copyright 2022 sd-webui team. :: This program is free software: you can redistribute it and/or modify diff --git a/webui.cmd b/webui.cmd index 5046841..2ac539a 100644 --- a/webui.cmd +++ b/webui.cmd @@ -1,5 +1,5 @@ @echo off -:: This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +:: This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). :: Copyright 2022 sd-webui team. :: This program is free software: you can redistribute it and/or modify diff --git a/webui.sh b/webui.sh index 5bc51e7..e1797f7 100755 --- a/webui.sh +++ b/webui.sh @@ -1,6 +1,6 @@ #!/bin/bash -i -# This file is part of stable-diffusion-webui (https://github.com/sd-webui/stable-diffusion-webui/). +# This file is part of stable-diffusion-webui (https://github.com/Sygil-Dev/sygil-webui/). # Copyright 2022 sd-webui team. # This program is free software: you can redistribute it and/or modify