mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-15 07:03:06 +03:00
remove fairscale requirement, add fake fairscale to make BLIP not complain about it mk2
This commit is contained in:
parent
28189985e6
commit
5228ec8bda
@ -90,7 +90,7 @@ class InterrogateModels:
|
||||
sys.modules["fairscale.nn.checkpoint.checkpoint_activations"] = FakeFairscale
|
||||
|
||||
def load_blip_model(self):
|
||||
create_fake_fairscale()
|
||||
self.create_fake_fairscale()
|
||||
import models.blip
|
||||
|
||||
files = modelloader.load_models(
|
||||
|
Loading…
Reference in New Issue
Block a user