layerdiffusion 0ba9f7f399 Clip Skip to All Models
Technically Correct Implementation of CLIP skip for all models.
Automatic1111 uses a weird logic to ignore SDXL clip skip but added an option to only set CLIP-L Skip with an offset 1, which means if one set skip as 3, then the SDXL CLIP G does not skip but SDXL CLIP L uses 3-1=2 as skip (not 3?!)
Forge now uses technically correct and consistent clip skip for all models. Forge now outweigh technical correctness over reproducing Auto results.
But one can get same results by just do not set clip skip for SDXL.
2024-07-27 05:46:53 -07:00
2024-07-26 12:02:46 -07:00
2022-09-30 14:16:26 +03:00
2024-07-26 15:19:24 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 07:20:29 -07:00
2024-07-26 15:11:12 -07:00
2024-07-27 05:46:53 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 13:08:47 -07:00
2024-07-26 12:02:46 -07:00
2023-08-21 15:27:04 +03:00
2024-01-25 17:02:35 -08:00
2023-04-03 15:23:35 -04:00
2023-01-15 09:24:48 +03:00
2024-07-26 12:02:46 -07:00
2024-07-26 13:49:15 -07:00
2024-01-31 12:29:58 +08:00
2024-07-26 12:02:46 -07:00
2023-01-07 13:30:06 +03:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00
2024-07-26 12:02:46 -07:00

Stable Diffusion WebUI Forge

Stable Diffusion WebUI Forge is a platform on top of Stable Diffusion WebUI (based on Gradio) to make development easier, optimize resource management, speed up inference, and study experimental features.

The name "Forge" is inspired from "Minecraft Forge". This project is aimed at becoming SD WebUI's Forge.

Forge is currently based on SD-WebUI 1.10 at this commit.

Installing Forge

If you are proficient in Git and you want to install Forge as another branch of SD-WebUI, please see here. In this way, you can reuse all SD checkpoints and all extensions you installed previously in your OG SD-WebUI, but you should know what you are doing.

If you know what you are doing, you can install Forge using same method as SD-WebUI. (Install Git, Python, Git Clone the forge repo https://github.com/lllyasviel/stable-diffusion-webui-forge.git and then run webui-user.bat).

Or you can just use this one-click installation package (with git and python included).

>>> Click Here to Download One-Click Package <<<

After you download, you uncompress, use update.bat to update, and use run.bat to run.

Note that running update.bat is important, otherwise you may be using a previous version with potential bugs unfixed.

image

Previous Versions

You can download previous versions here.

Under Construction

This Readme is under construction ... more docs/wiki coming soon ...

Description
No description provided
Readme Cite this repository 138 MiB
Languages
Python 94.2%
JavaScript 1.9%
Cuda 1.7%
C++ 0.9%
CSS 0.6%
Other 0.6%