mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 14:05:36 +03:00
Fixed links so they point to the new repo and organization names. (#1581)
# Checklist: - [x] I have changed the base branch to `dev` - [x] I have performed a self-review of my own code - [x] I have commented my code in hard-to-understand areas - [x] I have made corresponding changes to the documentation
This commit is contained in:
commit
79c82e4258
@ -23,7 +23,7 @@
|
|||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"source": [
|
"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": {
|
"metadata": {
|
||||||
"id": "S5RoIM-5IPZJ"
|
"id": "S5RoIM-5IPZJ"
|
||||||
@ -54,7 +54,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"### Want to ask a question or request a feature?\n",
|
"### Want to ask a question or request a feature?\n",
|
||||||
"\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",
|
"\n",
|
||||||
"## Documentation\n",
|
"## Documentation\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -303,7 +303,7 @@
|
|||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"source": [
|
"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",
|
"%cd /content/stable-diffusion-webui/\n",
|
||||||
"!git checkout dev\n",
|
"!git checkout dev\n",
|
||||||
"!git pull\n",
|
"!git pull\n",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@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.
|
:: Copyright 2022 sd-webui team.
|
||||||
:: This program is free software: you can redistribute it and/or modify
|
:: This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@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.
|
:: Copyright 2022 sd-webui team.
|
||||||
:: This program is free software: you can redistribute it and/or modify
|
:: This program is free software: you can redistribute it and/or modify
|
||||||
|
2
webui.sh
2
webui.sh
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -i
|
#!/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.
|
# Copyright 2022 sd-webui team.
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
Loading…
Reference in New Issue
Block a user