Meghpal
Meghpal
There is a stark difference in the time taken to compute MSA on Colab vs through AlphaFold's actual implementation through docker. I was trying to figure out the differences, and...
Currently `load_model` is not supported for the cases where map labels are non-integers. This PR adds an optional argument to specify the data type while loading the map from disk....
In the README **Use `extract_controlnet.py` to extract controlnet from original `.pth` file.** I want to understand what the **original** `.pth` file means? Is it just any regular SD model? If...
How might I load a DSN6 file in python using the library?
**Potential fix for issue #3** As I understood, the SVGs that do not have viewBox cause the image clipping problem. If we add a viewBox that is the same height...