Heres some logs from my app showing the raw request and what I get back for example..
ausbitbank:anon goes to space --number 2
emit generateImage {
prompt: 'anon goes to space',
iterations: 2,
steps: 50,
cfg_scale: 7.5,
threshold: 0,
perlin: 0,
sampler_name: 'k_lms',
width: 512,
height: 512,
seed: 2977597109,
progress_images: false,
variation_amount: 0,
with_variations: [],
strength: 0.75,
fit: true
} false false
received generationResult {
url: 'outputs/001723.2977597109.png',
mtime: 1666452566.1893635,
metadata: {
model: 'stable diffusion',
model_id: 'stable-diffusion-1.5',
model_hash: 'cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516',
app_id: 'lstein/stable-diffusion',
app_version: 'v1.15',
image: {
prompt: [Array],
steps: 50,
cfg_scale: 7.5,
threshold: 0,
perlin: 0,
width: 512,
height: 512,
seed: 2977597109,
postprocessing: null,
sampler: 'k_lms',
variations: [],
type: 'txt2img'
}
}
}
received generationResult {
url: 'outputs/001724.2977597109.png',
mtime: 1666452585.6753633,
metadata: {
model: 'stable diffusion',
model_id: 'stable-diffusion-1.5',
model_hash: 'cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516',
app_id: 'lstein/stable-diffusion',
app_version: 'v1.15',
image: {
prompt: [Array],
steps: 50,
cfg_scale: 7.5,
threshold: 0,
perlin: 0,
width: 512,
height: 512,
seed: 2977597109,
postprocessing: null,
sampler: 'k_lms',
variations: [],
type: 'txt2img'
}
}
}