mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-27 01:38:53 +00:00
Add optimization --cuda-stream
See also the readme for more details
This commit is contained in:
@@ -59,6 +59,9 @@ def initialize_forge():
|
||||
import modules_forge.patch_basic
|
||||
modules_forge.patch_basic.patch_all_basics()
|
||||
|
||||
from modules_forge import stream
|
||||
print('CUDA Stream Activated: ', stream.using_stream)
|
||||
|
||||
from modules_forge.shared import diffusers_dir
|
||||
|
||||
if 'TRANSFORMERS_CACHE' not in os.environ:
|
||||
|
||||
Reference in New Issue
Block a user