mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
commit
dc0cb3ba9f
@ -198,7 +198,7 @@ class RVC:
|
|||||||
# half-precisionの使用可否が変わるときは作り直し
|
# half-precisionの使用可否が変わるときは作り直し
|
||||||
if self.pipeline is not None and self.pipeline.isHalf == half:
|
if self.pipeline is not None and self.pipeline.isHalf == half:
|
||||||
print(
|
print(
|
||||||
"USE EXSISTING PIPELINE",
|
"USE EXISTING PIPELINE",
|
||||||
half,
|
half,
|
||||||
)
|
)
|
||||||
self.pipeline.setDevice(dev)
|
self.pipeline.setDevice(dev)
|
||||||
|
Loading…
Reference in New Issue
Block a user