@extends('panel.layout.settings') @section('title', __('Stable Diffusion Settings')) @section('settings')

{{ __('Stable Diffusion Settings') }}

@if ($app_is_demo)
@else
@endif
{{--
{{ __('In Characters') }}
--}}
{{ __('In Words. OpenAI has a hard limit based on Token limits for each model. Refer to OpenAI documentation to learn more. As a recommended by OpenAI, max result length is capped at 1500 words') }}
@endsection @push('script') @endpush