stable-diffusion-webui-forge/backend/diffusion_engine
DenOfEquity 4f825bc070
fix zero'd cond_t5 device (#2701)
could be created on the wrong device if user has enough VRAM for Forge to run text encoders on GPU.
just move it to the cond_l device
2025-02-27 22:01:35 +00:00
..
base.py add a way to save models 2024-08-19 06:30:49 -07:00
flux.py rewrite mu shift 2024-10-31 22:57:26 -07:00
sd15.py update for Save Checkpoint button (#2636) 2025-02-09 13:21:15 +00:00
sd20.py update for Save Checkpoint button (#2636) 2025-02-09 13:21:15 +00:00
sd35.py fix zero'd cond_t5 device (#2701) 2025-02-27 22:01:35 +00:00
sdxl.py Add SDXL refiner model (#2686) 2025-02-25 10:49:47 +00:00