space-nuko
space-nuko
Also could this still leak information if there's a LoRA with weight 0 in the prompt? The prompter would assume it's not included in the prompt but the filepath would...
Could these be set per-node from the frontend instead? I don't know how well nodes globally changing settings by merely being included in the graph will work
Oh okay. So this could be expanded for per-node configuration from the frontend later
> Wouldn't it be better to edit the interfaces only within the subgraph nodes instead of adding them from outside using the "+" button? I agree with this and don't...
> My idea actually originated from the PrimitiveNode. During the subgraph editing phase, the concept is to have interface nodes set as a '*' type by default, which allows all...
> My intention was not to determine the type based on external connections, but rather to determine the type based on internal connections. When creating an interface from the outside,...
I think this will be more involved of a change than I previously thought Some frontend extensions use `app.graph`, the top-level graph for queries. Now there can be more than...
In complete agreement, partially why I wanted to use YAML
- Merged `extra_model_paths` into the main YAML - Print comment strings for each config option, with choices if it's an enum - Test edge cases with pytest (run `python -m...
> I think there should be an OK button beside the clear button in the "Pick Images" UI. Added > With this I can no longer queue prompts if there...