[Community] Accept latents as optional input in other pipelines
See original GitHub issueThe Stable Diffusion pipeline accepts latents as an optional input for reproducibility purposes, see #247.
In conversation with @tmabraham, he suggested extending this feature to other pipelines too. In addition to reproducibility efforts, this could come in handy for a potential integration with the fastai
library.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Allow Task Group parameters to be optional
Migrated from Azure DevOps UserVoice forum. I would like to have Task Group parameters to be optional, like having a checkmark in the...
Read more >Stable diffusion pipelines - Hugging Face
Stable Diffusion is a text-to-image latent diffusion model created by the researchers and engineers from CompVis, Stability AI and LAION. It's trained on ......
Read more >Two Ways To Accept Pipeline Input In PowerShell
A pipeline in PowerShell is a series of values, expressions, commands or cmdlets that are combined with the pipe operator (|) to send...
Read more >Building Components | Kubeflow
All other inputs are passed to your component by a reference to the ... in pipelines and components. optional : Specifies if this...
Read more >`.gitlab-ci.yml` keyword reference - GitLab Docs
A configuration with different pipeline names depending on the pipeline ... Possible inputs: You can use some of the same keywords as ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you want, you can assign me this, I think I’ll work on adding this during this week…
The Latent Diffusion pipeline presently does not accept latents as an optional input; I’ll open up a PR to add it.