Xeno443 commited on
Commit
c0e77b2
·
verified ·
1 Parent(s): 7b10232

Rewrote readme.md

Browse files
Files changed (1) hide show
  1. README.md +59 -35
README.md CHANGED
@@ -3,48 +3,72 @@ license: unknown
3
  ---
4
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/674081772cb82e06227eee49/iVhdKxba6cn4nDAmue1KU.png)
5
 
6
- # ⭐ Forge portable version ⭐
7
- Updated 3th September 2025 with Forge version `f2.0.1v1.10.1-previous-669`
8
- Updated with PyTorch 2.8.0, CUDA 12.8.
9
- This also works with Nvidia RTX 5xxx (Blackwell).
10
 
11
  The official portable Zip still comes with an old version of Forge and Pytorch so here is an updated one which also includes updated SDXL default settings.
12
 
 
 
 
 
13
  **This version is not supported or endorsed by lllyasviel!**
14
 
15
- ***
16
- ### TL;DR
17
- Download the full pack which contains everything besides a model/checkpoint:
18
- ➡️➡️ [Download](https://huggingface.co/datasets/Xeno443/forge_portable/resolve/main/download/forge-f2.0.1v1.10.1-previous-669-pytorch-addons.7z) ⬅️⬅️
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
- ⚠️**Use the "run.bat" to start!**
21
- If you want to change commandlineargs edit "webui\webui-user.bat" as usual, but start with the run.bat in the main directory to make sure the portable environment is set up.
22
 
23
- ⚠️If you receive an error like this during extraction, your WinRAR version is too old. Update it or install <A HREF="https://7-zip.org/">7-Zip</A>. ![image/png](https://cdn-uploads.huggingface.co/production/uploads/674081772cb82e06227eee49/ziSf0PxdAKe-wJSNQIoFf.png)
 
24
 
25
- ***
26
- ### All Downloads
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  I have uploaded two different versions:
 
28
  - <FONT COLOR="white">pytorch</FONT>: has all required pytorch modules installed and is preconfigured for SDXL models
29
- - <FONT COLOR="white">pytorch + addons</FONT>: same as above but comes with a lot of popular and useful addons:
30
- (tag autocomplete, forge couple, dynamic prompts, regional prompter, adetailer, negpip, inpaint tools)
31
-
32
- All versions are cloned from the main branch, previous versions can be found in the download folder:
33
- ➡️ [Download](https://huggingface.co/datasets/Xeno443/forge_portable/tree/main/download)
34
-
35
- ***
36
- ### ⭐ This is what I did
37
- 1) Download official portable ZIP from Forge Github
38
- 2) Unzip into C:\SD\forge-portable
39
- 3) run "update.bat" (this is required⚠️)
40
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/674081772cb82e06227eee49/9A4r-TphpyZRBepVO_M6F.png)
41
- 4) open command prompt in "c:\SD\forge-portable"
42
- run "environment.bat" (important⚠️)
43
- Execute `python -m pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 --upgrade`
44
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/674081772cb82e06227eee49/P4F19a7iLgNsrTUxyUmlA.png)
45
- This will end with a few error messages about missing dependencies.
46
- 5) execute "run.bat"
47
- this will install remaining dependencies and the Forge UI should appear after a while
48
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/674081772cb82e06227eee49/hdo07ocvivmrEYbKEBkxR.png)
49
-
50
- You will need to download a model separately.
 
3
  ---
4
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/674081772cb82e06227eee49/iVhdKxba6cn4nDAmue1KU.png)
5
 
6
+ # ⭐ <FONT SIZE="+3">Forge portable version</FONT>
7
+ - Updated 6th December 2025 with Forge version `f2.0.1v1.10.1-previous-669`
8
+ - Updated with PyTorch 2.9.1 - CUDA 12.8 (supports up to Nvidia RTX 5xxx/Blackwell GPUs)
 
9
 
10
  The official portable Zip still comes with an old version of Forge and Pytorch so here is an updated one which also includes updated SDXL default settings.
11
 
