saddam213 commited on
Commit
bab4ef1
·
verified ·
1 Parent(s): 712c973

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -69
README.md CHANGED
@@ -1,69 +1,75 @@
1
- <p align="center" width="100%">
2
- <img width="25%" src="Assets/Diffuse-Logo-512.png">
3
- </p>
4
-
5
- `Diffuse` is a Windows desktop UI for `Huggingface Diffusers`. It integrates directly with Python using the Python C API via `CSnakes`, enabling high-performance interop between .NET and Python for running diffusion models.
6
-
7
- ---
8
-
9
- ## Features
10
- - Automatic installation of isolated portable Python
11
- - Device-specific Python virtual environments
12
- - Automatic model downloads from Huggingface repositories
13
-
14
- ## Supported Pipelines
15
- ### Z-Image
16
- - ZImagePipeline
17
- - ZImageImg2ImgPipeline
18
- ### Qwen Image
19
- - QwenImagePipeline
20
- - QwenImageImg2ImgPipeline
21
- - QwenImageEditPlusPipeline
22
- ### FLUX.1
23
- - FluxPipeline
24
- - FluxImg2ImgPipeline
25
- - FluxKontextPipeline
26
- - FluxControlNetPipeline
27
- ### FLUX.2
28
- - Flux2Pipeline
29
- ### Chroma
30
- - ChromaPipeline
31
- - ChromaImg2ImgPipeline
32
- ### Wan Video
33
- - WanPipeline
34
- - WanImageToVideoPipeline
35
- ### StableDiffusionXL
36
- - StableDiffusionXLPipeline
37
- - StableDiffusionXLImg2ImgPipeline
38
- - StableDiffusionXLControlNetPipeline
39
- - StableDiffusionXLControlNetImg2ImgPipeline
40
-
41
- ### TextToImage
42
- <p align="center" width="100%">
43
- <img src="Screenshots/TextToImage.png">
44
- </p>
45
-
46
- ### ImageToImage
47
- <p align="center" width="100%">
48
- <img src="Screenshots/ImageToImage.png">
49
- </p>
50
-
51
- ### ImageEdit
52
- <p align="center" width="100%">
53
- <img src="Screenshots/ImgeEdit.png">
54
- </p>
55
-
56
- ### ImageEdit-Multi
57
- <p align="center" width="100%">
58
- <img src="Screenshots/ImgeEdit-Multi.png">
59
- </p>
60
-
61
- ### TextToVideo
62
- <p align="center" width="100%">
63
- <img src="Screenshots/TextToVideo.png">
64
- </p>
65
-
66
- ### ImageToVideo
67
- <p align="center" width="100%">
68
- <img src="Screenshots/ImageToVideo.png">
69
- </p>
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ <p align="center" width="100%">
8
+ <img width="35%" src="Assets/Diffuse-Logo-512.png">
9
+ </p>
10
+
11
+ `Diffuse` is a Windows desktop UI for `Huggingface Diffusers`. It integrates directly with Python using the Python C API via `CSnakes`, enabling high-performance interop between .NET and Python for running diffusion models.
12
+
13
+ ---
14
+
15
+ ## Features
16
+ - Automatic installation of isolated portable Python
17
+ - Device-specific Python virtual environments
18
+ - Automatic model downloads from Huggingface repositories
19
+
20
+ ## Supported Pipelines
21
+ ### Z-Image
22
+ - ZImagePipeline
23
+ - ZImageImg2ImgPipeline
24
+ ### Qwen Image
25
+ - QwenImagePipeline
26
+ - QwenImageImg2ImgPipeline
27
+ - QwenImageEditPlusPipeline
28
+ ### FLUX.1
29
+ - FluxPipeline
30
+ - FluxImg2ImgPipeline
31
+ - FluxKontextPipeline
32
+ - FluxControlNetPipeline
33
+ ### FLUX.2
34
+ - Flux2Pipeline
35
+ ### Chroma
36
+ - ChromaPipeline
37
+ - ChromaImg2ImgPipeline
38
+ ### Wan Video
39
+ - WanPipeline
40
+ - WanImageToVideoPipeline
41
+ ### StableDiffusionXL
42
+ - StableDiffusionXLPipeline
43
+ - StableDiffusionXLImg2ImgPipeline
44
+ - StableDiffusionXLControlNetPipeline
45
+ - StableDiffusionXLControlNetImg2ImgPipeline
46
+
47
+ ### TextToImage
48
+ <p align="center" width="100%">
49
+ <img src="Screenshots/TextToImage.png">
50
+ </p>
51
+
52
+ ### ImageToImage
53
+ <p align="center" width="100%">
54
+ <img src="Screenshots/ImageToImage.png">
55
+ </p>
56
+
57
+ ### ImageEdit
58
+ <p align="center" width="100%">
59
+ <img src="Screenshots/ImgeEdit.png">
60
+ </p>
61
+
62
+ ### ImageEdit-Multi
63
+ <p align="center" width="100%">
64
+ <img src="Screenshots/ImgeEdit-Multi.png">
65
+ </p>
66
+
67
+ ### TextToVideo
68
+ <p align="center" width="100%">
69
+ <img src="Screenshots/TextToVideo.png">
70
+ </p>
71
+
72
+ ### ImageToVideo
73
+ <p align="center" width="100%">
74
+ <img src="Screenshots/ImageToVideo.png">
75
+ </p>