| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d799084 commit 2fa4476
1 file changed
| Original file line number | Diff line number | Diff 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. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments