NathMath commited on
Commit
ba44f93
·
1 Parent(s): 0ae45cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 model and refiner to achieve a magnificent quality of image generation.
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
  ![step1.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/FtaIbRvUivh375NLb9i6L.png)
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
  ![sdxl-step2.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/VWJ-h5a2UeHostFfi6d-8.png)
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
  ![sdxl-step3.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/oXns3ynzBJve2jRJyqN2D.png)
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
  ![step1.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/FtaIbRvUivh375NLb9i6L.png)
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
  ![sdxl-step2.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/VWJ-h5a2UeHostFfi6d-8.png)
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
  ![sdxl-step3.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/oXns3ynzBJve2jRJyqN2D.png)
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".