fix: comment
This commit is contained in:
@@ -191,7 +191,7 @@ export type Plugin<P extends PluginTypeHelper = PluginTypeHelperDefault> = {
|
||||
StableDiffusionStyle[] | undefined
|
||||
>;
|
||||
|
||||
/** If you want to provide a list of resolutions in pixels to choose from, you can return them via this function and they will be presented as a dropdown in the UI */
|
||||
/** If you want to provide a list of resolutions in pixels to choose from, you can return them via this function and they will be presented as a slider in the UI */
|
||||
getStableDiffusionAllowedResolutions?: (
|
||||
model?: ID
|
||||
) => { width: number; height: number }[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user