fofr
/
3d-juggernaut-lcm
- Public
- 14.7K runs
Run fofr/3d-juggernaut-lcm 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
|
3D Render Style, 3DRenderAF, unreal engine, video game, pixelated, low poly
|
None
|
negative_prompt |
string
|
photo, photography, realistic
|
Things you do not want to see in your image
|
image |
string
|
An input image
|
|
max_width |
integer
|
512
|
The maximum width of the image
|
max_height |
integer
|
512
|
The maximum height of the image
|
checkpoint |
string
|
juggernaut_reborn.safetensors
|
The checkpoint to use
|
output_format |
string
(enum)
|
webp
Options: webp, jpg, png |
Format of the output images
|
output_quality |
integer
|
80
Max: 100 |
Quality of the output images, from 0 to 100. 100 is best quality, 0 is lowest quality.
|
seed |
integer
|
Set a seed for reproducibility. Random by default.
|
|
steps |
integer
|
4
|
The number of steps to take
|
cfg |
number
|
1
|
The CFG
|
denoise |
number
|
0.65
|
The denoise
|
lora |
string
(enum)
|
RW_PS1v1.safetensors
Options: RW_PS1v1.safetensors, artificialguybr/3DRedmond15V-LiberteRedmond-3DRenderStyle-3DRenderAF.safetensors |
The lora to use
|
lora_strength |
number
|
2
|
The strength of the lora
|
lcm_lora_strength |
number
|
1.5
|
The strength of the LCM lora
|
control_strength |
number
|
0.5
|
The strength of the control net
|
{
"type": "object",
"title": "Input",
"required": [
"image"
],
"properties": {
"cfg": {
"type": "number",
"title": "Cfg",
"default": 1,
"x-order": 10,
"description": "The CFG"
},
"lora": {
"enum": [
"RW_PS1v1.safetensors",
"artificialguybr/3DRedmond15V-LiberteRedmond-3DRenderStyle-3DRenderAF.safetensors"
],
"type": "string",
"title": "lora",
"description": "The lora to use",
"default": "RW_PS1v1.safetensors",
"x-order": 12
},
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 8,
"description": "Set a seed for reproducibility. Random by default."
},
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"x-order": 2,
"description": "An input image"
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 4,
"x-order": 9,
"description": "The number of steps to take"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "3D Render Style, 3DRenderAF, unreal engine, video game, pixelated, low poly",
"x-order": 0
},
"denoise": {
"type": "number",
"title": "Denoise",
"default": 0.65,
"x-order": 11,
"description": "The denoise"
},
"max_width": {
"type": "integer",
"title": "Max Width",
"default": 512,
"x-order": 3,
"description": "The maximum width of the image"
},
"checkpoint": {
"type": "string",
"title": "Checkpoint",
"default": "juggernaut_reborn.safetensors",
"x-order": 5,
"description": "The checkpoint to use"
},
"max_height": {
"type": "integer",
"title": "Max Height",
"default": 512,
"x-order": 4,
"description": "The maximum height of the image"
},
"lora_strength": {
"type": "number",
"title": "Lora Strength",
"default": 2,
"x-order": 13,
"description": "The strength of the lora"
},
"output_format": {
"enum": [
"webp",
"jpg",
"png"
],
"type": "string",
"title": "output_format",
"description": "Format of the output images",
"default": "webp",
"x-order": 6
},
"output_quality": {
"type": "integer",
"title": "Output Quality",
"default": 80,
"maximum": 100,
"minimum": 0,
"x-order": 7,
"description": "Quality of the output images, from 0 to 100. 100 is best quality, 0 is lowest quality."
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "photo, photography, realistic",
"x-order": 1,
"description": "Things you do not want to see in your image"
},
"control_strength": {
"type": "number",
"title": "Control Strength",
"default": 0.5,
"x-order": 15,
"description": "The strength of the control net"
},
"lcm_lora_strength": {
"type": "number",
"title": "Lcm Lora Strength",
"default": 1.5,
"x-order": 14,
"description": "The strength of the LCM lora"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}