@extends('layouts.app') @section('page-header')
{{ __('Stable Diffusion Settings') }}
{{ __('Admin') }}
{{ __('AI Settings') }}
{{ __('API') }}
@endsection @section('content')
@csrf
{{ __('Stable Diffusion API Key') }}
({{ __('Main API Key') }})
@error('stable-diffusion-key')
{{ $errors->first('stable-diffusion-key') }}
@enderror
{{ __('SD API Key Usage Model') }}
{{ __('Only Main API Key') }}
{{ __('Random API Key') }}
{{ __('Personal Stable Diffusion API Key') }}
{{ __('Allow') }}
{{ __('Deny') }}
{{ __('Store additional SD API Keys') }}
{{ __('Save') }}
@endsection