FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for examples - ModelsLab/diffusers_plus_plus · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ModelsLab
/
diffusers_plus_plus
Public
forked from
huggingface/diffusers
Notifications
You must be signed in to change notification settings
Fork
2
Star
14
Code
Issues
13
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
diffusers_plus_plus
examples
on
utils
User selector
Datepicker
Commit history
Commits on Jul 25, 2024
pass
shauray8
committed
34fb790
View commit details
Copy full SHA for 34fb790
View code at this point
Browse repository at this point
merge fixes
shauray8
committed
72311a0
View commit details
Copy full SHA for 72311a0
View code at this point
Browse repository at this point
readme
shauray8
committed
b2167b2
View commit details
Copy full SHA for b2167b2
View code at this point
Browse repository at this point
Update TensorRT img2img community pipeline (#8899)
Show description for 0bda1d7
authored
0bda1d7
View commit details
Copy full SHA for 0bda1d7
View code at this point
Browse repository at this point
[LoRA] introduce LoraBaseMixin to promote reusability. (#8774)
Show description for 527430d
sayakpaul
and
DN6
authored
527430d
View commit details
Copy full SHA for 527430d
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
Fix name when saving text inversion embeddings in dreambooth advanced scripts (#8927)
Show description for 3bb1fd6
DN6
authored
3bb1fd6
View commit details
Copy full SHA for 3bb1fd6
View code at this point
Browse repository at this point
fix: checkpoint save issue in advanced dreambooth lora sdxl script (#8926)
Show description for 7710415
akbaig
and
linoytsaban
authored
7710415
View commit details
Copy full SHA for 7710415
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
[Training] SD3 training fixes (#8917)
Show description for 1a8b3c2
authored
1a8b3c2
View commit details
Copy full SHA for 1a8b3c2
View code at this point
Browse repository at this point
Commits on Jul 18, 2024
[Core] remove `resume_download` from Hub related stuff (#8648)
Show description for e02ec27
sayakpaul
authored
e02ec27
View commit details
Copy full SHA for e02ec27
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Fix multi-gpu case for `train_cm_ct_unconditional.py` (#8653)
Show description for c1dc2ae
tolgacangoz
authored
c1dc2ae
View commit details
Copy full SHA for c1dc2ae
View code at this point
Browse repository at this point
Commits on Jul 12, 2024
[Community Pipelines] Accelerate inference of AnimateDiff by IPEX on CPU (#8643)
Show description for 9f963e7
ustcuna
authored
9f963e7
View commit details
Copy full SHA for 9f963e7
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
Remove unnecessary lines (#8569)
Show description for 57084da
tolgacangoz
and
sayakpaul
authored
57084da
View commit details
Copy full SHA for 57084da
View code at this point
Browse repository at this point
Commits on Jul 5, 2024
Improve model card for `push_to_hub` trainers (#8697)
Show description for 7833ed9
apolinario
and
linoytsaban
authored
7833ed9
View commit details
Copy full SHA for 7833ed9
View code at this point
Browse repository at this point
Fix saving text encoder weights and kohya weights in advanced dreambooth lora script (#8766)
Show description for 85c4a32
DN6
authored
85c4a32
View commit details
Copy full SHA for 85c4a32
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
Add vae_roundtrip.py example (#7104)
Show description for 2e2684f
thomaseding
and
asomoza
authored
2e2684f
View commit details
Copy full SHA for 2e2684f
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
[advanced dreambooth lora] add clip_skip arg (#8715)
Show description for beb1c01
linoytsaban
and
sayakpaul
authored
beb1c01
View commit details
Copy full SHA for beb1c01
View code at this point
Browse repository at this point
Update README.md to include Colab link (#8775)
sayakpaul
authored
84bbd2f
View commit details
Copy full SHA for 84bbd2f
View code at this point
Browse repository at this point
Allow SD3 DreamBooth LoRA fine-tuning on a free-tier Colab (#8762)
Show description for 600ef8a
sayakpaul
and
stevhliu
authored
600ef8a
View commit details
Copy full SHA for 600ef8a
View code at this point
Browse repository at this point
Revert "[LoRA] introduce `LoraBaseMixin` to promote reusability." (#8773)
Show description for 984d340
sayakpaul
authored
984d340
View commit details
Copy full SHA for 984d340
View code at this point
Browse repository at this point
[LoRA] introduce `LoraBaseMixin` to promote reusability. (#8670)
Show description for a2071a1
sayakpaul
authored
a2071a1
View commit details
Copy full SHA for a2071a1
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
Fix indent in dreambooth lora advanced SD 15 script (#8753)
Show description for 610a71d
DN6
authored
610a71d
View commit details
Copy full SHA for 610a71d
View code at this point
Browse repository at this point
[Tests] add test suite for SD3 DreamBooth (#8650)
Show description for 4e57aef
sayakpaul
authored
4e57aef
View commit details
Copy full SHA for 4e57aef
View code at this point
Browse repository at this point
[SD3 LoRA Training] Fix errors when not training text encoders (#8743)
Show description for af92869
authored
af92869
View commit details
Copy full SHA for af92869
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
fix the LR schedulers for `dreambooth_lora` (#8510)
Show description for 7bfc1ee
authored
7bfc1ee
View commit details
Copy full SHA for 7bfc1ee
View code at this point
Browse repository at this point
[train_controlnet_sdxl.py] Fix the LR schedulers when num_train_epochs is passed in a distributed training env (#8476)
Show description for 71c0461
Bhavay-2001
and
sayakpaul
authored
71c0461
View commit details
Copy full SHA for 71c0461
View code at this point
Browse repository at this point
Commits on Jun 29, 2024
[Community pipeline] SD3 Differential Diffusion Img2Img Pipeline (#8679)
Show description for 9b7acc7
asomoza
authored
9b7acc7
View commit details
Copy full SHA for 9b7acc7
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
[Advanced dreambooth lora] adjustments to align with canonical script (#8406)
Show description for 35f45ec
linoytsaban
and
sayakpaul
authored
35f45ec
View commit details
Copy full SHA for 35f45ec
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
[Sd3 Dreambooth LoRA] Add text encoder training for the clip encoders (#8630)
Show description for c6e08ec
authored
c6e08ec
View commit details
Copy full SHA for c6e08ec
View code at this point
Browse repository at this point
Fix redundant pipe init in sd3 lora (#8680)
Show description for 1f81fbe
hmdliu
and
sayakpaul
authored
1f81fbe
View commit details
Copy full SHA for 1f81fbe
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
Errata - Update class method convention to use `cls` (#8574)
Show description for 589931c
tolgacangoz
and
sayakpaul
authored
589931c
View commit details
Copy full SHA for 589931c
View code at this point
Browse repository at this point
Errata - Fix typos and improve style (#8571)
Show description for f040c27
tolgacangoz
and
sayakpaul
authored
f040c27
View commit details
Copy full SHA for f040c27
View code at this point
Browse repository at this point
Discourage using deprecated `revision` parameter (#8573)
Show description for 138fac7
tolgacangoz
and
sayakpaul
authored
138fac7
View commit details
Copy full SHA for 138fac7
View code at this point
Browse repository at this point
Errata - Trim trailing white space in the whole repo (#8575)
Show description for 468ae09
tolgacangoz
and
sayakpaul
authored
468ae09
View commit details
Copy full SHA for 468ae09
View code at this point
Browse repository at this point
Errata - Fix typos & improve contributing page (#8572)
Show description for c375903
tolgacangoz
and
sayakpaul
authored
c375903
View commit details
Copy full SHA for c375903
View code at this point
Browse repository at this point
[train_lcm_distill_lora_sdxl.py] Fix the LR schedulers when num_train_epochs is passed in a distributed training env (#8446)
Show description for b9d52fc
rootonchair
and
sayakpaul
authored
b9d52fc
View commit details
Copy full SHA for b9d52fc
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL