mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
Adds support for enhanced compatibility to flux models
This commit is contained in:
@@ -164,3 +164,5 @@ EMERCHANTPAY_PASSWORD=
|
||||
|
||||
FLIPT_URL=""
|
||||
FLIPT_FETCHER_SECRET=placeholder
|
||||
|
||||
IMAGE_SCANNER_NEW=false
|
||||
|
||||
@@ -373,6 +373,8 @@ export const EXPERIMENTAL_MODE_SUPPORTED_MODELS: string[] = [
|
||||
'Pony',
|
||||
'Illustrious',
|
||||
'NoobAI',
|
||||
'Flux1',
|
||||
'FluxKrea',
|
||||
];
|
||||
export type ExperimentalModeSupportedModel = (typeof EXPERIMENTAL_MODE_SUPPORTED_MODELS)[number];
|
||||
export const fluxModeOptions = [
|
||||
|
||||
Reference in New Issue
Block a user