or should i just rent a runpod with someone with a beast card, train my models, then use them in aut
or should i just rent a runpod with someone with a beast card, train my models, then use them in auto


/docs to the end of it to see API documentation.--api in your launch command in web-user.* sd_payload = {
'init_images': [
image_content
],
'resize_mode': 0,
'denoising_strength': payload['denoising_strength'],
'image_cfg_scale': 0,
'prompt': payload['positive_prompt'],
'seed': -1,
"sampler_name": payload['sampler'],
'batch_size': payload['batch_size'],
'n_iter': 1,
'steps': payload['steps'],
'cfg_scale': payload['cfg_scale'],
'width': width,
'height': height,
'restore_faces': True,
'tiling': False,
'do_not_save_samples': False,
'do_not_save_grid': False,
'negative_prompt': payload['negative_prompt'],
'eta': 0,
's_churn': 0,
's_tmax': 0,
's_tmin': 0,
's_noise': 1,
'sampler_index': payload['sampler'],
'include_init_images': False,
'send_images': True,
'save_images': False,
}sd_payload['alwayson_scripts'] = {
'controlnet': {
'args': [
{
'module': 'canny',
'model': 'control_sd15_canny [fef5e48e]',
'weight': 1,
'resize_mode': 'Crop and Resize',
'lowvram': False,
'processor_res': 512,
'threshold_a': 75,
'threshold_b': 75,
'guidance': 1,
'guidance_start': 0,
'guidance_end': 1,
'control_mode': "Balanced",
'pixel_perfect': False
}
]
}
}