
fofr/qwen-shou-xin

Qwen fine-tuned on Shou Xin's cat sketches
Run fofr/qwen-shou-xin 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
|
Prompt for generated image
|
|
aspect_ratio |
None
|
16:9
|
Aspect ratio for the generated image
|
go_fast |
boolean
|
True
|
Run faster predictions with additional optimizations
|
num_inference_steps |
integer
|
50
Min: 1 Max: 50 |
Number of denoising steps. Recommended range is 28-50
|
guidance |
number
|
4
Max: 10 |
Guidance for generated image. Lower values can give more realistic images. Good values to try are 2, 2.5, 3 and 3.5
|
output_format |
None
|
webp
|
Format of the output images
|
output_quality |
integer
|
80
Max: 100 |
Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs
|
disable_safety_checker |
boolean
|
False
|
Disable safety checker for generated images
|
{
"type": "object",
"title": "Input",
"required": [
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"description": "Prompt for generated image"
},
"go_fast": {
"type": "boolean",
"title": "Go Fast",
"default": true,
"x-order": 2,
"description": "Run faster predictions with additional optimizations"
},
"guidance": {
"type": "number",
"title": "Guidance",
"default": 4,
"maximum": 10,
"minimum": 0,
"x-order": 4,
"description": "Guidance for generated image. Lower values can give more realistic images. Good values to try are 2, 2.5, 3 and 3.5"
},
"aspect_ratio": {
"enum": [
"1:1",
"16:9",
"9:16",
"4:3",
"3:4",
"3:2",
"2:3"
],
"type": "string",
"title": "aspect_ratio",
"description": "Aspect ratio for the generated image",
"default": "16:9",
"x-order": 1
},
"output_format": {
"enum": [
"webp",
"jpg",
"png"
],
"type": "string",
"title": "output_format",
"description": "Format of the output images",
"default": "webp",
"x-order": 5
},
"output_quality": {
"type": "integer",
"title": "Output Quality",
"default": 80,
"maximum": 100,
"minimum": 0,
"x-order": 6,
"description": "Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs"
},
"num_inference_steps": {
"type": "integer",
"title": "Num Inference Steps",
"default": 50,
"maximum": 50,
"minimum": 1,
"x-order": 3,
"description": "Number of denoising steps. Recommended range is 28-50"
},
"disable_safety_checker": {
"type": "boolean",
"title": "Disable Safety Checker",
"default": false,
"x-order": 7,
"description": "Disable safety checker for generated images"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
{
"type": "string",
"title": "Output",
"format": "uri"
}
'https://replicate.delivery/xezq/9WZsvsCOtx4qPxRVDcymLXUPFAfJMFjz1BcSOndbJQiIhKmKA/out-0.webp'