mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
docs(ui): update docstrings for addGenerationTabSeamless
This commit is contained in:
parent
5743254a41
commit
39aa70963b
@ -8,12 +8,13 @@ import { SEAMLESS } from './constants';
|
|||||||
/**
|
/**
|
||||||
* Adds the seamless node to the graph and connects it to the model loader and denoise node.
|
* Adds the seamless node to the graph and connects it to the model loader and denoise node.
|
||||||
* Because the seamless node may insert a VAE loader node between the model loader and itself,
|
* Because the seamless node may insert a VAE loader node between the model loader and itself,
|
||||||
* this function returns the terminal model loader node in the graph.
|
* future nodes should be connected to the return value of this function.
|
||||||
* @param state The current Redux state
|
* @param state The current Redux state
|
||||||
* @param g The graph to add the seamless node to
|
* @param g The graph to add the seamless node to
|
||||||
* @param denoise The denoise node in the graph
|
* @param denoise The denoise node in the graph
|
||||||
* @param modelLoader The model loader node in the graph
|
* @param modelLoader The model loader node in the graph
|
||||||
* @returns The terminal model loader node in the graph
|
* @param vaeLoader The VAE loader node in the graph, if it exists
|
||||||
|
* @returns The seamless node, if it was added to the graph
|
||||||
*/
|
*/
|
||||||
export const addGenerationTabSeamless = (
|
export const addGenerationTabSeamless = (
|
||||||
state: RootState,
|
state: RootState,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user