Yuqian Hong
|
e121d0ef67
|
[BUG] Fix convert_vae_pt_to_diffusers bug (#11078)
* fix attention
* Apply style fixes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2025-04-10 06:59:45 +01:00 |
|
Kenneth Gerald Hamilton
|
f10775b1b5
|
Fixed requests.get function call by adding timeout parameter. (#11156)
* Fixed requests.get function call by adding timeout parameter.
* declare DIFFUSERS_REQUEST_TIMEOUT in constants and import when needed
* remove unneeded os import
* Apply style fixes
---------
Co-authored-by: Sai-Suraj-27 <sai.suraj.27.729@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2025-04-04 07:23:14 +01:00 |
|
Sayak Paul
|
cb4b3f0b78
|
[OmegaConf] replace it with yaml (#6488)
* remove omegaconf from convert_from_ckpt.
* remove from single_file.
* change to string based ubscription.
* style
* okay
* fix: vae_param
* no . indexing.
* style
* style
* turn getattrs into explicit if/else
* style
* propagate changes to ldm_uncond.
* propagate to gligen
* propagate to if.
* fix: quotes.
* propagate to audioldm.
* propagate to audioldm2
* propagate to musicldm.
* propagate to vq_diffusion
* propagate to zero123.
* remove omegaconf from diffusers codebase.
|
2024-01-15 20:02:10 +05:30 |
|
Patrick von Platen
|
5df2acf7d2
|
[Conversion] Small fixes (#3848)
* [Conversion] Small fixes
* Update src/diffusers/pipelines/stable_diffusion/convert_from_ckpt.py
|
2023-06-22 13:52:59 +02:00 |
|
Patrick von Platen
|
a7ca03aa85
|
Replace flake8 with ruff and update black (#2279)
* before running make style
* remove left overs from flake8
* finish
* make fix-copies
* final fix
* more fixes
|
2023-02-07 23:46:23 +01:00 |
|
Patrick von Platen
|
0f04e799dc
|
fix vae pt script
|
2023-02-07 08:34:19 +00:00 |
|
chavinlo
|
717a956a02
|
Create convert_vae_pt_to_diffusers.py (#2215)
* Create convert_vae_pt_to_diffusers.py
Just a simple script to convert VAE.pt files to diffusers format
Tested with: https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/VAEs/orangemix.vae.pt
* Update convert_vae_pt_to_diffusers.py
Forgot to add the function call
* make style
---------
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: chavinlo <example@example.com>
|
2023-02-07 09:10:34 +01:00 |
|