Commit Graph

8660 Commits

Author SHA1 Message Date
maybleMyers
397a36e0f5 update readme 2025-07-13 11:32:40 -07:00
maybleMyers
f002067584 add extra large link 2025-07-04 12:45:53 -07:00
maybleMyers
9464505b45 fp32 option for te 2025-06-29 08:44:12 -07:00
benjimon
fb1f3397d6
Merge branch 'lllyasviel:main' into main 2025-06-29 07:52:16 -07:00
benjimon
a5ce2b61a1
Merge pull request #6 from maybleMyers/merge
merge stuff
2025-06-29 07:51:39 -07:00
maybleMyers
9a866bcf11 merge stuff 2025-06-29 07:19:08 -07:00
Lilith
dfdcbab685
Fix SD upscale Batch count (#2950)
Co-authored-by: LilithDragoness <secret@email.com>
2025-06-26 18:53:55 +01:00
Mathieu Croquelois
d6b1d188b9
Add support for fp8 scaled (#2946) 2025-06-24 20:19:27 -04:00
NEON
715c24b0e2
Multithreading softinpainting (#2927) 2025-06-23 18:39:51 -04:00
Mathieu Croquelois
963e7643f0
Add Chroma (#2925) 2025-06-23 18:35:06 -04:00
maybleMyers
d8559177a8 add linux instructions 2025-06-22 15:02:20 -07:00
maybleMyers
fc75248b43 update readme 2025-06-14 11:15:26 -07:00
Mathieu Croquelois
ae278f7940
Repair ancestral sampling for FLUX (#2915) 2025-06-11 10:09:02 -04:00
maybleMyers
4ce4e50ce2 add sigmoid scheduler 2025-06-11 05:23:41 -07:00
maybleMyers
786fd0ffd0 fix euler a sampler, add links 2025-06-11 04:55:48 -07:00
maybleMyers
e58933ff12 update readme 2025-06-07 23:09:15 -07:00
maybleMyers
520d5521f4 update readme 2025-06-07 22:52:16 -07:00
maybleMyers
e3efdf7411 Merge branch 'main' of https://github.com/maybleMyers/chromaforge 2025-06-05 23:37:49 -07:00
maybleMyers
0f267b23d1 add conversion script, link to high res checkpoints 2025-06-05 23:37:26 -07:00
benjimon
da770a8239
Update networks.py 2025-05-27 09:17:22 -07:00
maybleMyers
7168036476 update readme 2025-05-27 02:17:51 -07:00
maybleMyers
d062dcf841 update instructions in readme 2025-05-27 02:02:46 -07:00
maybleMyers
fd3a3b856a fix sage attention implementation 2025-05-27 02:01:28 -07:00
maybleMyers
f581c39302 add sage wheel 2025-05-27 01:55:56 -07:00
maybleMyers
a82dd0f32a update readme 2025-05-26 15:39:59 -07:00
maybleMyers
e72572846e Merge branch 'main' of https://github.com/maybleMyers/chromaforge 2025-05-25 18:33:40 -07:00
maybleMyers
e2036270ac merge experimental sage/flash PR 2025-05-25 18:31:45 -07:00
maybleMyers
f362ec6638 merge experimental sage pr 2025-05-25 18:23:12 -07:00
benjimon
49bdf77583
Merge pull request #1 from lllyasviel/main
Add BF16 to GGUF (#2877)
2025-05-23 02:33:25 -07:00
Emmanuel Ferdman
d557aef9d8
Resolve warnings of datetime library (#2874) 2025-05-23 02:35:41 -04:00
spawner
2ed324da6a
automaticly add local themes 2025-05-19 15:39:13 +08:00
spawner
ae1d2449a5
support noob ctrlnet inpaint model https://civitai.com/models/1376234/noobai-inpainting-controlnet 2025-05-19 15:38:13 +08:00
spawner
df925305e8
flash and sage 2025-05-19 15:34:50 +08:00
spawner
d88f325f32
sage and flash 2025-05-19 15:33:33 +08:00
spawner
4f67034794
Update args.py 2025-05-19 15:33:03 +08:00
Mathieu Croquelois
17a42e5877
Add BF16 to GGUF (#2877) 2025-05-19 00:06:23 -04:00
maybleMyers
dab6f3c7a7 update readme 2025-05-18 14:49:12 -07:00
maybleMyers
1283eb9b23 update readme 2025-05-18 14:48:03 -07:00
maybleMyers
8c6c221f20 update readme 2025-05-18 14:46:08 -07:00
maybleMyers
bd2de22508 update to latest version of forge, fix que 2025-05-18 14:36:46 -07:00
machina
0ced1d0cd0
Support wd_on_output for DoRA (#2856) 2025-05-05 09:32:33 -04:00
drhead
0b26121335
re-add line to update sampling step (#2853) 2025-05-03 14:39:03 -04:00
drhead
d3573962bd
Add separate cuda stream for live preview VAE (#2844) 2025-05-01 13:16:54 -04:00
JT
c055f2d43b
update bitsandbytes version for cuda128 support (#2712) 2025-03-04 00:36:20 +00:00
DenOfEquity
5e1dcd35a8
some extra lora support, inc. new glora (#2715)
* support new glora (via ComfyUI)
* support BFL FluxTools loras (mostly via ComfyUI)
* also support using loras (like Hyper, Turbo) with FluxTools models
2025-03-04 00:26:43 +00:00
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
DenOfEquity
3ce373939e
this is useful (spiece.model for SD3 T5 tokenizer)(#2699) 2025-02-27 20:40:19 +00:00
DenOfEquity
f23bc80d2f
SD3+ (#2688)
Co-authored-by: graemeniedermayer graemeniedermayer@users.noreply.github.com
2025-02-27 17:54:44 +00:00
DenOfEquity
8dd92501e6
Add SDXL refiner model (#2686)
add sdxlrefiner
adjust some Settings
custom CLIP-G support
2025-02-25 10:49:47 +00:00
catboxanon
c4b6fccefc
Add native "Stealth" infotext support (#2684) 2025-02-23 15:03:50 -05:00