SuperRealCo commited on
Commit
725b75a
·
verified ·
1 Parent(s): 87097b7

Delete .ci/windows_base_files/README_VERY_IMPORTANT.txt

Browse files
.ci/windows_base_files/README_VERY_IMPORTANT.txt DELETED
@@ -1,34 +0,0 @@
1
- HOW TO RUN:
2
-
3
- if you have a NVIDIA gpu:
4
-
5
- run_nvidia_gpu.bat
6
-
7
- if you want to enable the fast fp16 accumulation (faster for fp16 models with slightly less quality):
8
-
9
- run_nvidia_gpu_fast_fp16_accumulation.bat
10
-
11
-
12
- To run it in slow CPU mode:
13
-
14
- run_cpu.bat
15
-
16
-
17
-
18
- IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: ComfyUI\models\checkpoints
19
-
20
- You can download the stable diffusion 1.5 one from: https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/blob/main/v1-5-pruned-emaonly-fp16.safetensors
21
-
22
-
23
- RECOMMENDED WAY TO UPDATE:
24
- To update the ComfyUI code: update\update_comfyui.bat
25
-
26
-
27
-
28
- To update ComfyUI with the python dependencies, note that you should ONLY run this if you have issues with python dependencies.
29
- update\update_comfyui_and_python_dependencies.bat
30
-
31
-
32
- TO SHARE MODELS BETWEEN COMFYUI AND ANOTHER UI:
33
- In the ComfyUI directory you will find a file: extra_model_paths.yaml.example
34
- Rename this file to: extra_model_paths.yaml and edit it with your favorite text editor.