scruffynerf
scruffynerf
Also, we now have two competitive VR Stash "docker" solutions that both use tags for these properties, so Tags is doable, and with a 3rd for a built in videojs...
File edits changes the hashes. A bad thing. Filename is fine, of course. I'm now wondering if there is some confusion here about fields versus tags versus "editing" etc. Rule...
> Alternatively, Stash could provide a way for the user to play two videos side by side so they could make their own subjective judgments. For example, VIVICT (https://github.com/svt/vivict; see...
The idea of Movie being an example of "Groups" has been discussed lately on Discord. Series is another good Group example, as is "Releases" (ie scene is released by Studio...
So I'd say the functionality would be to group with an order, allow both Scene and other Groups to be members, and two items at the same order position would...
Slightly confused by the above... > You can use the `p.controlnet_input_image`, `p.controlnet_mask`, etc. properties and the extension should work with these values. Wait, I _can_ just set those, and they'll...
thanks for the help, @ljleb , just to document this for the next person who searches: ``` with Image.open(image_path) as img_file: img_array = np.asarray(img_file) img = {} img['image'] = img_array...
Btw, my 2 cents is that having to use the arg method (figuring out where in the pile of all settings, ordered but unlabeled, the changes are needed) is far...
> With the `p.control_net_*` properties, it doesn't seem like you can use multiple controlnet unit argument groups. I think I'd go for the args hacking if you want to use...
Again, if/until something better comes along... here's my working example of how to do multiCN using `p.script_args` Code improvements welcomed... I admit to python not being my best language, and...