• 1 Post
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle





  • Thankyou 👍, hopefully community solutions will crop up soon enough. Personally I’m by no means an expert user, I only recently started to play with sd1.5 locally. I have a 6800xt and while it does work with a fork, as you say the experience is quite flaky (inpainting did not work at all without playing with the startup commands, which in turn seems to have caused issues with clearing the vram), and not nearly as fast as what NVIDIA card seem to deliver. Still I was hopeful there would be more adoption of amd cards as a recent driver update mentioned “significant” improvement in directML performance for the 7900xt, just have to wait and see I suppose!





  • I feel like I’m on the verge of the same revelation but not quite getting there. What was the tipping point for you?

    Given every script that inherits the interface needs to provide its own method still, it feels like there’s always an alternative to using interfaces to me but I’m sure I’m not seeing the full picture. It does also feel odd to have a floating c# script that isn’t attached to anything for the interface itself. I always wonder how exactly Unity/the game knows of its existence but I guess it’s keeping a track of every file in the project folder(s).