Go for it
MVDiffusion MVDiffusion
MVDiffusion: Enabling Holistic Multi-view Image Generation with Correspondence-Aware Diffusion paper https://arxiv.or
2023-09-13
VisualChatGPT VisualChatGPT
Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models paper https://arxiv.org/abs/2303.04671 co
2023-09-12
VAE VAE
Variational AutoEncoder 自动编码器(Autoencoder,AE) https://arxiv.org/abs/2003.05991 原理先将高维的原始数据映射到一个低维特征空间,然后从低维特征学习重建原始的数
2023-09-07
SDwithLoRA SDwithLoRA
Using LoRA to quickly fine-tune diffusion models https://github.com/cloneofsimo/lora https://github.com/kohya-ss/sd-s
2023-09-01
LoRA LoRA
LoRA: Low-Rank Adaptation of Large Language Models paper https://arxiv.org/abs/2106.09685 code https://github.com/mi
2023-08-31
T2I-Adapter T2I-Adapter
T2I-Adapter: Learning Adapters to Dig out More Controllable Ability for Text-to-Image Diffusion Models paper https://
2023-08-30
Uni-ControlNet Uni-ControlNet
Uni-ControlNet: All-in-One Control to Text-to-Image Diffusion Models paper https://arxiv.org/abs/2305.16322 code htt
2023-08-29
ControlNet ControlNet
ControlNet: Adding Conditional Control to Text-to-Image Diffusion Models paper https://arxiv.org/abs/2302.05543
2023-08-28
StableDiffusion StableDiffusion
Stable Diffusion paper https://arxiv.org/abs/2112.10752 Stable Diffusion Version 1 https://github.com/CompVis/stabl
2023-08-25
ChatGPT ChatGPT
ChatGPT GPT (Generative Pre-training Transformer)是一种大型语言模型,能够生成各种不同的文本类型。官方论文 https://openai.com/blog/chatgpt GPT系列模型的
2023-08-21
distributed-training distributed-training
PytorchDataset next(iter(dataloader))返回一个batch的数据 , 等价于IterableDataset 可以用 pytorch IterableDataset + python generator f
2023-08-17
10-shell 10-shell
Shell 变量在 Shell 脚本中,定义变量直接赋值即可,使用变量时需要在变量名前加美元符号$,注意定义变量时变量名和等号之间不能有空格。变量名的命名必须遵循以下规则: 命名只能使用英文字母,数字和下划线,首个字符不能以数字开头。 中
2023-08-16
5 / 8