Update README.md
Browse files
README.md
CHANGED
@@ -25,9 +25,9 @@ tags:
|
|
25 |
- Here is a full tutorial to use stable-diffusion-xl-0.9 FROM ZERO!
|
26 |
|
27 |
|
28 |
-
- 1. - Go to Github and find the latest version of ComfyUI, which is a cutting-edge GUI
|
29 |
-
- Note that in the link below, it provides both a standalone
|
30 |
-
- We recommend the first approach because we are all lazy buddies.
|
31 |
- Link: https://github.com/comfyanonymous/ComfyUI
|
32 |

|
33 |
|
@@ -37,22 +37,22 @@ tags:
|
|
37 |

|
38 |
|
39 |
|
40 |
-
- 3. - Get into the folder or the environment you have just created
|
41 |
- Next, what you can find includes those two ".bat" files named "run_cpu.bat" and "run_nvidia_gpu.bat" respectively.
|
42 |
-
- Then, choose the suitable
|
43 |
-
- Note that with the application of xformers, you do not need to load all of your models simultaneously, but
|
44 |

|
45 |
|
46 |
|
47 |
- 4. - Download the latest version of stable-diffusion-xl-base-0.9 and stable-diffusion-xl-refiner-0.9 from the official repo on huggingaface.
|
48 |
-
- It is appreciated that your availability of the model has become unprecedentedly effortless now, so hurry up
|
49 |
-
- Note that for generation use, you do not need to download all model components, but only the two "safetensors"
|
50 |
- Link: https://huggingface.co/stabilityai/stable-diffusion-xl-base-0.9
|
51 |
- Link: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-0.9
|
52 |
|
53 |
|
54 |
- 5. - Move your "base" and "refiner" models into the ComfyUI's subfolder, like "...\ComfyUI\models\checkpoints\", where "..." means your root folder of your ComfyUI environment.
|
55 |
-
- Click
|
56 |
- Note that the 3-digit number in the file name represents the version of my demo, and always, you should download the latest one owning the biggest number.
|
57 |
- Link: https://huggingface.co/NathMath/sdxl-0.9-usage/tree/main
|
58 |

|
@@ -90,4 +90,4 @@ tags:
|
|
90 |
### Q&A
|
91 |
|
92 |
|
93 |
-
- Please feel free to leave
|
|
|
25 |
- Here is a full tutorial to use stable-diffusion-xl-0.9 FROM ZERO!
|
26 |
|
27 |
|
28 |
+
- 1. - Go to Github and find the latest version of ComfyUI, which is a cutting-edge GUI interface for you to flexibly use all kinds of diffusion models.
|
29 |
+
- Note that in the link below, it provides both a standalone zip (includes a prepared python environment), and a source version.
|
30 |
+
- We highly recommend the first approach because we are all lazy buddies.
|
31 |
- Link: https://github.com/comfyanonymous/ComfyUI
|
32 |

|
33 |
|
|
|
37 |

|
38 |
|
39 |
|
40 |
+
- 3. - Get into the folder or the environment you have just created when you have finished the last step.
|
41 |
- Next, what you can find includes those two ".bat" files named "run_cpu.bat" and "run_nvidia_gpu.bat" respectively.
|
42 |
+
- Then, choose the suitable option and click it, which means, to use CUDA (if you have NVDIA GPUs) or not, and double click to run the script.
|
43 |
+
- Note that with the application of xformers, you do not need to load all of your models simultaneously, but those gargantuan weights are going to be temporarily stored in RAM and move back and force when interfereing.
|
44 |

|
45 |
|
46 |
|
47 |
- 4. - Download the latest version of stable-diffusion-xl-base-0.9 and stable-diffusion-xl-refiner-0.9 from the official repo on huggingaface.
|
48 |
+
- It is appreciated that your availability of the model has become unprecedentedly effortless now, so hurry up and get on.
|
49 |
+
- Note that for generation use, you do not need to download all model components, but only the two "safetensors" from the repo, which are respectively "sd_xl_base_0.9.safetensors" and "sd_xl_refiner_0.9.safetensors".
|
50 |
- Link: https://huggingface.co/stabilityai/stable-diffusion-xl-base-0.9
|
51 |
- Link: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-0.9
|
52 |
|
53 |
|
54 |
- 5. - Move your "base" and "refiner" models into the ComfyUI's subfolder, like "...\ComfyUI\models\checkpoints\", where "..." means your root folder of your ComfyUI environment.
|
55 |
+
- Click the file folder of THIS REPO and find some files named "sdxl-0.9-...-.json", which is a demo environment I have created for testing and using the stable-diffusion-xl-0.9 in ComfyUI.
|
56 |
- Note that the 3-digit number in the file name represents the version of my demo, and always, you should download the latest one owning the biggest number.
|
57 |
- Link: https://huggingface.co/NathMath/sdxl-0.9-usage/tree/main
|
58 |

|
|
|
90 |
### Q&A
|
91 |
|
92 |
|
93 |
+
- Please feel free to leave any questions in the community of this repo, and I will soon answer them if I am able to solve.
|