Praecordi
Praecordi
I faced a similar problem when trying to place roles in `tab-item`. I have a pull request (https://github.com/executablebooks/sphinx-design/pull/135) which is currently under review. If the extension is installed as an...
> I've thought about it. But as for now, all the checkpoint are downloaded from hugging face, and if it is downloaded automatically, then it will only store once on...
I'm having this problem, but on windows. I run the same above command, and received the error: ``` (barbershop) C:\Users\SS\Documents\Barbershop>python main.py --im_path1 90.png --im_path2 15.png --im_path3 117.png --sign realistic --smooth...
Not necessarily. When we call `tab_label = nodes.rubric(self.arguments[0], *textnodes, classes=["sd-tab-label"] + self.options.get("class-label", []))` (without the extra ""), it uses the first element of `textnodes` since the arbitrary argument is processed...
Due to a lack of reply, I thought I may as well provide an example. This is a snippet of rst which I use ``` .. role:: custom-role .. default-role::...
@chrisjsewell What do you think?
Hi, Thanks for the workaround for now. You're right, this is an issue with Python itself. Although is it necessary to use Enums? They're an extension of the base class,...
I agree. Switching to 3.11 on my computer would break a lot of existing code for me. And I sorely regret not having some management for my python versions. I...
Upon further exploration, it turns out that any input from a primitive node cannot be rerouted.
I see what you are saying. My workflow contains the `Preview` node. I just tried a workflow in ComfyUI and despite me changing the preview file format setting to webp...