@extends('layouts.app') @section('page-header') @endsection @section('content')

{{ __('Set AI Image Model Credits') }}

@csrf
{{ __('OpenAI') }}
{{ __('OpenAI Dalle 3 HD') }}
{{ __('OpenAI Dalle 3') }}
{{ __('OpenAI Dalle 2') }}
{{ __('Stable Diffusion') }}
{{ __('Stable Diffusion Ultra') }}
{{ __('Stable Diffusion Core') }}
{{ __('Stable Diffusion 3.5 Large') }}
{{ __('Stable Diffusion 3.5 Large Turbo') }}
{{ __('Stable Diffusion 3.5 Medium') }}
{{ __('SDXL v1.0') }}
{{ __('Stable Diffusion v1.6') }}
@if (App\Services\HelperService::extensionFlux())
{{ __('Fal AI') }}
{{ __('FLUX Realism') }}
{{ __('FLUX.1 [pro]') }}
{{ __('FLUX.1 [schnell]') }}
{{ __('FLUX.1 [dev]') }}
@endif @if (App\Services\HelperService::extensionMidjourney())
{{ __('Midjourney') }}
{{ __('Midjourney Fast') }}
{{ __('Midjourney Relax') }}
{{ __('Midjourney Turbo') }}
@endif @if (App\Services\HelperService::extensionClipdrop())
{{ __('Clipdrop') }}
{{ __('Clipdrop') }}
@endif
@endsection