Patrick von Platen
cc59b05635
[ModelOutputs] Replace dict outputs with Dict/Dataclass and allow to return tuples ( #334 )
...
* add outputs for models
* add for pipelines
* finish schedulers
* better naming
* adapt tests as well
* replace dict access with . access
* make schedulers works
* finish
* correct readme
* make bcp compatible
* up
* small fix
* finish
* more fixes
* more fixes
* Apply suggestions from code review
Co-authored-by: Suraj Patil <surajp815@gmail.com>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
* Update src/diffusers/models/vae.py
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
* Adapt model outputs
* Apply more suggestions
* finish examples
* correct
Co-authored-by: Suraj Patil <surajp815@gmail.com>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
2022-09-05 14:49:26 +02:00
Patrick von Platen
e54206d095
Update README.md
...
Remove joke
2022-09-02 13:20:00 +02:00
Patrick von Platen
6b5baa9332
Add contributions to README and re-order a bit ( #316 )
...
* up
* thanks Clau
* finish
* finish
* up
2022-09-02 13:19:13 +02:00
Pedro Cuenca
3a536ac8f1
README: stable diffusion version v1-3 -> v1-4 ( #331 )
...
Prose: stable diffusion version v1-3 -> v1-4
The code examples use `v1-4`, but the license text was referring to
`v1-3`.
2022-09-02 13:18:09 +02:00
Patrick von Platen
64270eff34
Improve README to show how to use SD without an access token ( #315 )
...
* Readme sd
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Anton Lozhkov <anton@huggingface.co>
Co-authored-by: Anton Lozhkov <anton@huggingface.co>
2022-09-01 15:06:04 +02:00
Kirill
034673bbeb
Fix stable-diffusion-seeds.ipynb link ( #309 )
2022-09-01 14:59:34 +05:30
Patrick von Platen
bc2ad5a661
Improve README ( #301 )
2022-08-31 21:02:46 +02:00
Patrick von Platen
2299951e6d
Update README.md
2022-08-31 18:34:35 +02:00
Nathan Lambert
851b968630
readme: remove soon tag for diffuse-the-rest
2022-08-30 10:08:03 -07:00
Patrick von Platen
3a5eff9022
Update README.md
2022-08-30 19:02:14 +02:00
Patrick von Platen
6e808719d2
Update README.md
2022-08-30 19:01:58 +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
Nathan Lambert
e5b5deaea6
Update README.md with examples ( #252 )
...
* Update README.md
* Update README.md
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
* Update README.md
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
2022-08-26 15:27:25 +05:30
Suraj Patil
4674fdf807
Add image2image example script. ( #231 )
...
* boom boom
* reorganise examples
* add image2image in example inference
* add readme
* fix example
* update colab url
* Apply suggestions from code review
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
* fix init_timestep
* update colab url
* update main readme
* rename readme
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
2022-08-23 16:27:28 +05:30
anton-l
60a147343f
Release: v0.2.4
2022-08-22 18:45:43 +02:00
Anton Lozhkov
0ab948568d
Add more visibility to the colab links with badges
2022-08-22 14:15:24 +02:00
anton-l
ebd80e2618
Release: v0.2.3
2022-08-22 10:49:38 +02:00
Anton Lozhkov
62b3efe351
Fix SD example typo
2022-08-22 09:25:55 +02:00
Pedro Cuenca
2b7669183e
Update README for 0.2.3 release ( #225 )
...
* Update README for 0.2.3 release:
* Apply suggestions from code review
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-08-21 23:59:46 +02:00
Anton Lozhkov
3cde81408f
Add incompatibility note for SD (temporary)
2022-08-20 12:02:32 +02:00
Suraj Patil
f9522d825c
[StableDiffusionPipeline] use default params in __call__ ( #196 )
...
use default params in __call__
2022-08-17 17:06:12 +05:30
Suraj Patil
80e0c8ba9e
fix stable-diffusion code snippet format.
2022-08-17 14:15:00 +05:30
apolinario
e36a36788e
Match params with official Stable Diffusion lib ( #192 )
...
https://github.com/CompVis/stable-diffusion
2022-08-16 22:52:22 +02:00
Patrick von Platen
554e67cb06
Update README.md
2022-08-16 19:12:25 +02:00
Patrick von Platen
45cb500667
Update README.md
2022-08-16 19:10:35 +02:00
Patrick von Platen
8c78e73fef
Update README.md
2022-08-16 19:09:09 +02:00
anton-l
c1b378db69
Release: v0.2.1
2022-08-16 18:22:45 +02:00
anton-l
ea2e177c1d
Release: v0.2.0
2022-08-16 17:39:50 +02:00
Sugato Ray
616c3a42cb
Added `diffusers` to conda-forge and updated README for installation instruction ( #129 )
...
add instruction to install with conda
Co-authored-by: Anton Lozhkov <anton@huggingface.co>
2022-08-03 16:46:23 +02:00
anton-l
b6cadcef98
Release: 0.1.3
2022-07-28 10:27:32 +02:00
Mario Šaško
0f8547c2af
Add syntax highlighting to code blocks in README ( #131 )
2022-07-24 16:20:56 +02:00
Yue Zhao
27782bc18e
fix some errors and rewrite sentences in README.md ( #133 )
...
* Update README.md
line 23, 24 and 25: Remove "that" because "that" is unnecessary in these three sentences.
line 33: Rewrite this sentence and make it more straightforward.
line 34: This first sentence is incomplete.
line 117: “focusses" -> "focuses"
line 118: "continuous" -> "continuous"
line 119: "consise" -> "concise"
* Update README.md
2022-07-24 12:02:39 +02:00
Patrick von Platen
04fa7baea8
Update README.md
2022-07-21 16:54:55 +02:00
apolinario
9a04a8a6a8
Update README.md with examples ( #121 )
...
Update README.md
2022-07-21 16:53:59 +02:00
Omar Sanseviero
a05a5fb9ba
Update main README ( #120 )
...
* Update README.md
* Update README.md
2022-07-21 16:43:47 +02:00
Patrick von Platen
71faf347fd
Update README.md
2022-07-21 16:25:17 +02:00
Lysandre Debut
3b7f514a1c
Beef up quickstart ( #117 )
2022-07-21 13:53:31 +02:00
Lysandre Debut
d87d5edf66
README improvements: credits and roadmap ( #116 )
...
* Typos
* Credits and roadmap
* Second version
2022-07-21 10:06:16 +02:00
Patrick von Platen
9c3820d05a
Big Model Renaming ( #109 )
...
* up
* change model name
* renaming
* more changes
* up
* up
* up
* save checkpoint
* finish api / naming
* finish config renaming
* rename all weights
* finish really
2022-07-21 01:30:45 +02:00
Patrick von Platen
e5f3415fbd
Update README.md
2022-07-15 17:28:04 +02:00
Patrick von Platen
f5ca5af6ce
add to readme
2022-07-15 14:06:45 +00:00
Patrick von Platen
a8fc1560c6
Update README.md
2022-07-15 15:06:38 +02:00
Nathan Lambert
dacabaa47f
readme vp typo fix
2022-07-14 14:39:19 -07:00
Patrick von Platen
e47c97a451
no inference moed doesn't always work
2022-06-28 23:05:08 +00:00
Patrick von Platen
740326d2a2
Update README.md
2022-06-29 01:01:41 +02:00
Nathan Lambert
85d991a12a
Update README.md
2022-06-27 15:21:46 -04:00
Patrick von Platen
9a4d53a476
Update README.md
2022-06-27 02:09:49 +02:00
Patrick von Platen
433cb3f801
clean up sde ve more
2022-06-25 18:25:43 +00:00
Patrick von Platen
6e456b7a7a
Update README.md
2022-06-22 18:38:32 +02:00
Anton Lozhkov
3a17775454
TODO: Add FID and KID metrics
2022-06-22 17:26:07 +02:00