🖼️ IMAGE LAB (Manual Input)

Storage: public/generated_images
{{-- NOTIFIKASI --}} @if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
{{-- INPUT AREA --}}
{{-- PILIH MODEL --}}
{{-- PILIH RATIO --}}
{{-- RESULT AREA --}}
{{-- PREVIEW GAMBAR --}}
@if($generated_image_url) {{-- OVERLAY ACTION --}}

Local Path:

{{ $local_path }}

{{-- DOWNLOAD --}} ⬇ DOWNLOAD {{-- SAVE TO GALLERY --}}
@else

Select model & enter prompt to start generation.

@endif
{{-- LOGS --}}
// SYSTEM LOGS tty1
@forelse(array_reverse($logs) as $log)
[{{ now()->format('H:i:s') }}] {{ $log }}
@empty

Waiting for command...

@endforelse