Laurent
c1831829b4
fix comfyui requirements.txt
2024-09-05 14:33:55 +00:00
Laurent
1cee7c6da3
bump comfyui-refiners version
2024-09-05 15:55:42 +02:00
Laurent
c2e255c045
add comfyui requirements.txt
2024-09-05 15:55:42 +02:00
Colle
a061f0042d
nits: cross-reference the box-segmenter
2024-09-05 14:55:17 +02:00
Laurent
78ec8cf408
add box segmenter comfyui examples workflow
2024-09-05 12:05:55 +02:00
Laurent
b67efb26df
add comfyui custom nodes
2024-09-05 12:05:55 +02:00
Cédric Deltheil
428c2ddcec
ella: refresh README and mkdocs
...
CI / lint_and_typecheck (push) Waiting to run
Deploy docs to GitHub Pages / Deploy docs (push) Waiting to run
Spell checker / Spell check (push) Waiting to run
Follow up of #389
2024-09-04 14:03:12 +02:00
ily-R
277b0fd837
ella adapter implementation. tested with sd1.5 model
2024-09-04 11:38:22 +02:00
Laurent
a8efe5eab0
use scm versionning for the package
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
Spell checker / Spell check (push) Has been cancelled
2024-09-02 15:01:08 +02:00
Pierre Chapuis
7ca1774b5f
add box segmenter solution
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
Spell checker / Spell check (push) Has been cancelled
2024-08-30 09:26:53 +02:00
Pierre Chapuis
c8ff6d95f0
fix deprecation warning
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
Spell checker / Spell check (push) Has been cancelled
2024-08-28 14:31:27 +02:00
Pierre Chapuis
e643006887
fix .to for MVANet
CI / lint_and_typecheck (push) Waiting to run
Deploy docs to GitHub Pages / Deploy docs (push) Waiting to run
Spell checker / Spell check (push) Waiting to run
2024-08-27 18:41:29 +02:00
Pierre Chapuis
0046d2288f
return typing for __init__
2024-08-27 18:41:29 +02:00
Pierre Chapuis
8aa1d9d91d
fix formatting in docs
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
Spell checker / Spell check (push) Has been cancelled
2024-08-26 14:03:40 +02:00
Pierre Chapuis
2fc93cb334
improve comments
2024-08-26 13:59:02 +02:00
Pierre Chapuis
10dfa73a09
Add Multi-View Aggregation Network (MVANet)
...
Co-authored-by: Pierre Colle <piercus@gmail.com>
2024-08-26 13:59:02 +02:00
Laurent
a5d3c2971b
update ic_light adapter, bugfix + improve docstrings
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
Spell checker / Spell check (push) Has been cancelled
2024-08-21 14:15:40 +02:00
Laurent
2cb0f06119
remove a couple from torch import ...
from the code
2024-08-21 11:08:27 +02:00
limiteinductive
51dcd7772c
implement foreground conditioned ic light
2024-08-12 12:09:23 +02:00
Pierre Chapuis
928da1ee1c
fix repr when there are non-Fluxion modules in a tree
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
Spell checker / Spell check (push) Has been cancelled
2024-08-08 19:26:56 +02:00
limiteinductive
b4ee65b9b1
improve load_from_safetensors typing
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
Spell checker / Spell check (push) Has been cancelled
2024-08-02 15:29:39 +02:00
limiteinductive
1de567590b
fix typing issues coming from torch 2.4 version ; typing is not guaranteed for torch < 2.4
2024-08-02 12:02:00 +02:00
limiteinductive
09a9dfd494
Add stochastic sampling to DPM solver (SDE)
CI / lint_and_typecheck (push) Waiting to run
Deploy docs to GitHub Pages / Deploy docs (push) Waiting to run
Spell checker / Spell check (push) Waiting to run
2024-07-23 11:13:12 +02:00
Pierre Chapuis
daee77298d
improve FrankenSolver
...
It now takes a Scheduler factory instead of a Scheduler.
This lets the user potentially recreate the Scheduler on `rebuild`.
It also properly sets the device and dtype on rebuild,
and it has better typing.
2024-07-19 16:46:52 +02:00
Laurent
88325c3bbc
multi-upscaler: specify map_location when loading negative embedding
2024-07-12 18:49:25 +02:00
Laurent
6ddd5435b8
fix broken dtypes in tiled auto encoders
2024-07-11 15:23:02 +02:00
Laurent
f3b5c8d3e1
create SD1.5 MultiUpscaler pipeline
...
Co-authored-by: limiteinductive <benjamin@lagon.tech>
Co-authored-by: Cédric Deltheil <355031+deltheil@users.noreply.github.com>
2024-07-11 15:23:02 +02:00
Laurent
66cd0d57a1
improve MultiDiffusion pipelines
...
Co-authored-by: limiteinductive <benjamin@lagon.tech>
Co-authored-by: Cédric Deltheil <355031+deltheil@users.noreply.github.com>
2024-07-11 15:23:02 +02:00
Pierre Chapuis
9e8c2a3753
add FrankenSolver
...
This solver is designed to use Diffusers Schedulers as Refiners Solvers.
2024-07-10 19:31:34 +02:00
Cédric Deltheil
245f51393e
auto_encoder: swap x/y names when generating tiles
...
Cosmetic change
2024-06-26 14:17:28 +02:00
limiteinductive
b42881e54e
Implement Tiled Autoencoder inference to save VRAM
2024-06-26 11:59:18 +02:00
limiteinductive
15ccdb38f3
Add scale_decay parameter for SD1 ControlNet
2024-06-24 13:21:27 +02:00
Pierre Chapuis
98de9d13d3
fix typing problems
2024-06-24 11:12:29 +02:00
Pierre Chapuis
1886e6456c
add a docstring for set_inference_steps
...
This explains the relation between first_step and strength,
as shown by @holwech here: https://github.com/finegrain-ai/refiners/discussions/374
2024-05-29 16:20:50 +02:00
Cédric Deltheil
ddcd84c740
training_utils: export neptune config and mixin
...
Like W&B. With this, #371 would have broken `test_import_training_utils`.
Follow up of #371 and #372 .
2024-05-29 10:29:34 +02:00
Laurent
7dba1c8034
(training_utils) neptune callback pydantic fix
2024-05-28 22:42:28 +02:00
Laurent
3ad7f592db
(training_utils) add NeptuneCallback
2024-05-28 16:35:11 +02:00
limiteinductive
3a7f14e4dc
Fix clock log order ; fix that the first iteration was skipped
2024-05-21 17:57:14 +02:00
limiteinductive
0bec9a855d
annotated validators for TimeValue
2024-05-09 10:53:58 +02:00
limiteinductive
22f4f4faf1
DataLoader validation
2024-05-09 10:53:58 +02:00
limiteinductive
38bddc49bd
implement data_iterable
2024-05-09 10:53:58 +02:00
Benjamin Trom
05a63ef44e
apply suggestions from code review
2024-05-09 10:53:58 +02:00
limiteinductive
d6c225a112
implement data_iterable (bis)
2024-05-09 10:53:58 +02:00
limiteinductive
de8334b6fc
remove dataset length
2024-05-09 10:53:58 +02:00
limiteinductive
b497b27cd3
remove dataset length (bis)
2024-05-09 10:53:58 +02:00
limiteinductive
603c8abb1e
fix clock
2024-05-09 10:53:58 +02:00
limiteinductive
44760ac19f
deprecate evaluation
2024-05-09 10:53:58 +02:00
limiteinductive
061d44888f
batch to step
2024-05-09 10:53:58 +02:00
limiteinductive
b7bb8bba80
remove EventConfig
...
This is a partial rollback of commit 5dde281
2024-05-09 10:53:58 +02:00
Laurent
7aff743019
initialize StableDiffusion_1_Inpainting with a 9 channel SD1Unet if not provided
2024-04-23 16:58:22 +02:00