|
11 | 11 | - Device-specific Python virtual environments |
12 | 12 | - Automatic model downloads from Huggingface repositories |
13 | 13 |
|
| 14 | +--- |
| 15 | + |
| 16 | + |
14 | 17 | ## Supported Pipelines |
15 | | -### Z-Image |
| 18 | +**Z-Image** |
16 | 19 | - ZImagePipeline |
17 | 20 | - ZImageImg2ImgPipeline |
18 | | -### Qwen Image |
| 21 | + |
| 22 | +**Qwen Image** |
19 | 23 | - QwenImagePipeline |
20 | 24 | - QwenImageImg2ImgPipeline |
21 | 25 | - QwenImageEditPlusPipeline |
22 | | -### FLUX.1 |
| 26 | + |
| 27 | +**FLUX.1** |
23 | 28 | - FluxPipeline |
24 | 29 | - FluxImg2ImgPipeline |
25 | 30 | - FluxKontextPipeline |
26 | 31 | - FluxControlNetPipeline |
27 | | -### FLUX.2 |
| 32 | + |
| 33 | +**FLUX.2** |
28 | 34 | - Flux2Pipeline |
29 | | -### Chroma |
| 35 | + |
| 36 | +**Chroma** |
30 | 37 | - ChromaPipeline |
31 | 38 | - ChromaImg2ImgPipeline |
32 | | -### Wan Video |
| 39 | + |
| 40 | +**Wan Video** |
33 | 41 | - WanPipeline |
34 | 42 | - WanImageToVideoPipeline |
35 | | -### StableDiffusionXL |
| 43 | + |
| 44 | +**StableDiffusionXL** |
36 | 45 | - StableDiffusionXLPipeline |
37 | 46 | - StableDiffusionXLImg2ImgPipeline |
38 | 47 | - StableDiffusionXLControlNetPipeline |
39 | 48 | - StableDiffusionXLControlNetImg2ImgPipeline |
40 | 49 |
|
| 50 | +--- |
| 51 | + |
| 52 | +## Installation |
| 53 | + |
| 54 | +1. Download and extract **Diffuse.zip** |
| 55 | + *A fast SSD with plenty of free space is recommended, as model downloads can be large.* |
| 56 | + |
| 57 | +2. Run **Diffuse.exe** |
| 58 | + |
| 59 | +3. Load a model |
| 60 | + Diffuse will automatically: |
| 61 | + - Install an isolated portable Python runtime |
| 62 | + - Create the required virtual environment |
| 63 | + - Download the selected model from Hugging Face |
| 64 | + |
| 65 | +### First-run notice |
| 66 | +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. |
| 67 | + |
| 68 | +No manual Python setup is required. |
| 69 | + |
| 70 | + |
| 71 | +--- |
| 72 | + |
| 73 | +## Project Roadmap |
| 74 | + |
| 75 | +### Alpha |
| 76 | +Proof of concept, Focus on core functionality. |
| 77 | +- Portable Python installation and management |
| 78 | +- Device-specific virtual environments |
| 79 | +- Minimal but functional Windows UI |
| 80 | +- Basic Diffusers pipeline support |
| 81 | + |
| 82 | +### Beta |
| 83 | +Focus on usability, stability, and feature expansion. |
| 84 | +- Fully isolated Python execution |
| 85 | +- Installer and deployment tooling |
| 86 | +- Advanced UI and workflow options |
| 87 | +- ControlNet support |
| 88 | +- Upscaling and interpolation support |
| 89 | +- Extractor pipeline support |
| 90 | +- Stability, performance, and reliability improvements |
| 91 | + |
| 92 | +--- |
| 93 | + |
| 94 | +## Screenshots |
| 95 | + |
41 | 96 | ### TextToImage |
42 | 97 | <p align="center" width="100%"> |
43 | 98 | <img src="Screenshots/TextToImage.png"> |
|
66 | 121 | ### ImageToVideo |
67 | 122 | <p align="center" width="100%"> |
68 | 123 | <img src="Screenshots/ImageToVideo.png"> |
69 | | -</p> |
| 124 | +</p> |
0 commit comments