FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/diffusers/utils - cryptexis/diffusers · GitHub
cryptexis
/
diffusers
Public
forked from
huggingface/diffusers
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
diffusers
src
diffusers
utils
on
main
User selector
Datepicker
Commit history
Commits on Feb 8, 2024
fix: load_image should support PIL Image (#6904)
Show description for 1824d00
Laisky
and
sayakpaul
authored
1824d00
View commit details
Copy full SHA for 1824d00
View code at this point
Browse repository at this point
change to 2024 in the license (#6902)
Show description for 30e5e81
sayakpaul
authored
30e5e81
View commit details
Copy full SHA for 30e5e81
View code at this point
Browse repository at this point
Add fps argument to export_to_gif function. (#6786)
masaishi
authored
8de7800
View commit details
Copy full SHA for 8de7800
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
[Model Card] standardize dreambooth model card (#6729)
Show description for 76696dc
sayakpaul
authored
76696dc
View commit details
Copy full SHA for 76696dc
View code at this point
Browse repository at this point
Commits on Feb 5, 2024
Fix posix path issue in testing utils (#6849)
Show description for fdf55b1
DN6
authored
fdf55b1
View commit details
Copy full SHA for fdf55b1
View code at this point
Browse repository at this point
Commits on Feb 3, 2024
Change path to posix (testing_utils.py) (#6803)
Show description for 02338c9
stephen-iezzi
and
sayakpaul
authored
02338c9
View commit details
Copy full SHA for 02338c9
View code at this point
Browse repository at this point
Commits on Feb 2, 2024
[Contributor Experience] Fix test collection on MPS (#6808)
Show description for 9cc59ba
UmerHA
authored
9cc59ba
View commit details
Copy full SHA for 9cc59ba
View code at this point
Browse repository at this point
Commits on Feb 1, 2024
add is_torchvision_available (#6800)
Show description for 093a03a
yiyixuxu
and
yiyixuxu
authored
093a03a
View commit details
Copy full SHA for 093a03a
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
[Feat] add I2VGenXL for image-to-video generation (#6665)
Show description for 04cd6ad
authored
04cd6ad
View commit details
Copy full SHA for 04cd6ad
View code at this point
Browse repository at this point
Add PIA Model/Pipeline (#6698)
Show description for 56bea6b
DN6
authored
56bea6b
View commit details
Copy full SHA for 56bea6b
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
Update export to video to support new `tensor_to_vid` function in video pipelines (#6715)
Show description for 8e94663
DN6
authored
8e94663
View commit details
Copy full SHA for 8e94663
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
[Hub] feat: explicitly tag to diffusers when using push_to_hub (#6678)
Show description for d4c7ab7
authored
d4c7ab7
View commit details
Copy full SHA for d4c7ab7
View code at this point
Browse repository at this point
Commits on Jan 24, 2024
AnimateDiff Video to Video (#6328)
Show description for a517f66
authored
a517f66
View commit details
Copy full SHA for a517f66
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
[Refactor] Update from single file (#6428)
Show description for fee93c8
DN6
authored
fee93c8
View commit details
Copy full SHA for fee93c8
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
add Sa-Solver (#5975)
Show description for c7df846
authored
c7df846
View commit details
Copy full SHA for c7df846
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Fix failing tests due to Posix Path (#6627)
Show description for a65ca8a
DN6
authored
a65ca8a
View commit details
Copy full SHA for a65ca8a
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Use of Posix to better support Windows compatibility in testing_utils (#6587)
Show description for 53f498d
charchit7
authored
53f498d
View commit details
Copy full SHA for 53f498d
View code at this point
Browse repository at this point
Commits on Jan 15, 2024
[OmegaConf] replace it with `yaml` (#6488)
Show description for cb4b3f0
sayakpaul
authored
cb4b3f0
View commit details
Copy full SHA for cb4b3f0
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
Remove conversion to RGB (#6479)
Show description for c6b0458
authored
c6b0458
View commit details
Copy full SHA for c6b0458
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
add `StableDiffusionXLKDiffusionPipeline` (#6447)
Show description for 6313645
authored
6313645
View commit details
Copy full SHA for 6313645
View code at this point
Browse repository at this point
Commits on Dec 30, 2023
Add new WebUI conversion state_dict_utils to __init__ utils (#6404)
Show description for bf725e0
apolinario
and
multimodalart
authored
bf725e0
View commit details
Copy full SHA for bf725e0
View code at this point
Browse repository at this point
Create convert_diffusers_sdxl_lora_to_webui.py (#6395)
Show description for 0b63ad5
apolinario
and
multimodalart
authored
0b63ad5
View commit details
Copy full SHA for 0b63ad5
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
Move ControlNetXS into Community Folder (#6316)
Show description for c1e8bdf
DN6
and
sayakpaul
authored
c1e8bdf
View commit details
Copy full SHA for c1e8bdf
View code at this point
Browse repository at this point
[LoRA] make LoRAs trained with `peft` loadable when `peft` isn't installed (#6306)
Show description for 78b87dc
sayakpaul
authored
78b87dc
View commit details
Copy full SHA for 78b87dc
View code at this point
Browse repository at this point
Commits on Dec 26, 2023
[`Peft` / `Lora`] Add `adapter_names` in `fuse_lora` (#5823)
Show description for 3aba99a
authored
3aba99a
View commit details
Copy full SHA for 3aba99a
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Allow diffusers to load with Flax, w/o PyTorch (#6272)
pcuenca
authored
7fe4759
View commit details
Copy full SHA for 7fe4759
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
open muse (#5437)
Show description for 4039815
williamberman
authored
4039815
View commit details
Copy full SHA for 4039815
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
Compile test fix (#6104)
Show description for d704a73
DN6
authored
d704a73
View commit details
Copy full SHA for d704a73
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
Add ControlNet-XS support (#5827)
Show description for e192ae0
authored
e192ae0
View commit details
Copy full SHA for e192ae0
View code at this point
Browse repository at this point
Harmonize HF environment variables + deprecate use_auth_token (#6066)
Show description for 75ada25
Wauplin
authored
75ada25
View commit details
Copy full SHA for 75ada25
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
Device agnostic testing (#5612)
Show description for f427345
arsalanu
authored
f427345
View commit details
Copy full SHA for f427345
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
[`logging`] Fix assertion bug (#6012)
Show description for 5235070
tolgacangoz
authored
5235070
View commit details
Copy full SHA for 5235070
View code at this point
Browse repository at this point
Commits on Nov 29, 2023
Add SVD (#5895)
Show description for 63f767e
authored
63f767e
View commit details
Copy full SHA for 63f767e
View code at this point
Browse repository at this point
[Pipeline] Add TextToVideoZeroSDXLPipeline (#4695)
Show description for d63a498
authored
d63a498
View commit details
Copy full SHA for d63a498
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
[@cene555][Kandinsky 3.0] Add Kandinsky 3.0 (#5913)
Show description for b978334
patrickvonplaten
authored
b978334
View commit details
Copy full SHA for b978334
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL