saddam213 commited on
Commit
f2046ba
·
verified ·
1 Parent(s): a0b6f04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -19,26 +19,6 @@ language:
19
 
20
  ---
21
 
22
- ## Installation
23
-
24
- 1. Download and extract **Diffuse.zip**
25
- *A fast SSD with plenty of free space is recommended, as model downloads can be large.*
26
-
27
- 2. Run **Diffuse.exe**
28
-
29
- 3. Load a model
30
- Diffuse will automatically:
31
- - Install an isolated portable Python runtime
32
- - Create the required virtual environment
33
- - Download the selected model from Hugging Face
34
-
35
- ### First-run notice
36
- On first launch or when loading a model for the first time, setup may take several minutes while Python, dependencies, and model files are downloaded and initialized. This is expected behavior.
37
-
38
- No manual Python setup is required.
39
-
40
- ---
41
-
42
  ## Supported Pipelines
43
  **Z-Image**
44
  - ZImagePipeline
@@ -72,6 +52,27 @@ No manual Python setup is required.
72
  - StableDiffusionXLControlNetPipeline
73
  - StableDiffusionXLControlNetImg2ImgPipeline
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ---
76
 
77
  ## Project Roadmap
 
19
 
20
  ---
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ## Supported Pipelines
23
  **Z-Image**
24
  - ZImagePipeline
 
52
  - StableDiffusionXLControlNetPipeline
53
  - StableDiffusionXLControlNetImg2ImgPipeline
54
 
55
+ ---
56
+
57
+ ## Installation
58
+
59
+ 1. Download and extract **Diffuse.zip**
60
+ *A fast SSD with plenty of free space is recommended, as model downloads can be large.*
61
+
62
+ 2. Run **Diffuse.exe**
63
+
64
+ 3. Load a model
65
+ Diffuse will automatically:
66
+ - Install an isolated portable Python runtime
67
+ - Create the required virtual environment
68
+ - Download the selected model from Hugging Face
69
+
70
+ ### First-run notice
71
+ On first launch or when loading a model for the first time, setup may take several minutes while Python, dependencies, and model files are downloaded and initialized. This is expected behavior.
72
+
73
+ No manual Python setup is required.
74
+
75
+
76
  ---
77
 
78
  ## Project Roadmap