custom_ai / dummy_inference.py
tharms's picture
initial version branched from Fooocus
b66adbc
raw
history blame
223 Bytes
def infer_stable_diffusion(prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps):
return "dummy_image"
def infer_dall_e(text, model, quality, size):
return "dummy_image"