Shyam Sudhakaran
2fdd094c10
Wildcard stable diffusion pipeline ( #900 )
...
* Initial Wildcard Stable Diffusion Pipeline
* Added some additional example usage
* style
* Added links in README and additional documentation
* Initial Wildcard Stable Diffusion Pipeline
* Added some additional example usage
* style
* Added links in README and additional documentation
* cleanup readme again
* Apply suggestions from code review
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-10-21 17:43:19 +02:00
SkyTNT
ba74a8be7a
[Community Pipelines] Fix pad_tokens_and_weights in lpw_stable_diffusion ( #925 )
...
[Community Pipelines] fix pad_tokens_and_weights in lpw_stable_diffusion
2022-10-20 19:26:04 +02:00
Mikail Duzenli
a5eb7f4293
[Examples] add speech to image pipeline example ( #897 )
...
* First draft
* created the SpeechToImagePipeline class
* Corrected speech_to_image_diffusion.py style
* Added safety checker
* Corrected style
* Adding examples to README
2022-10-20 13:47:13 +02:00
SkyTNT
2a0c823527
[Community Pipelines] Long Prompt Weighting Stable Diffusion Pipelines ( #907 )
...
* [Community Pipelines] Long Prompt Weighting
* Update README.md
* fix
* style
* fix style
* Update examples/community/README.md
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-10-19 22:30:46 +02:00
Patrick von Platen
83b696e6c0
[Communit Pipeline] Make sure "mega" uses correct inpaint pipeline ( #908 )
2022-10-19 15:54:07 +02:00
Nathan Raw
627ad6e8ea
Rename frame filename in interpolation community example ( #881 )
...
🎨 rename frame filename
2022-10-17 20:08:58 +02:00
apolinario
fd26624f3b
Add generic inference example to community pipeline readme ( #874 )
...
Update README.md
2022-10-17 17:16:50 +02:00
Nathan Raw
dff91ee9a9
Fix table in community README.md ( #879 )
...
Update README.md
2022-10-17 16:51:25 +02:00
Patrick von Platen
52e8fdb8ae
Update README.md
2022-10-17 15:25:04 +02:00
Patrick von Platen
ed6c61c6a0
Fix small community pipeline import bug and finish README ( #869 )
...
* up
* Finish
2022-10-17 15:07:48 +02:00
Patrick von Platen
146419f741
All in one Stable Diffusion Pipeline ( #821 )
...
* uP
* correct
* make style
* small change
2022-10-17 14:37:25 +02:00
Patrick von Platen
ad0e9ac7f6
Update README.md
2022-10-17 14:21:44 +02:00
Nathan Raw
ee9875ee9b
Add Stable Diffusion Interpolation Example ( #862 )
...
* ✨ Add Stable Diffusion Interpolation Example
* 💄 style
* Update examples/community/interpolate_stable_diffusion.py
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-10-17 13:48:42 +02:00
Patrick von Platen
5b94450ec3
Update README.md
2022-10-17 13:41:13 +02:00
Patrick von Platen
765a446dee
Update README.md
2022-10-17 13:34:15 +02:00
Patrick von Platen
d3eb3b35be
[Community] One step unet ( #840 )
2022-10-14 13:09:21 +02:00
Suraj Patil
435433cefd
Update clip_guided_stable_diffusion.py
2022-10-06 18:38:09 +02:00
Suraj Patil
4581f147a6
Update clip_guided_stable_diffusion.py
2022-10-06 18:12:54 +02:00
Suraj Patil
3383f77441
update the clip guided PR according to the new API ( #751 )
2022-10-06 15:43:48 +02:00
Suraj Patil
c16761e9d9
[CLIPGuidedStableDiffusion] take the correct text embeddings ( #667 )
...
take the correct text embeddings
2022-09-28 17:41:34 +02:00
Suraj Patil
c0c98df9a1
[CLIPGuidedStableDiffusion] remove set_format from pipeline ( #653 )
...
remove set_format from pipeline
2022-09-27 18:56:47 +02:00
Kashif Rasul
bd8df2da89
[Pytorch] Pytorch only schedulers ( #534 )
...
* pytorch only schedulers
* fix style
* remove match_shape
* pytorch only ddpm
* remove SchedulerMixin
* remove numpy from karras_ve
* fix types
* remove numpy from lms_discrete
* remove numpy from pndm
* fix typo
* remove mixin and numpy from sde_vp and ve
* remove remaining tensor_format
* fix style
* sigmas has to be torch tensor
* removed set_format in readme
* remove set format from docs
* remove set_format from pipelines
* update tests
* fix typo
* continue to use mixin
* fix imports
* removed unsed imports
* match shape instead of assuming image shapes
* remove import typo
* update call to add_noise
* use math instead of numpy
* fix t_index
* removed commented out numpy tests
* timesteps needs to be discrete
* cast timesteps to int in flax scheduler too
* fix device mismatch issue
* small fix
* Update src/diffusers/schedulers/scheduling_pndm.py
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-09-27 15:27:34 +02:00
Suraj Patil
8d36d5adb1
Update clip_guided_stable_diffusion.py
2022-09-19 18:03:00 +02:00
Suraj Patil
dc2a1c1d07
[examples/community] add CLIPGuidedStableDiffusion ( #561 )
...
* add CLIPGuidedStableDiffusion
* add credits
* add readme
* style
* add clip prompt
* fnfix cond_n
* fix cond fn
* fix cond fn for lms
2022-09-19 17:29:19 +02:00
Patrick von Platen
a4d5b59f13
Refactor Pipelines / Community pipelines and add better explanations. ( #257 )
...
* [Examples readme]
* Improve
* more
* save
* save
* save more
* up
* up
* Apply suggestions from code review
Co-authored-by: Nathan Lambert <nathan@huggingface.co>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
* up
* make deterministic
* up
* better
* up
* add generator to img2img pipe
* save
* make pipelines deterministic
* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py
Co-authored-by: Anton Lozhkov <anton@huggingface.co>
* apply all changes
* more correctnios
* finish
* improve table
* more fixes
* up
* Apply suggestions from code review
Co-authored-by: Suraj Patil <surajp815@gmail.com>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
* Apply suggestions from code review
Co-authored-by: Suraj Patil <surajp815@gmail.com>
* Apply suggestions from code review
Co-authored-by: Suraj Patil <surajp815@gmail.com>
* Apply suggestions from code review
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Suraj Patil <surajp815@gmail.com>
Co-authored-by: Anton Lozhkov <anton@huggingface.co>
* Update src/diffusers/pipelines/README.md
Co-authored-by: Suraj Patil <surajp815@gmail.com>
* add better links
* fix more
* finish
Co-authored-by: Nathan Lambert <nathan@huggingface.co>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Anton Lozhkov <anton@huggingface.co>
Co-authored-by: Suraj Patil <surajp815@gmail.com>
2022-08-30 18:43:42 +02:00