Evgenii
Evgenii
Did you find any ways to create initial SVG? > After watching your presentation I assume I should first generate a basic SVG of my image, Than run it through...
@jy00161yang Did u find any solutions?
Hello, @szalpal! Thanks for such a quick reply! #### About 1. and 2. I have already tried approach with `np.fromfile` and using `TYPE_UINT8` in configuration, and this works But I'm...
Thanks again, @szalpal ! It works perfect! And if it's possible I have one more question about the image preprocessing pipeline What is the most time-efficient pipeline, I only need...
Hello here again! 🖖🖖 I still need to send data in the form of byte strings. Because the `np.array(list(img)).astype(np.uint8)` operation is too time-consuming Were there any updates? I do everything...
Hi @mzient Yes it works, and it much faster than my previous method, thank you 😊 But is there any way to send binary string to dali? Or dali can't...
@mzient @szalpal Any updates?)
Hey @swumagic I have met the same issue, and ONNX model 'inswapper_128.onnx' is already in the required directory `/stable-diffusion-webui/models/roop/` Here is full log ``` Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider':...
@macrocredit Hey, can u please tell, how do u convert pytorch weights to FasterTransformer format(.npz)?
perhaps there is an example of converting weights?