diff --git a/.gitmodules b/.gitmodules index 1fefc0b1a..3f8f26a67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "wiki"] path = wiki - url = https://github.com/vladmandic/automatic.wiki + url = https://github.com/vladmandic/sdnext.wiki ignore = dirty [submodule "modules/k-diffusion"] path = modules/k-diffusion diff --git a/CHANGELOG.md b/CHANGELOG.md index d8eb76f0e..560357781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - **GitHub** - rename core repo from to + all internal links have been updated + old repo url should automatically redirect to new one for seamless transition - **Docs**: - Updated [Debugging guide](https://github.com/vladmandic/automatic/wiki/Debug) - **Torch**: diff --git a/CITATION.cff b/CITATION.cff index c39efe474..c03c00ebb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ cff-version: 1.2.0 title: SD.Next -url: 'https://github.com/vladmandic/automatic' +url: 'https://github.com/vladmandic/sdnext' message: >- If you use this software, please cite it using the metadata from this file @@ -17,11 +17,11 @@ identifiers: - type: url value: 'https://www.linkedin.com/in/cyan051/' description: LinkedIn -repository-code: 'https://github.com/vladmandic/automatic' +repository-code: 'https://github.com/vladmandic/sdnext' abstract: >- - SD.Next: Advanced Implementation of Stable Diffusion and - other diffusion models for text, image and video - generation + SD.Next: Advanced Implementation of Stable Diffusion + and other diffusion models for text, image and video + generation keywords: - stablediffusion diffusers sdnext license: Apache-2.0 diff --git a/CONTRIBUTING b/CONTRIBUTING index f6187fa17..ef51ffeb0 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -5,7 +5,7 @@ Pull requests from everyone are welcome Procedure for contributing: - Select SD.Next `dev` branch: - + - Create a fork of the repository on github In a top right corner of a GitHub, select "Fork" Its recommended to fork latest version from main branch to avoid any possible conflicting code updates diff --git a/Dockerfile b/Dockerfile index 5f38d6caa..d31b17a36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # SD.Next Dockerfile -# docs: +# docs: # base image FROM pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime @@ -7,9 +7,9 @@ FROM pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime # metadata LABEL org.opencontainers.image.vendor="SD.Next" LABEL org.opencontainers.image.authors="vladmandic" -LABEL org.opencontainers.image.url="https://github.com/vladmandic/automatic/" -LABEL org.opencontainers.image.documentation="https://github.com/vladmandic/automatic/wiki/Docker" -LABEL org.opencontainers.image.source="https://github.com/vladmandic/automatic/" +LABEL org.opencontainers.image.url="https://github.com/vladmandic/sdnext/" +LABEL org.opencontainers.image.documentation="https://github.com/vladmandic/sdnext/wiki/Docker" +LABEL org.opencontainers.image.source="https://github.com/vladmandic/sdnext/" LABEL org.opencontainers.image.licenses="AGPL-3.0" LABEL org.opencontainers.image.title="SD.Next" LABEL org.opencontainers.image.description="SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models" diff --git a/README.md b/README.md index c8f584161..e2277d309 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@
-SD.Next +SD.Next **Image Diffusion implementation with advanced features** -![Last update](https://img.shields.io/github/last-commit/vladmandic/automatic?svg=true) -![License](https://img.shields.io/github/license/vladmandic/automatic?svg=true) +![Last update](https://img.shields.io/github/last-commit/vladmandic/sdnext?svg=true) +![License](https://img.shields.io/github/license/vladmandic/sdnext?svg=true) [![Discord](https://img.shields.io/discord/1101998836328697867?logo=Discord&svg=true)](https://discord.gg/VjvR2tabEX) [![Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/vladmandic) -[Docs](https://vladmandic.github.io/sdnext-docs/) | [Wiki](https://github.com/vladmandic/automatic/wiki) | [Discord](https://discord.gg/VjvR2tabEX) | [Changelog](CHANGELOG.md) +[Docs](https://vladmandic.github.io/sdnext-docs/) | [Wiki](https://github.com/vladmandic/sdnext/wiki) | [Discord](https://discord.gg/VjvR2tabEX) | [Changelog](CHANGELOG.md)

@@ -85,7 +85,7 @@ SD.Next supports broad range of models: [supported models](https://vladmandic.gi ### Contributing Please see [Contributing](CONTRIBUTING) for details on how to contribute to this project -And for any question, reach out on [Discord](https://discord.gg/VjvR2tabEX) or open an [issue](https://github.com/vladmandic/automatic/issues) or [discussion](https://github.com/vladmandic/automatic/discussions) +And for any question, reach out on [Discord](https://discord.gg/VjvR2tabEX) or open an [issue](https://github.com/vladmandic/sdnext/issues) or [discussion](https://github.com/vladmandic/sdnext/discussions) ### Credits @@ -95,14 +95,14 @@ And for any question, reach out on [Discord](https://discord.gg/VjvR2tabEX) or o ### Evolution - + - - starts + + starts -- [OSS Stats](https://ossinsight.io/analyze/vladmandic/automatic#overview) +- [OSS Stats](https://ossinsight.io/analyze/vladmandic/sdnext#overview) ### Docs diff --git a/SECURITY.md b/SECURITY.md index 9c1e11bb0..655ebdfcd 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ ## Issues -All issues are tracked publicly on GitHub: +All issues are tracked publicly on GitHub:
@@ -14,8 +14,8 @@ All issues are tracked publicly on GitHub: diff --git a/extensions-builtin/Lora/lora_extract.py b/extensions-builtin/Lora/lora_extract.py index 1d92f3c6e..85bcc2c95 100644 --- a/extensions-builtin/Lora/lora_extract.py +++ b/extensions-builtin/Lora/lora_extract.py @@ -91,7 +91,7 @@ def make_meta(fn, maxrank, rank_ratio): "model_spec.sai_model_spec": "1.0.0", "model_spec.title": os.path.splitext(os.path.basename(fn))[0], "model_spec.author": "SD.Next", - "model_spec.implementation": "https://github.com/vladmandic/automatic", + "model_spec.implementation": "https://github.com/vladmandic/sdnext", "model_spec.date": datetime.datetime.now().astimezone().replace(microsecond=0).isoformat(), "model_spec.base_model": shared.opts.sd_model_checkpoint, "model_spec.dtype": str(devices.dtype), diff --git a/extensions-builtin/sdnext-modernui b/extensions-builtin/sdnext-modernui index e0b3e5918..f0b067a69 160000 --- a/extensions-builtin/sdnext-modernui +++ b/extensions-builtin/sdnext-modernui @@ -1 +1 @@ -Subproject commit e0b3e5918f49d090c8c340ca44e2c9e6d5bf5127 +Subproject commit f0b067a692d45e06f43d07746ef8439e5344955e diff --git a/installer.py b/installer.py index a9cb82725..fed40d835 100644 --- a/installer.py +++ b/installer.py @@ -1383,7 +1383,7 @@ def check_version(offline=False, reset=True): # pylint: disable=unused-argument return commits = None try: - commits = requests.get('https://api.github.com/repos/vladmandic/automatic/branches/master', timeout=10).json() + commits = requests.get('https://api.github.com/repos/vladmandic/sdnext/branches/master', timeout=10).json() if commits['commit']['sha'] != commit: if args.upgrade: global quick_allowed # pylint: disable=global-statement diff --git a/modules/api/server.py b/modules/api/server.py index 87de2d897..828d3fd95 100644 --- a/modules/api/server.py +++ b/modules/api/server.py @@ -20,7 +20,7 @@ def get_motd(): motd += "Legacy mode
" if shared.opts.motd: try: - res = requests.get('https://vladmandic.github.io/automatic/motd', timeout=3) + res = requests.get('https://vladmandic.github.io/sdnext/motd', timeout=3) if res.status_code == 200: msg = (res.text or '').strip() shared.log.info(f'MOTD: {msg if len(msg) > 0 else "N/A"}') diff --git a/modules/lora/lora_extract.py b/modules/lora/lora_extract.py index a226b6017..21351d9e3 100644 --- a/modules/lora/lora_extract.py +++ b/modules/lora/lora_extract.py @@ -91,7 +91,7 @@ def make_meta(fn, maxrank, rank_ratio): "model_spec.sai_model_spec": "1.0.0", "model_spec.title": os.path.splitext(os.path.basename(fn))[0], "model_spec.author": "SD.Next", - "model_spec.implementation": "https://github.com/vladmandic/automatic", + "model_spec.implementation": "https://github.com/vladmandic/sdnext", "model_spec.date": datetime.datetime.now().astimezone().replace(microsecond=0).isoformat(), "model_spec.base_model": shared.opts.sd_model_checkpoint, "model_spec.dtype": str(devices.dtype), diff --git a/modules/shared.py b/modules/shared.py index a7833ac2f..500bcab7f 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -31,7 +31,7 @@ demo: gr.Blocks = None api = None progress_print_out = sys.stdout parser = cmd_args.parser -url = 'https://github.com/vladmandic/automatic' +url = 'https://github.com/vladmandic/sdnext' cmd_opts, _ = parser.parse_known_args() hide_dirs = {"visible": not cmd_opts.hide_ui_dir_config} xformers_available = False diff --git a/modules/ui_docs.py b/modules/ui_docs.py index 08159beb3..c8eb15dd0 100644 --- a/modules/ui_docs.py +++ b/modules/ui_docs.py @@ -11,7 +11,7 @@ def create_ui_logs(): with gr.Column(): get_changelog_btn = gr.Button(value='Get changelog', elem_id="get_changelog") - gr.HTML('  Open GitHub Changelog') + gr.HTML('  Open GitHub Changelog') with gr.Column(): _changelog_search = gr.Textbox(label="Search Changelog", elem_id="changelog_search") _changelog_result = gr.HTML(elem_id="changelog_result") @@ -36,7 +36,7 @@ def create_ui_wiki(): soup = BeautifulSoup(html, 'html.parser') # remove header links - tags = soup.find_all(attrs={"data-hovercard-url": "/vladmandic/automatic/hovercard"}) + tags = soup.find_all(attrs={"data-hovercard-url": "/vladmandic/sdnext/hovercard"}) for tag in tags: tag.extract() @@ -56,7 +56,7 @@ def create_ui_wiki(): return f'Error: {res.status_code}' with gr.Row(): - gr.HTML('  Open GitHub Wiki') + gr.HTML('  Open GitHub Wiki') with gr.Row(): wiki_search = gr.Textbox(label="Search Wiki Pages", elem_id="wiki_search") wiki_search_btn = ui_components.ToolButton(value=ui_symbols.search, label="Search", elem_id="wiki_search_btn") diff --git a/package.json b/package.json index 6d3c8de4b..5fb17cd4a 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { - "name": "@vladmandic/automatic", + "name": "@vladmandic/sdnext", "version": "dev", "description": "SD.Next: Opinionated implementation of Stable Diffusion", "author": "Vladimir Mandic ", "bugs": { - "url": "https://github.com/vladmandic/automatic/issues" + "url": "https://github.com/vladmandic/sdnext/issues" }, - "homepage": "https://github.com/vladmandic/automatic", + "homepage": "https://github.com/vladmandic/sdnext", "license": "Apache-2.0", "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", - "url": "git+https://github.com/vladmandic/automatic.git" + "url": "git+https://github.com/vladmandic/sdnext.git" }, "scripts": { "venv": ". venv/bin/activate", diff --git a/wiki b/wiki index 589a4564c..feb33b2e7 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 589a4564c83b7f54cb658e466ba0add5e5c4700a +Subproject commit feb33b2e79a4ca11d3c1fac373afec4673b9377b