lllyasviel commited on
Commit
bbf2d84
1 Parent(s): 0276c07

Update readme.md (#49)

Browse files
Files changed (1) hide show
  1. readme.md +14 -0
readme.md CHANGED
@@ -27,13 +27,27 @@ You can directly download Fooocus with:
27
 
28
  After you download the file, please uncompress it, and then run the "run.bat".
29
 
 
 
30
  In the first time you launch the software, it will automatically download models:
31
 
32
  1. It will download [sd_xl_base_1.0_0.9vae.safetensors from here](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors) as the file "Fooocus\models\checkpoints\sd_xl_base_1.0_0.9vae.safetensors".
33
  2. It will download [sd_xl_refiner_1.0_0.9vae.safetensors from here](https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0_0.9vae.safetensors) as the file "Fooocus\models\checkpoints\sd_xl_refiner_1.0_0.9vae.safetensors".
34
 
 
 
35
  If you already have these files, you can copy them to the above locations to speed up installation.
36
 
 
 
 
 
 
 
 
 
 
 
37
  ### Linux
38
 
39
  The command lines are
 
27
 
28
  After you download the file, please uncompress it, and then run the "run.bat".
29
 
30
+ ![image](https://github.com/lllyasviel/Fooocus/assets/19834515/43d259e2-1eaf-4054-8077-58c4bca392f0)
31
+
32
  In the first time you launch the software, it will automatically download models:
33
 
34
  1. It will download [sd_xl_base_1.0_0.9vae.safetensors from here](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors) as the file "Fooocus\models\checkpoints\sd_xl_base_1.0_0.9vae.safetensors".
35
  2. It will download [sd_xl_refiner_1.0_0.9vae.safetensors from here](https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0_0.9vae.safetensors) as the file "Fooocus\models\checkpoints\sd_xl_refiner_1.0_0.9vae.safetensors".
36
 
37
+ ![image](https://github.com/lllyasviel/Fooocus/assets/19834515/d386f817-4bd7-490c-ad89-c1e228c23447)
38
+
39
  If you already have these files, you can copy them to the above locations to speed up installation.
40
 
41
+ Below is a test on a relatively low-end laptop with **16GB System RAM** and **6GB VRAM** (Nvidia 3060 laptop).
42
+
43
+ ![image](https://github.com/lllyasviel/Fooocus/assets/19834515/938737a5-b105-4f19-b051-81356cb7c495)
44
+
45
+ Note that the minimal requirement is **4GB Nvidia GPU memory (4GB VRAM)** and **8GB system memory (8GB RAM)**. This requires using Microsoft’s Virtual Swap technique, which is automatically enabled by your Windows installation in most cases, so you often do not need to do anything about it. However, if you are not sure, or if you manually turned it off (would anyone really do that?), you can enable it here:
46
+
47
+ ![image](https://github.com/lllyasviel/Fooocus/assets/19834515/2a06b130-fe9b-4504-94f1-2763be4476e9)
48
+
49
+ Please open an issue if you use similar devices but still cannot achieve acceptable performances.
50
+
51
  ### Linux
52
 
53
  The command lines are