Support numeric values in inputs and enhance image generation configs
Updated `SelectInput` and `OptionInput` to allow `value` as `string | number`. Extended image generation configurations with new features, including `cfg_rescale`, `noise_schedule`, and vibe data handling. Improved the setup for reference images and added support for mnemonist dependency in the package manager.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</select>
|
||||
<script lang="ts">
|
||||
interface Props {
|
||||
value: string;
|
||||
value: string | number;
|
||||
className?: string;
|
||||
size?: 'sm'|'md'|'lg'|'xl';
|
||||
children?: import('svelte').Snippet;
|
||||
|
||||
Reference in New Issue
Block a user