lysandre HF staff commited on
Commit
a7e27ce
1 Parent(s): 1e054b1

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +4 -6
tool_config.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "image-transformation": {
3
- "tool_class": "image_transformation.ControlNetTransformationTool",
4
- "description": "This is a tool that transforms an image according to a prompt. It takes two inputs: `image`, which should be the image to transform, and `prompt`, which should be the prompt to use to change it. The prompt should only contain descriptive adjectives, as if completing the prompt of the original image. It returns the modified image.",
5
- "name": "image_transformer"
6
- }
7
- }
 
1
  {
2
+ "tool_class": "image_transformation.ControlNetTransformationTool",
3
+ "description": "This is a tool that transforms an image according to a prompt. It takes two inputs: `image`, which should be the image to transform, and `prompt`, which should be the prompt to use to change it. The prompt should only contain descriptive adjectives, as if completing the prompt of the original image. It returns the modified image.",
4
+ "name": "image_transformer"
5
+ }