Skip to content

Commit 2fa4476

Browse files
Add new issue template
1 parent d799084 commit 2fa4476

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: "\U0001F31F New model/pipeline/scheduler addition"
2+
description: Submit a proposal/request to implement a new diffusion model / pipeline / scheduler
3+
labels: [ "New model/pipeline/scheduler" ]
4+
5+
body:
6+
- type: textarea
7+
id: description-request
8+
validations:
9+
required: true
10+
attributes:
11+
label: Model/Pipeline/Scheduler description
12+
description: |
13+
Put any and all important information relative to the model/pipeline/scheduler
14+
15+
- type: checkboxes
16+
id: information-tasks
17+
attributes:
18+
label: Open source status
19+
description: |
20+
Please note that if the model implementation isn't available or if the weights aren't open-source, we are less likely to implement it in `diffusers`.
21+
options:
22+
- label: "The model implementation is available"
23+
- label: "The model weights are available (Only relevant if addition is not a scheduler)."
24+
25+
- type: textarea
26+
id: additional-info
27+
attributes:
28+
label: Provide useful links for the implementation
29+
description: |
30+
Please provide information regarding the implementation, the weights, and the authors.
31+
Please mention the authors by @gh-username if you're aware of their usernames.

0 commit comments

Comments
 (0)