12
+ **There have not been any updates for Forge in a long time and it seems to be no longer under active development so you might want to consider switching to
13
+ another webUI fork like [reForge](https://huggingface.co/datasets/Xeno443/reForge-portable) or [Forge Classic Neo](https://huggingface.co/datasets/Xeno443/ForgeClassic-portable)
14
+ or [ComfyUI](https://huggingface.co/datasets/Xeno443/ComfyUI_portable_python312)**
15
+
16
  **This version is not supported or endorsed by lllyasviel!**
17
 
18
+ <!-- bar collection
19
+ <IMG SRC="https://images2.imgbox.com/59/c8/NexBMVPR_o.png" ALT="transparent" style="width: 1084px; height: 5px">
20
+ <IMG SRC="https://images2.imgbox.com/59/c8/NexBMVPR_o.png" ALT="lightgray" style="width: 1084px; height: 5px">
21
+ <IMG SRC="https://images2.imgbox.com/63/d9/CmDulOER_o.png" ALT="lightblue" style="width: 1084px; height: 5px">
22
+ -->
23
+
24
+ ### 🟨<FONT SIZE="+2"><B>Quickstart</B></FONT>
25
+ <IMG SRC="https://images2.imgbox.com/63/d9/CmDulOER_o.png" ALT="lightblue" style="width: 1084px; height: 5px">
26
+ Download the full pack which contains everything besides a model (will automatically download noobaiXL on first run). See below for usage options.
27
+ Make sure your GPU driver is up to date!
28
+
29
+ ➡️➡️ [NVidia CUDA Full Pack](https://huggingface.co/datasets/Xeno443/forge_portable/resolve/main/download/forge-f2.0.1v1.10.1-previous-669-pytorch-addons.7z)
30
+
31
+ ⚠️If you receive an error like this during extraction, your WinRAR version is too old. Update it or install <A HREF="https://7-zip.org/">7-Zip</A>.
32
+ ![winrar-inverted](https://cdn-uploads.huggingface.co/production/uploads/674081772cb82e06227eee49/LCIP1nlCMXa0FB31JKJLl.png)
33
+
34
+
35
+ ### 🟨<FONT SIZE="+2"><B>Usage</B></FONT>
36
+ <IMG SRC="https://images2.imgbox.com/63/d9/CmDulOER_o.png" ALT="lightblue" style="width: 1084px; height: 5px">
37
+ This portable version contains all components required to use reForge without needing to install any additional components. The only thing your system needs are the Microsoft
38
+ Visual C++ runtimes, but if you are not using a naked Windows install it is very likely that you already have those. If you don't have them you can download them here:
39
+
40
+ * Latest Microsoft Visual C++ Redistributable Installer
41
+ https://aka.ms/vc14/vc_redist.x64.exe
42
 
43
+ After you unzip the archive you will find a few batch files in the main directory which must be used to run and modify the portable environment.
 
44
 
45
+ * <FONT COLOR="white"><B>run.bat</B></FONT>
46
+ This file sets up the necessary environment variables and launches the webui
47
 
48
+ * <FONT COLOR="white"><B>update-webui.bat</B></FONT>
49
+ Run this to check for webui updates online. It will automatically update to the latest version of the branch you are on.
50
+
51
+ * <FONT COLOR="white"><B>get-models.bat</B></FONT>
52
+ On a fresh install of the webui you will be missing a few essential/popular models and this file will download them for you.
53
+
54
+ * <FONT COLOR="white"><B>switch-branch.bat</B></FONT>
55
+ If you want to switch the current webui branch use this file to do so.
56
+ **Only use this if you know what you are doing!**
57
+
58
+ * <FONT COLOR="white"><B>environment.bat</B></FONT>
59
+ Starts a cmd.exe within the portable environment. You can use this to manually modify the embedded Python.
60
+ **Only use this if you know what you are doing!**
61
+
62
+ * <FONT COLOR="white"><B>change-pytorch.bat</B></FONT>
63
+ This allows you to switch to a different Pytorch version, or just reinstall the current one if you encounter issues.
64
+ **Only use this if you know what you are doing!**
65
+
66
+ The webui also accepts startup parameters for various effects, and you cann still edit the "webui\webui-user.bat" as usual, but start the webui with the "run.bat" in the main directory to make sure the portable environment is set up.
67
+
68
+ ### 🟨<FONT SIZE="+2"><B>All Downloads</B></FONT>
69
+ <IMG SRC="https://images2.imgbox.com/63/d9/CmDulOER_o.png" ALT="lightblue" style="width: 1084px; height: 5px">
70
  I have uploaded two different versions:
71
+
72
  - <FONT COLOR="white">pytorch</FONT>: has all required pytorch modules installed and is preconfigured for SDXL models
73
+ - <FONT COLOR="white">pytorch + addons</FONT>: same as above but comes with a lot of popular and useful addons, e.g.:
74
+ (tag autocomplete, forge couple, dynamic prompts, LoraCTL, regional prompter, adetailer, negpip, inpaint tools)