Anthony Wu
|
42bf9e3d4d
|
Hot Fix: coldstart weight download (version 0.9.3) (#235)
|
2025-07-08 20:19:34 -07:00 |
|
Filip Strand
|
847404748f
|
Generalise in-context functionality (#203)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: filipstrand <filipstrand@users.noreply.github.com>
|
2025-06-12 09:01:07 +02:00 |
|
Filip Strand
|
13bfb24964
|
Concept Attention (#199)
|
2025-06-04 19:27:03 +02:00 |
|
Filip Strand
|
fa56f33161
|
Add upscaling support (#184)
|
2025-05-22 19:40:27 +02:00 |
|
filipstrand
|
4cb8a5b203
|
Better init pattern for depth model
|
2025-05-10 13:40:21 +02:00 |
|
filipstrand
|
393a60fb2b
|
Small fix for LoRA scales
|
2025-05-06 13:22:42 +02:00 |
|
Anthony Wu
|
8b828ced27
|
In-Context generation: allow lora composition
|
2025-04-30 22:00:33 -07:00 |
|
filipstrand
|
d376f9c931
|
FLUX.1 Tools | Redux & Depth
|
2025-04-24 09:08:21 +02:00 |
|
Aarni Koskela
|
83a7bf3519
|
Clean up fmt: off comments
* Use magic trailing commas instead of disabling formatting to keep args on separate lines
* Scope `fmt: off`s better where that's not possible
|
2025-03-31 00:55:38 +02:00 |
|
filipstrand
|
d4d98186e2
|
FLUX.1 Tools | Fill
|
2025-03-16 11:12:34 +01:00 |
|
Anthony Wu
|
04d24234f1
|
Fix: image gen should stop even if no callbacks are registered
|
2025-03-09 07:42:12 -07:00 |
|
filipstrand
|
e13181e176
|
Add after_loop callback to in context generation
|
2025-03-05 08:32:26 +01:00 |
|
filipstrand
|
c8c35ac8c9
|
Add ability to download LoRAs automatically from Huggingface
|
2025-03-05 07:55:21 +01:00 |
|
filipstrand
|
5ec7ab5b41
|
Renaming: Remove 'init' prefix for a more general interface
|
2025-03-05 07:30:46 +01:00 |
|
Serkan Sakar
|
f65286e1fb
|
add memory saver to controlnet
|
2025-03-02 19:28:19 +01:00 |
|
Serkan Sakar
|
50752f58f4
|
Memory usage optimizations
|
2025-02-28 20:43:01 +01:00 |
|
filipstrand
|
74173f543e
|
Let before-loop callback accept latents and let StepwiseHandler include initial latent
|
2025-02-14 05:21:18 +01:00 |
|
filipstrand
|
3cecfae75b
|
Refactor model config
|
2025-02-12 22:27:34 +01:00 |
|
filipstrand
|
09d75e46b8
|
Add PromptCache: Small optimization for repeated generations with same prompt
|
2025-02-12 22:27:34 +01:00 |
|
filipstrand
|
3601baf75e
|
Implement general callback mechanism
|
2025-02-09 15:27:06 +01:00 |
|
filipstrand
|
e4af40e4ee
|
Refactor: Remove ConfigControlnet
|
2025-02-09 14:37:23 +01:00 |
|
filipstrand
|
22f98fc5a4
|
Refactor: Add separate Flux initializer
|
2025-02-09 14:37:23 +01:00 |
|
filipstrand
|
0d9a5d626f
|
Refactor: Transformer & Flux
|
2025-02-02 19:12:07 +01:00 |
|
filipstrand
|
807b243e56
|
Support variable numbers of transformer blocks
|
2025-01-22 08:18:39 +01:00 |
|
filipstrand
|
398cf082c3
|
Fix string formating
|
2025-01-19 19:49:57 +01:00 |
|
filipstrand
|
21a98b1369
|
Small updates
|
2025-01-19 15:19:17 +01:00 |
|
Anthony Wu
|
344ac90c74
|
comprehensive ModelConfig refactor to support compatible HuggingFace dev/schnell models
|
2025-01-17 06:27:33 -08:00 |
|
filipstrand
|
bae49c8145
|
Dreambooth v1
|
2024-12-22 19:42:37 +01:00 |
|
filipstrand
|
ce387921c5
|
Add named args for height and width for clarity
|
2024-10-29 20:12:50 +01:00 |
|
Anthony Wu
|
351cc8bbf1
|
support metadata files as CLI arg supplier
|
2024-10-20 09:18:49 -07:00 |
|
filipstrand
|
2ed0628e58
|
Light refactoring: Move latent creation to separate class
|
2024-10-20 11:49:43 +02:00 |
|
Anthony Wu
|
6201a93d4a
|
tests and fixes for image to image
|
2024-10-20 00:48:45 -07:00 |
|
Anthony Wu
|
f963b7a9b2
|
image to image implementation
|
2024-10-12 10:46:20 -07:00 |
|
Anthony Wu
|
9b6cd01171
|
introduce ruff isort
|
2024-10-10 11:56:14 -07:00 |
|
filipstrand
|
e908c1cede
|
Add stepwise handler
|
2024-10-09 22:29:36 +02:00 |
|
Anthony Wu
|
fcc9b21d19
|
option to save stepwise and composite images, add interruptibility
|
2024-09-23 15:20:25 -07:00 |
|
Anthony Wu
|
8b47492f1b
|
more qol suggestions
|
2024-09-21 15:03:35 -07:00 |
|
filipstrand
|
9e6ace4cc3
|
Apply ruff formating (minor manual modifications to some files which are subsequently excluded)
|
2024-09-21 19:59:12 +02:00 |
|
filipstrand
|
38c747b680
|
Extract model saving logic to separate class
|
2024-09-17 07:35:42 +02:00 |
|
filipstrand
|
a30dc4d5cc
|
Rename image.py to generated_image.py
|
2024-09-17 07:35:42 +02:00 |
|
Fabio
|
3dba1e38e1
|
controlnet - first working version
|
2024-09-14 14:37:30 +02:00 |
|
Fabio
|
1b9c645503
|
WIP controlnet
|
2024-09-13 00:28:43 +02:00 |
|
filipstrand
|
c0d419777e
|
Add quantize option to from_alias initializer
|
2024-09-06 22:11:00 +02:00 |
|
filipstrand
|
915f3c2950
|
Move flux.py to separate package
|
2024-09-06 21:09:26 +02:00 |
|