@extends('panel.layout.settings') @section('title', __('StableDiffusion Settings')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('settings')

{{ __('StableDiffusion Settings') }}

@if ($app_is_demo)
@else

{{ __('You can enter as much API KEY as you want. Click "Enter" after each api key.') }}

{{ __('Please ensure that your stable diffusion API key is fully functional and billing defined on your stable diffusion account.') }}

{{ __('After Saving Setting, Click Here to Test Your Api Keys') }}
@endif
{{--
--}}
@endsection @push('script') @endpush