Update README.md
Browse files
README.md
CHANGED
@@ -13,25 +13,26 @@ tags:
|
|
13 |
### sdxl-0.9-usage
|
14 |
|
15 |
|
16 |
-
- This repo is a tutoral intended to help beginners to use the new released model, stable-diffusion-xl-0.9 in ComfyUI, with both base
|
17 |
|
18 |
-
- With a usable demo interface in ComfyUI to use the models!
|
19 |
|
20 |
|
21 |
### Usage
|
22 |
|
|
|
|
|
|
|
23 |
- 1. Go to Github and find the latest version of ComfyUI, which is a cutting-edge GUI platform for you to use all kinds of diffusion models.
|
24 |
Note that in the link below, it provides both a standalone version (do not need an extra python environment), and a source version.
|
25 |
Link: https://github.com/comfyanonymous/ComfyUI
|
26 |

|
27 |
|
28 |
|
29 |
-
|
30 |
- 2. Extract all files into your disk if you have chosen the standalone version of this ComfyUI, or install all the dependences to create a essential python environment.
|
31 |

|
32 |
|
33 |
|
34 |
-
|
35 |
- 3. Get into the folder or the environment you have just created, when you have finished the last step.
|
36 |
Next, what you can find includes those two ".bat" files named "run_cpu.bat" and "run_nvidia_gpu.bat" respectively.
|
37 |
Then, choose the suitable version and click it, which means, to use CUDA or not, and double click to run the script.
|
@@ -39,7 +40,6 @@ tags:
|
|
39 |

|
40 |
|
41 |
|
42 |
-
|
43 |
- 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.
|
44 |
It is appreciated that your availability of the model has become unprecedentedly effortless now, so hurry up to try and get on.
|
45 |
Note that for generation use, you do not need to download all model components, but only the two "safetensors" fron the repo, which are respectively "sd_xl_base_0.9.safetensors" and "sd_xl_refiner_0.9.safetensors".
|
|
|
13 |
### sdxl-0.9-usage
|
14 |
|
15 |
|
16 |
+
- This repo is a tutoral intended to help beginners to use the new released model, stable-diffusion-xl-0.9 in ComfyUI, with both the base and refiner models together to achieve a magnificent quality of image generation.
|
17 |
|
18 |
+
- With a usable demo interface in ComfyUI to use the models (see below)!
|
19 |
|
20 |
|
21 |
### Usage
|
22 |
|
23 |
+
- Here is a full tutorial to use stable-diffusion-xl-0.9 FROM ZERO!
|
24 |
+
|
25 |
+
|
26 |
- 1. Go to Github and find the latest version of ComfyUI, which is a cutting-edge GUI platform for you to use all kinds of diffusion models.
|
27 |
Note that in the link below, it provides both a standalone version (do not need an extra python environment), and a source version.
|
28 |
Link: https://github.com/comfyanonymous/ComfyUI
|
29 |

|
30 |
|
31 |
|
|
|
32 |
- 2. Extract all files into your disk if you have chosen the standalone version of this ComfyUI, or install all the dependences to create a essential python environment.
|
33 |

|
34 |
|
35 |
|
|
|
36 |
- 3. Get into the folder or the environment you have just created, when you have finished the last step.
|
37 |
Next, what you can find includes those two ".bat" files named "run_cpu.bat" and "run_nvidia_gpu.bat" respectively.
|
38 |
Then, choose the suitable version and click it, which means, to use CUDA or not, and double click to run the script.
|
|
|
40 |

|
41 |
|
42 |
|
|
|
43 |
- 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.
|
44 |
It is appreciated that your availability of the model has become unprecedentedly effortless now, so hurry up to try and get on.
|
45 |
Note that for generation use, you do not need to download all model components, but only the two "safetensors" fron the repo, which are respectively "sd_xl_base_0.9.safetensors" and "sd_xl_refiner_0.9.safetensors".
|