Laurent
564881c1c0
update some reference test images
2024-10-01 08:13:22 +00:00
Laurent
1e6a3f1d7c
add missing remove_noise method from the DPMSolver class
2024-10-01 08:12:51 +00:00
Laurent
b6ceecf16a
rewrite project.urls in pyproject.toml and add keywords
2024-10-01 08:12:41 +00:00
Laurent
63a71500d1
update requirements.lock
2024-10-01 08:11:56 +00:00
TyrianOtter
8352821984
fix DPMSolver.__call__
docs calling it deterministic ( #452 )
...
Co-authored-by: Cédric Deltheil <355031+deltheil@users.noreply.github.com>
2024-09-30 10:20:29 +02:00
Laurent
07fc6193ed
rework compute_clip_image_embedding
overloads + improve docstring
2024-09-27 12:25:45 +02:00
Laurent
9e2a499262
pyright: ignore "tests/repos"
2024-09-27 12:25:45 +02:00
Laurent
5a92285104
add torch.Generator to MultiUpscaler.upscale + make MultiUpscaler.diffuse_targets "stateless"
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-26 11:31:00 +02:00
Pierre Chapuis
883a2121f2
fix precision of DPM solver in bfloat16
2024-09-26 08:55:07 +02:00
Pierre Chapuis
ed7e2e5964
check timesteps stay the same in bfloat16
2024-09-26 08:55:07 +02:00
Pierre Chapuis
f1c8503e68
use default (1e-8) atol for basic DPM solver (used in SD1.5)
2024-09-26 08:55:07 +02:00
Pierre Chapuis
83b931296f
fix DPM-Solver with bfloat16
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-09-25 14:41:19 +02:00
Cédric Deltheil
283bf457dc
README.md: fix typo
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-09-24 14:46:44 +02:00
Cédric Deltheil
ae480dc684
README.md: add https://github.com/chloedia/layerdiffuse
2024-09-24 14:45:01 +02:00
Laurent
425ed96cad
(comfyui-refiners) set lower version constraints for transformers and huggingface-hub dependencies
CI / lint_and_typecheck (push) Has been cancelled
Publish to Comfy registry / Publish Custom Node to registry (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-20 21:05:35 +02:00
Cédric Deltheil
49ed1f32a1
pyproject.toml: silent typos for imaginAIry
2024-09-20 16:07:02 +02:00
Hugues Pouillot
986cb167ff
add editor link
2024-09-20 16:07:02 +02:00
Pierre Chapuis
a542337a83
fix typing
...
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
see https://github.com/microsoft/pyright/issues/9025
2024-09-19 15:30:11 +02:00
Laurent
cf270885a4
Update comfyui-refiners README.md
2024-09-19 14:17:50 +02:00
Pierre Chapuis
73089a4e2d
fix typing issue in dinov2 test
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-18 10:44:24 +02:00
Pierre Chapuis
336253f26b
remove unused argument in WindowSDPA
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-12 16:02:13 +02:00
Pierre Chapuis
31b5f80496
simplify implementation of load_from_safetensors
2024-09-12 15:14:14 +02:00
Laurent
2c0174f50e
rename test_unet.py to test_sd15_unet.py + use test_device fixture
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-10 09:16:22 +02:00
Laurent
4eceda810c
export/expose SD1Autoencoder and SDXLAutoencoder + some formatting
2024-09-10 09:16:22 +02:00
Laurent
602c63ce76
add missing device and dtype to SD1UNet's UpBlocks
2024-09-10 09:16:22 +02:00
Laurent
444882a734
move some tests into the adapters test folder
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-09-09 17:44:26 +02:00
Laurent
c6631c7ca6
implement _add_noise for dpm solver
2024-09-09 17:25:31 +02:00
Laurent
6d58492097
loosen the tolerances for some sam tests (because of a recent pytorch upgrade)
2024-09-09 17:17:12 +02:00
Laurent
2395e666d5
update gaussian_blur
fluxion util, see 45e053b2ae
2024-09-09 17:05:15 +02:00
Pierre Chapuis
a51d695523
MultiUpscaler: improve resizing logic
...
Spell checker / Spell check (push) Has been cancelled
CI / lint_and_typecheck (push) Has been cancelled
Deploy docs to GitHub Pages / Deploy docs (push) Has been cancelled
- Do not have a parameter to downscale (caller can do it beforehand if they want).
- Do not enforce mod 8 *before* upscale, we need it afterwards only (before SD).
2024-09-06 18:23:42 +02:00
limiteinductive
af6c5aecbe
add karras sigmas to dpm solver
2024-09-06 15:30:02 +02:00
Kadir Nar
5aef1408d8
⭐ Add example code for Stable Diffusion(1.5) ( #409 )
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-09-06 09:16:09 +02:00
Laurent
cf247a1b20
bump comfyui-refiners version
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
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
2024-09-05 16:51:05 +02:00
Laurent
bdcc0aa264
fix comfyui requirements.txt
2024-09-05 16:51:05 +02: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
dc1a2e1cc8
add comfyui registry badge
CI / lint_and_typecheck (push) Waiting to run
Publish to Comfy registry / Publish Custom Node to registry (push) Waiting to run
Deploy docs to GitHub Pages / Deploy docs (push) Waiting to run
Spell checker / Spell check (push) Waiting to run
2024-09-05 12:05:55 +02:00
Laurent
78ec8cf408
add box segmenter comfyui examples workflow
2024-09-05 12:05:55 +02:00
Laurent
76b4994c29
add comfyui registry github action
2024-09-05 12:05:55 +02:00
Laurent
b67efb26df
add comfyui custom nodes
2024-09-05 12:05:55 +02:00
snomiao
b6f547d14a
chore(licence-update): Update PyProject Toml - License
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-09-04 22:12:59 +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
Laurent
bec8e040eb
add more shields.io badges in README.md
2024-09-02 14:58:05 +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