Steven Liu
cc5b31ffc9
[docs] Migrate syntax ( #12390 )
...
* change syntax
* make style
2025-09-30 10:11:19 -07:00
Álvaro Somoza
edcbe8038b
Fix huggingface-hub failing tests ( #11994 )
...
* login
* more logins
* uploads
* missed login
* another missed login
* downloads
* examples and more logins
* fix
* setup
* Apply style fixes
* fix
* Apply style fixes
2025-07-29 02:34:58 -04:00
Aryan
a4df8dbc40
Update more licenses to 2025 ( #11746 )
...
update
2025-06-19 07:46:01 +05:30
Quentin Gallouédec
c8bb1ff53e
Use HF Papers ( #11567 )
...
* Use HF Papers
* Apply style fixes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-05-19 06:22:33 -10:00
suzukimain
b52119ae92
[docs] Replace runwayml/stable-diffusion-v1-5 with Lykon/dreamshaper-8 ( #9428 )
...
* [docs] Replace runwayml/stable-diffusion-v1-5 with Lykon/dreamshaper-8
Updated documentation as runwayml/stable-diffusion-v1-5 has been removed from Huggingface.
* Update docs/source/en/using-diffusers/inpaint.md
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com >
* Replace with stable-diffusion-v1-5/stable-diffusion-v1-5
* Update inpaint.md
---------
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com >
2024-09-16 10:18:45 -07:00
Tolga Cangöz
3dc97bd148
Update CLIPFeatureExtractor to CLIPImageProcessor and DPTFeatureExtractor to DPTImageProcessor ( #9002 )
...
* fix: update `CLIPFeatureExtractor` to `CLIPImageProcessor` in codebase
* `make style && make quality`
* Update `DPTFeatureExtractor` to `DPTImageProcessor` in codebase
* `make style`
---------
Co-authored-by: Aryan <aryan@huggingface.co >
2024-08-05 09:20:29 -10:00
Tolga Cangöz
7071b7461b
Errata: Fix typos & \s+$ ( #9008 )
...
* Fix typos
* chore: Fix typos
* chore: Update README.md for promptdiffusion example
* Trim trailing white spaces
* Fix a typo
* update number
* chore: update number
* Trim trailing white space
* Update README.md
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com >
* Update README.md
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com >
---------
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com >
2024-08-02 21:24:25 -07:00
Sayak Paul
d87fe95f90
[Chore] add LoraLoaderMixin to the inits ( #8981 )
...
* introduce to promote reusability.
* up
* add more tests
* up
* remove comments.
* fix fuse_nan test
* clarify the scope of fuse_lora and unfuse_lora
* remove space
* rewrite fuse_lora a bit.
* feedback
* copy over load_lora_into_text_encoder.
* address dhruv's feedback.
* fix-copies
* fix issubclass.
* num_fused_loras
* fix
* fix
* remove mapping
* up
* fix
* style
* fix-copies
* change to SD3TransformerLoRALoadersMixin
* Apply suggestions from code review
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com >
* up
* handle wuerstchen
* up
* move lora to lora_pipeline.py
* up
* fix-copies
* fix documentation.
* comment set_adapters().
* fix-copies
* fix set_adapters() at the model level.
* fix?
* fix
* loraloadermixin.
---------
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com >
2024-07-26 08:59:33 +05:30
YiYi Xu
62863bb1ea
Revert "[LoRA] introduce LoraBaseMixin to promote reusability." ( #8976 )
...
Revert "[LoRA] introduce LoraBaseMixin to promote reusability. (#8774 )"
This reverts commit 527430d0a4 .
2024-07-25 09:10:35 -10:00
Sayak Paul
527430d0a4
[LoRA] introduce LoraBaseMixin to promote reusability. ( #8774 )
...
* introduce to promote reusability.
* up
* add more tests
* up
* remove comments.
* fix fuse_nan test
* clarify the scope of fuse_lora and unfuse_lora
* remove space
* rewrite fuse_lora a bit.
* feedback
* copy over load_lora_into_text_encoder.
* address dhruv's feedback.
* fix-copies
* fix issubclass.
* num_fused_loras
* fix
* fix
* remove mapping
* up
* fix
* style
* fix-copies
* change to SD3TransformerLoRALoadersMixin
* Apply suggestions from code review
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com >
* up
* handle wuerstchen
* up
* move lora to lora_pipeline.py
* up
* fix-copies
* fix documentation.
* comment set_adapters().
* fix-copies
* fix set_adapters() at the model level.
* fix?
* fix
---------
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com >
2024-07-25 21:40:58 +05:30
Seongsu Park
267bf65707
🌐 [i18n-KO] Translated docs to Korean (added 7 docs and etc) ( #8804 )
...
* remove unused docs
* add ko-18n docs
* docs typo, edit etc
* reorder list, add `in translation` in toctree
* fix minor translation
* fix docs minor tone, etc
2024-07-22 08:08:44 -07:00
Tolga Cangöz
138fac703a
Discourage using deprecated revision parameter ( #8573 )
...
* Discourage using `revision`
* `make style && make quality`
* Refactor code to use 'variant' instead of 'revision'
* `revision="bf16"` -> `variant="bf16"`
---------
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com >
2024-06-24 10:06:49 -07:00
Tolga Cangöz
468ae09ed8
Errata - Trim trailing white space in the whole repo ( #8575 )
...
* Trim all the trailing white space in the whole repo
* Remove unnecessary empty places
* make style && make quality
* Trim trailing white space
* trim
---------
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com >
2024-06-24 18:39:15 +05:30
Tolga Cangöz
98730c5dd7
Errata ( #8322 )
...
* Fix typos
* Trim trailing whitespaces
* Remove a trailing whitespace
* chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0
* Revert "chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0"
This reverts commit fd742b30b4 .
* pokemon -> naruto
* `DPMSolverMultistep` -> `DPMSolverMultistepScheduler`
* Improve Markdown stylization
* Improve style
* Improve style
* Refactor pipeline variable names for consistency
* up style
2024-06-05 13:59:09 -07:00
M. Tolga Cangöz
e97a633b63
Update access of configuration attributes ( #7343 )
...
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com >
2024-03-18 08:53:29 -10:00
M. Tolga Cangöz
6a05b274cc
Fix Typos ( #7325 )
...
* Fix PyTorch's convention for inplace functions
* Fix import structure in __init__.py and update config loading logic in test_config.py
* Update configuration access
* Fix typos
* Trim trailing white spaces
* Fix typo in logger name
* Revert "Fix PyTorch's convention for inplace functions"
This reverts commit f65dc4afcb .
* Fix typo in step_index property description
* Revert "Update configuration access"
This reverts commit 8d44e870b8 .
* Revert "Fix import structure in __init__.py and update config loading logic in test_config.py"
This reverts commit 2ad5e8bca2 .
* Fix typos
* Fix typos
* Fix typos
* Fix a typo: tranform -> transform
2024-03-18 09:48:40 -07:00
Sayak Paul
30e5e81d58
change to 2024 in the license ( #6902 )
...
change to 2024
2024-02-08 08:19:31 -10:00
M. Tolga Cangöz
c697f52476
[Docs] Update and make improvements ( #5819 )
...
Update and make improvements
2023-11-16 13:47:25 -08:00
Mishig
84e5cc596c
Fix doc KO unconditional_image_generation.md ( #5236 )
...
Fix indent issue
2023-09-29 18:49:40 +02:00
Seongsu Park
0c775544dd
[Docs] Korean translation update ( #4684 )
...
* Docs kr update 3
controlnet, reproducibility 업로드
generator 그대로 사용
seamless multi-GPU 그대로 사용
create_dataset 번역 1차
stable_diffusion_jax
new translation
Add coreml, tome
kr docs minor fix
translate training/instructpix2pix
fix training/instructpix2pix.mdx
using-diffusers/weighting_prompts 번역 1차
add SDXL docs
Translate using-diffuers/loading_overview.md
translate using-diffusers/textual_inversion_inference.md
Conditional image generation (#37 )
* stable_diffusion_jax
* index_update
* index_update
* condition_image_generation
---------
Co-authored-by: Seongsu Park <tjdtnsu@gmail.com >
jihwan/stable_diffusion.mdx
custom_diffusion 작업 완료
quicktour 작업 완료
distributed inference & control brightness (#40 )
* distributed_inference.mdx
* control_brightness
---------
Co-authored-by: idra79haza <idra79haza@github.com >
Co-authored-by: Seongsu Park <tjdtnsu@gmail.com >
using_safetensors (#41 )
* distributed_inference.mdx
* control_brightness
* using_safetensors.mdx
---------
Co-authored-by: idra79haza <idra79haza@github.com >
Co-authored-by: Seongsu Park <tjdtnsu@gmail.com >
delete safetensor short
* Repace mdx to md
* toctree update
* Add controlling_generation
* toctree fix
* colab link, minor fix
* docs name typo fix
* frontmatter fix
* translation fix
2023-09-01 09:23:45 -07:00
camenduru
c6ae9b7df6
Where did this 'x' come from, Elon? ( #4277 )
...
* why mdx?
* why mdx?
* why mdx?
* no x for kandinksy either
---------
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com >
2023-07-26 18:18:14 +02:00
Seongsu Park
8b18cd8e7f
[Docs] Korean translation update ( #4022 )
...
* feat) optimization kr translation
* fix) typo, italic setting
* feat) dreambooth, text2image kr
* feat) lora kr
* fix) LoRA
* fix) fp16 fix
* fix) doc-builder style
* fix) fp16 일부 단어 수정
* fix) fp16 style fix
* fix) opt, training docs update
* merge conflict
* Fix community pipelines (#3266 )
* Allow disabling torch 2_0 attention (#3273 )
* Allow disabling torch 2_0 attention
* make style
* Update src/diffusers/models/attention.py
* Release: v0.16.1
* feat) toctree update
* feat) toctree update
* Fix custom releases (#3708 )
* Fix custom releases
* make style
* Fix loading if unexpected keys are present (#3720 )
* Fix loading
* make style
* Release: v0.17.0
* opt_overview
* commit
* Create pipeline_overview.mdx
* unconditional_image_generatoin_1stDraft
* ✨ Add translation for write_own_pipeline.mdx
* conditional-직역, 언컨디셔널
* unconditional_image_generation first draft
* reviese
* Update pipeline_overview.mdx
* revise-2
* ♻️ translation fixed for write_own_pipeline.mdx
* complete translate basic_training.mdx
* other-formats.mdx 번역 완료
* fix tutorials/basic_training.mdx
* other-formats 수정
* inpaint 한국어 번역
* depth2img translation
* translate training/adapt-a-model.mdx
* revised_all
* feedback taken
* using_safetensors.mdx_first_draft
* custom_pipeline_examples.mdx_first_draft
* img2img 한글번역 완료
* tutorial_overview edit
* reusing_seeds
* torch2.0
* translate complete
* fix) 용어 통일 규약 반영
* [fix] 피드백을 반영해서 번역 보정
* 오탈자 정정 + 컨벤션 위배된 부분 정정
* typo, style fix
* toctree update
* copyright fix
* toctree fix
* Update _toctree.yml
---------
Co-authored-by: Chanran Kim <seriousran@gmail.com >
Co-authored-by: apolinário <joaopaulo.passos@gmail.com >
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com >
Co-authored-by: Lee, Hongkyu <75282888+howsmyanimeprofilepicture@users.noreply.github.com >
Co-authored-by: hyeminan <adios9709@gmail.com >
Co-authored-by: movie5 <oyh5800@naver.com >
Co-authored-by: idra79haza <idra79haza@github.com >
Co-authored-by: Jihwan Kim <cuchoco@naver.com >
Co-authored-by: jungwoo <boonkoonheart@gmail.com >
Co-authored-by: jjuun0 <jh061993@gmail.com >
Co-authored-by: szjung-test <93111772+szjung-test@users.noreply.github.com >
Co-authored-by: idra79haza <37795618+idra79haza@users.noreply.github.com >
Co-authored-by: howsmyanimeprofilepicture <howsmyanimeprofilepicture@gmail.com >
Co-authored-by: hoswmyanimeprofilepicture <hoswmyanimeprofilepicture@gmail.com >
2023-07-17 18:28:08 -07:00