Webui Forge - Integration of models failure #15369
Unanswered
DezorianGuv
asked this question in
Q&A
Replies: 1 comment
-
The most important step is this isn't the Forge repo and you should ask there instead. The second important step is check if you need to add "" to set A1111_HOME like this Or just remove everything from set A1111_HOME up to call webui.bat and add the paths directly to set
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I am using Stability Matrix and installed Stable Diffusion Webui, which works fine.
Months later I installed ForgeUI which I used for several weeks, which worked fine. I followed guides on how to integrade my models, loras, etc. - all was working fine.
Yesterday Forge started acting up with a bug by not displaying newly generated images, but reverting back to the previous image in the preview (only for a brief moment the actual new image was visible). So I deleted the ForgeUI folder and installed a new package from github.
I copied the same lines into the webui_user.bat.
But now when running ForgeUI by starting webui.bat the UI isn't showing any models, loras, embeddings or similar, nothing got integrated from OG SD.
The content of the webui-user.bat of my Forge folder:
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=
set A1111_HOME=C:/StabilityMatrix/Data/Packages/stable-diffusion-webui
set VENV_DIR=%A1111_HOME%/venv
set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% ^
--ckpt-dir %A1111_HOME%/models/Stable-diffusion ^
--hypernetwork-dir %A1111_HOME%/models/hypernetworks ^
--embeddings-dir %A1111_HOME%/embeddings ^
--lora-dir %A1111_HOME%/models/Lora
--cuda-stream
call webui.bat
Have I overlooked some important step?
Beta Was this translation helpful? Give feedback.
All reactions