Divided by Zer0
Divided by Zer0
**I'm submitting a...** - [x] Bug report. ## Bug report ## **What is the current behavior?** index.md is being generated empty **What is the expected behavior?** index.md should be generated...
The ansible plugin is using its own configuration for passwords and private keys, instead of using the node configuration. This is fine but it doesn't provide any way to be...
**Motivation** I want to be able to remove image backgrounds as part of my processing. **Description** [The rembg python module](https://github.com/danielgatis/rembg) uses a pytorch model to remove image backgrounds. It's not...
Very weird issue, but I thought I'd report it anyway. I am testing my game after every push using the GUT plugin and github actions. However if I have this...
Reported in itch.io: https://itch.io/post/6405357
Reported: https://itch.io/post/6405598
https://itch.io/post/6405132
https://itch.io/t/2289784/bug-reports
##### SUMMARY This makes the workflow_job_template handle the inventory passed to nodes in the schema properly This is handled fine in workflow_job_template_node, but since workflow_job_template is using its own function,...
### **Code** ```python class AsyncGenerate(Resource): parser = reqparse.RequestParser() parser.add_argument("prompt", type=str, required=True, help="The prompt to generate from") parser.add_argument("api_key", type=str, required=True, help="The API Key corresponding to a registered user", location=['headers', 'json']) parser.add_argument("params",...