mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-20 13:08:21 +06:00

* Add VQGAN-CLIP research project * fixed style issues * Update examples/research_projects/vqgan-clip/README.md Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update examples/research_projects/vqgan-clip/VQGAN_CLIP.py Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update examples/research_projects/vqgan-clip/requirements.txt Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update examples/research_projects/vqgan-clip/README.md Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update examples/research_projects/vqgan-clip/VQGAN_CLIP.py Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update examples/research_projects/vqgan-clip/VQGAN_CLIP.py Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update examples/research_projects/vqgan-clip/VQGAN_CLIP.py Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update examples/research_projects/vqgan-clip/loaders.py Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * replace CLIPProcessor with tokenizer, change asserts to exceptions * rm unused import * remove large files (jupyter notebook linked in readme, imgs migrated to hf dataset) * add tokenizers dependency * Remove comment Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> * rm model checkpoints --------- Co-authored-by: Erwann Millon <erwann@Erwanns-MacBook-Air.local> Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
28 lines
295 B
Plaintext
28 lines
295 B
Plaintext
einops
|
|
gradio
|
|
icecream
|
|
imageio
|
|
lpips
|
|
matplotlib
|
|
more_itertools
|
|
numpy
|
|
omegaconf
|
|
opencv_python_headless
|
|
Pillow
|
|
pudb
|
|
pytorch_lightning
|
|
PyYAML
|
|
requests
|
|
scikit_image
|
|
scipy
|
|
setuptools
|
|
streamlit
|
|
taming-transformers
|
|
torch
|
|
torchvision
|
|
tqdm
|
|
transformers==4.26.0
|
|
tokenizers==0.13.2
|
|
typing_extensions
|
|
wandb
|