From e7ca43af4f9623d3a3a63f24319f8582ac1a5974 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Thu, 6 Jun 2024 19:42:32 +0800 Subject: [PATCH] update links --- examples/Diffutoon/README.md | 4 ++-- examples/image_synthesis/README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/Diffutoon/README.md b/examples/Diffutoon/README.md index df28af5..8b2caf0 100644 --- a/examples/Diffutoon/README.md +++ b/examples/Diffutoon/README.md @@ -10,12 +10,12 @@ https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/b54c05c5-d747-47 ## Example: Toon Shading with Editing Signals (Diffutoon) -This example supports video editing signals. See `examples\diffutoon_toon_shading_with_editing_signals.py`. The editing feature is also supported in the [Colab example](https://colab.research.google.com/github/Artiprocher/DiffSynth-Studio/blob/main/examples/Diffutoon/Diffutoon.ipynb). +This example supports video editing signals. See [`diffutoon_toon_shading_with_editing_signals.py`](./diffutoon_toon_shading_with_editing_signals.py). The editing feature is also supported in the [Colab example](https://colab.research.google.com/github/Artiprocher/DiffSynth-Studio/blob/main/examples/Diffutoon/Diffutoon.ipynb). https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/20528af5-5100-474a-8cdc-440b9efdd86c ## Example: Toon Shading (in native Python code) -This example is provided for developers. If you don't want to use the config to manage parameters, you can see `examples/sd_toon_shading.py` to learn how to use it in native Python code. +This example is provided for developers. If you don't want to use the config to manage parameters, you can see [`sd_toon_shading.py`](./sd_toon_shading.py) to learn how to use it in native Python code. https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/607c199b-6140-410b-a111-3e4ffb01142c diff --git a/examples/image_synthesis/README.md b/examples/image_synthesis/README.md index d9c7a7a..d098a28 100644 --- a/examples/image_synthesis/README.md +++ b/examples/image_synthesis/README.md @@ -4,7 +4,7 @@ Image synthesis is the base feature of DiffSynth Studio. ### Example: Stable Diffusion -We can generate images with very high resolution. Please see `examples/sd_text_to_image.py` for more details. +We can generate images with very high resolution. Please see [`sd_text_to_image.py`](./sd_text_to_image.py) for more details. |512*512|1024*1024|2048*2048|4096*4096| |-|-|-|-| @@ -12,7 +12,7 @@ We can generate images with very high resolution. Please see `examples/sd_text_t ### Example: Stable Diffusion XL -Generate images with Stable Diffusion XL. Please see `examples/sdxl_text_to_image.py` for more details. +Generate images with Stable Diffusion XL. Please see [`sdxl_text_to_image.py`](./sdxl_text_to_image.py) for more details. |1024*1024|2048*2048| |-|-| @@ -20,7 +20,7 @@ Generate images with Stable Diffusion XL. Please see `examples/sdxl_text_to_imag ### Example: Stable Diffusion XL Turbo -Generate images with Stable Diffusion XL Turbo. You can see `examples/sdxl_turbo.py` for more details, but we highly recommend you to use it in the WebUI. +Generate images with Stable Diffusion XL Turbo. You can see [`sdxl_turbo.py`](./sdxl_turbo.py) for more details, but we highly recommend you to use it in the WebUI. |"black car"|"red car"| |-|-| @@ -28,7 +28,7 @@ Generate images with Stable Diffusion XL Turbo. You can see `examples/sdxl_turbo ### Example: Prompt Processing -If you are not native English user, we provide translation service for you. Our prompter can translate other language to English and refine it using "BeautifulPrompt" models. Please see `examples/sd_prompt_refining.py` for more details. +If you are not native English user, we provide translation service for you. Our prompter can translate other language to English and refine it using "BeautifulPrompt" models. Please see [`sd_prompt_refining.py`](./sd_prompt_refining.py) for more details. Prompt: "一个漂亮的女孩". The [translation model](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh) will translate it to English.