Upload src/pipeline.py with huggingface_hub
Browse files- src/pipeline.py +1 -1
src/pipeline.py
CHANGED
@@ -23,7 +23,7 @@ torch._inductor.config.coordinate_descent_check_all_directions = True
|
|
23 |
|
24 |
|
25 |
os.environ['PYTORCH_CUDA_ALLOC_CONF']="expandable_segments:True"
|
26 |
-
|
27 |
CHECKPOINT = "jokerbit/flux.1-schnell-Robert-int8wo"
|
28 |
REVISION = "5ef0012f11a863e5111ec56540302a023bc8587b"
|
29 |
|
|
|
23 |
|
24 |
|
25 |
os.environ['PYTORCH_CUDA_ALLOC_CONF']="expandable_segments:True"
|
26 |
+
os.environ["TOKENIZERS_PARALLELISM"] = "True"
|
27 |
CHECKPOINT = "jokerbit/flux.1-schnell-Robert-int8wo"
|
28 |
REVISION = "5ef0012f11a863e5111ec56540302a023bc8587b"
|
29 |
|