@lang('Create Stunning AI Images')

@csrf @foreach ($generators as $generator) @endforeach
@if (setting('user_prompt_library') == null || setting('user_prompt_library')) @endif
@if (in_array('stable_diffusion', array_column($generators, 'value')))
@lang('or upload an image')
@endif
@include('panel.user.openai_chat.components.prompt_library_modal')
@push('script') @endpush