Image Generation
{% if not model_loaded %}
⚠️ Note: Please first load a model in the model management area above, or use CLI:
{% endif %}
{% if success_message %}
{% endif %}
{% if error_message %}
{% endif %}
ollamadiffuser load model-name
Generation Result
Generating image, please wait...
🎛️ Control Image
Preprocessed for {{ controlnet_type }} control
🎨 Generated Image
Conditioning Scale: {{ controlnet_conditioning_scale }}
Prompt: {{ prompt }}
{% elif image_b64 %}Prompt: {{ prompt }}
{% else %}🖼️
Generated image will be displayed here
{% if is_controlnet_model %}💡 Upload a control image to guide the generation process
{% endif %}