Skip to content

Commit 08c1821

Browse files
authored
Fix the image issue caused by minified encoding (#395)
1 parent 6610d80 commit 08c1821

File tree

17 files changed

+16
-14
lines changed

17 files changed

+16
-14
lines changed
-1.19 MB
Binary file not shown.
-536 KB
Binary file not shown.
-379 KB
Binary file not shown.

tutorials/basic/image-to-image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download the [v1-5-pruned-emaonly-fp16.safetensors](https://huggingface.co/Comfy
3131
### Image to Image Workflow and Input Image
3232

3333
Download the image below and **drag it into ComfyUI** to load the workflow:
34-
![Image to Image Workflow](/images/tutorial/basic/img2img/image_to_image.png)
34+
![Image to Image Workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/image_to_image/workflow.png)
3535

3636
<Tip>
3737
Images containing workflow JSON in their metadata can be directly dragged into ComfyUI or loaded using the menu `Workflows` -> `Open (ctrl+o)`.

tutorials/basic/inpaint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Please download the following image which we'll use as input:
4040

4141
Download the image below and **drag it into ComfyUI** to load the workflow:
4242

43-
![ComfyUI Inpainting Workflow](/images/tutorial/basic/inpaint/sd1.5_inpaint.png)
43+
![ComfyUI Inpainting Workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/image/basic/sd1.5_inpaint.png)
4444

4545
<Tip>
4646
Images containing workflow JSON in their metadata can be directly dragged into ComfyUI or loaded using the menu `Workflows` -> `Open (ctrl+o)`.

tutorials/basic/lora.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Images containing workflow JSON in their metadata can be directly dragged into C
4141

4242
Follow the steps in the diagram below to ensure the workflow runs correctly.
4343

44-
![ComfyUI Workflow - LoRA Flow Diagram](/images/tutorial/basic/lora/flow_diagram.png)
44+
![ComfyUI Workflow - LoRA Flow Diagram](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/lora.png)
4545

4646
1. Ensure `Load Checkpoint` loads `dreamshaper_8.safetensors`
4747
2. Ensure `Load LoRA` loads `blindbox_V1Mix.safetensors`

tutorials/basic/multiple-loras.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Download the [MoXinV1.safetensors](https://civitai.com/api/download/models/14856
2929
## Multi-LoRA Workflow
3030

3131
Download the image below and **drag it into ComfyUI** to load the workflow:
32-
![ComfyUI Workflow - Multiple LoRAs](/images/tutorial/basic/multiple_loras/multiple_loras.png)
32+
![ComfyUI Workflow - Multiple LoRAs](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/multiple_loras.png)
33+
3334

3435
<Tip>
3536
Images containing workflow JSON in their metadata can be directly dragged into ComfyUI or loaded using the menu `Workflows` -> `Open (ctrl+o)`.

tutorials/basic/outpaint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Prepare an image you want to extend. In this example, we will use the following
3939

4040
Download the image below and **drag it into ComfyUI** to load the workflow:
4141

42-
![ComfyUI Outpainting Workflow](/images/tutorial/basic/outpaint/outpaint.png)
42+
![ComfyUI Outpainting Workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/image/basic/outpaint.png)
4343

4444
<Tip>
4545
Images containing workflow JSON in their metadata can be directly dragged into ComfyUI or loaded using the menu `Workflows` -> `Open (ctrl+o)`.

tutorials/basic/text-to-image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Images containing workflow JSON in their metadata can be directly dragged into C
4747

4848
After installing the image model, follow the steps in the image below to load the model and generate your first image
4949

50-
![Image Generation](/images/tutorial/gettingstarted/first-image-generation-7-queue.jpg)
50+
![Image Generation](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/image/basic/text-to-image-workflow.png)
5151

5252
Follow these steps according to the image numbers:
5353
1. In the **Load Checkpoint** node, use the arrows or click the text area to ensure **v1-5-pruned-emaonly-fp16.safetensors** is selected, and the left/right arrows don't show **null** text

tutorials/basic/upscale.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Save the model file (.pth) in `ComfyUI/models/upscale_models` directory
4646
### Workflow and Assets
4747

4848
Download and drag the following image into ComfyUI to load the basic upscaling workflow:
49-
![Upscale workflow](/images/tutorial/basic/upscale/upscale_workflow.png)
49+
![Upscale workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/image/basic/upscale_workflow.png)
5050

5151
<Tip>
5252
Images containing workflow JSON in their metadata can be directly dragged into ComfyUI or loaded using the menu `Workflows` -> `Open (ctrl+o)`.

0 commit comments

Comments
 (0)