Nukami
Results
2
comments of
Nukami
> > disabling it is easy, you can do this: > > ```python > > pipe.safety_checker = lambda images, clip_input: (images, False) > > ``` > > All this did...
同意,我现在是跟着文档,自己再整理一遍执行脚本,然后才开工,要是能更规范一些就方便多了