Maximilian
Maximilian
Isn't it already possible using: `let storyboard = UIStoryboard(name: "MyStoryBoardName", bundle: nil)` `var ctr1 = storyboard.instantiateViewControllerWithIdentifier("MyViewController") as UIViewController` instead of: `var ctr1 = UIViewController()`
Not a solution, but as a workaround you could use a symbolic link as mentioned by @nightwingrox711 in #480.
Still an issue in 5.0.1
I am having the exact same issue. I was managing to download the default and inpaint models, but with the larger FLUX models there is no chance to download them....