diffusers/scripts
Will Berman 62b3c9e06a
unCLIP variant (#2297)
* pipeline_variant

* Add docs for when clip_stats_path is specified

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip_img2img.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip_img2img.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* prepare_latents # Copied from re: @patrickvonplaten

* NoiseAugmentor->ImageNormalizer

* stable_unclip_prior default to None re: @patrickvonplaten

* prepare_prior_extra_step_kwargs

* prior denoising scale model input

* {DDIM,DDPM}Scheduler -> KarrasDiffusionSchedulers re: @patrickvonplaten

* docs

* Update docs/source/en/api/pipelines/stable_unclip.mdx

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

---------

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2023-02-14 11:28:57 -08:00
..
__init__.py Fix conversion script 2022-07-15 17:00:41 +00:00
change_naming_configs_and_checkpoints.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
conversion_ldm_uncond.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_dance_diffusion_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_ddpm_original_checkpoint_to_diffusers.py Fix typos and add Typo check GitHub Action (#483) 2022-09-16 15:36:51 +02:00
convert_diffusers_to_original_stable_diffusion.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_dit_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_k_upscaler_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_kakao_brain_unclip_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_ldm_original_checkpoint_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_models_diffuser_to_diffusers.py Add UNet 1d for RL model for planning + colab (#105) 2022-11-14 13:48:48 -08:00
convert_ncsnpp_original_checkpoint_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_original_stable_diffusion_to_diffusers.py unCLIP variant (#2297) 2023-02-14 11:28:57 -08:00
convert_stable_diffusion_checkpoint_to_onnx.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_unclip_txt2img_to_image_variation.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_vae_pt_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_versatile_diffusion_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
convert_vq_diffusion_to_diffusers.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
generate_logits.py Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00