NathMath commited on
Commit
a7bd2c9
·
1 Parent(s): fcee8ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -31,12 +31,13 @@ tags:
31
 
32
 
33
  - 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.
 
34
  ![sdxl-step2.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/VWJ-h5a2UeHostFfi6d-8.png)
35
 
36
 
37
  - 3. - Get into the folder or the environment you have just created, when you have finished the last step.
38
  - Next, what you can find includes those two ".bat" files named "run_cpu.bat" and "run_nvidia_gpu.bat" respectively.
39
- - - Then, choose the suitable version and click it, which means, to use CUDA or not, and double click to run the script.
40
  - Note that with the application of xformers, you do not need to load all of your models simultaneously, but it is going to be stored in RAM and move back and force when interfereing.
41
  ![sdxl-step3.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/oXns3ynzBJve2jRJyqN2D.png)
42
 
@@ -44,8 +45,8 @@ tags:
44
  - 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.
45
  - It is appreciated that your availability of the model has become unprecedentedly effortless now, so hurry up to try and get on.
46
  - 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".
47
- Link: https://huggingface.co/stabilityai/stable-diffusion-xl-base-0.9
48
- Link: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-0.9
49
 
50
 
51
  - 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.
 
31
 
32
 
33
  - 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.
34
+ - We recommend the first approach because we are all lazy men.
35
  ![sdxl-step2.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/VWJ-h5a2UeHostFfi6d-8.png)
36
 
37
 
38
  - 3. - Get into the folder or the environment you have just created, when you have finished the last step.
39
  - Next, what you can find includes those two ".bat" files named "run_cpu.bat" and "run_nvidia_gpu.bat" respectively.
40
+ - Then, choose the suitable version and click it, which means, to use CUDA or not, and double click to run the script.
41
  - Note that with the application of xformers, you do not need to load all of your models simultaneously, but it is going to be stored in RAM and move back and force when interfereing.
42
  ![sdxl-step3.png](https://cdn-uploads.huggingface.co/production/uploads/637a0b3f3f8f451d6bd1fd6d/oXns3ynzBJve2jRJyqN2D.png)
43
 
 
45
  - 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.
46
  - It is appreciated that your availability of the model has become unprecedentedly effortless now, so hurry up to try and get on.
47
  - 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".
48
+ - Link: https://huggingface.co/stabilityai/stable-diffusion-xl-base-0.9
49
+ - Link: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-0.9
50
 
51
 
52
  - 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.