From eda560d34c8db599115f37f35e9aca08d4388878 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Thu, 27 Jun 2024 09:01:47 +0530 Subject: [PATCH] modify PR and issue templates (#8687) * modify PR and issue templates * add single file poc. --- .github/ISSUE_TEMPLATE/bug-report.yml | 12 ++++++++---- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 5cab55b826..067c7b613f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -63,11 +63,12 @@ body: Please tag a maximum of 2 people. - Questions on DiffusionPipeline (Saving, Loading, From pretrained, ...): + Questions on DiffusionPipeline (Saving, Loading, From pretrained, ...): @sayakpaul @DN6 Questions on pipelines: - - Stable Diffusion @yiyixuxu @DN6 @sayakpaul + - Stable Diffusion @yiyixuxu @asomoza - Stable Diffusion XL @yiyixuxu @sayakpaul @DN6 + - Stable Diffusion 3: @yiyixuxu @sayakpaul @DN6 @asomoza - Kandinsky @yiyixuxu - ControlNet @sayakpaul @yiyixuxu @DN6 - T2I Adapter @sayakpaul @yiyixuxu @DN6 @@ -75,11 +76,14 @@ body: - Text-to-Video / Video-to-Video @DN6 @sayakpaul - Wuerstchen @DN6 - Other: @yiyixuxu @DN6 + - Improving generation quality: @asomoza Questions on models: - UNet @DN6 @yiyixuxu @sayakpaul - VAE @sayakpaul @DN6 @yiyixuxu - - Transformers/Attention @DN6 @yiyixuxu @sayakpaul @DN6 + - Transformers/Attention @DN6 @yiyixuxu @sayakpaul + + Questions on single file checkpoints: @DN6 Questions on Schedulers: @yiyixuxu @@ -99,7 +103,7 @@ body: Questions on JAX- and MPS-related things: @pcuenca - Questions on audio pipelines: @DN6 + Questions on audio pipelines: @sanchit-gandhi diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 12d3e03d0d..0ebe8d50b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -39,7 +39,7 @@ members/contributors who may be interested in your PR. Core library: - Schedulers: @yiyixuxu -- Pipelines: @sayakpaul @yiyixuxu @DN6 +- Pipelines and pipeline callbacks: @yiyixuxu and @asomoza - Training examples: @sayakpaul - Docs: @stevhliu and @sayakpaul - JAX and MPS: @pcuenca @@ -48,7 +48,7 @@ Core library: Integrations: -- deepspeed: HF Trainer/Accelerate: @pacman100 +- deepspeed: HF Trainer/Accelerate: @SunMarc HF projects: