tonyhopkins994
/
matforger-test
- Public
- 37 runs
Run tonyhopkins994/matforger-test with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
prompt |
string
|
red terracotta brick wall, texture, PBR material, high quality, best quality, highres, high resolution, highly detailed, realistic, ultrarealistic, photorealistic, 4K, 8K
|
Input text prompt for material generation
|
tileable |
boolean
|
True
|
Whether the material is tileable
|
patched |
boolean
|
False
|
Reduce memory usage at the cost of generation quality
|
image |
string
|
Input image for material generation, base64 encoded
|
|
seed |
string
|
-1
|
Randomization seed. Leave blank to randomize the seed
|
guidance_scale |
number
|
2
Min: 1 Max: 50 |
Scale for classifier-free guidance
|
{
"type": "object",
"title": "Input",
"properties": {
"seed": {
"type": "string",
"title": "Seed",
"default": "-1",
"x-order": 4,
"description": "Randomization seed. Leave blank to randomize the seed"
},
"image": {
"type": "string",
"title": "Image",
"x-order": 3,
"description": "Input image for material generation, base64 encoded"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "red terracotta brick wall, texture, PBR material, high quality, best quality, highres, high resolution, highly detailed, realistic, ultrarealistic, photorealistic, 4K, 8K",
"x-order": 0,
"description": "Input text prompt for material generation"
},
"patched": {
"type": "boolean",
"title": "Patched",
"default": false,
"x-order": 2,
"description": "Reduce memory usage at the cost of generation quality"
},
"tileable": {
"type": "boolean",
"title": "Tileable",
"default": true,
"x-order": 1,
"description": "Whether the material is tileable"
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 2,
"maximum": 50,
"minimum": 1,
"x-order": 5,
"description": "Scale for classifier-free guidance"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output"
}