mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
New lines for config.sh
This commit is contained in:
parent
e781e5dd43
commit
9dcef00fbb
@ -119,7 +119,7 @@ def setConfig(config):
|
|||||||
|
|
||||||
try: # config.sh
|
try: # config.sh
|
||||||
config_sh = [
|
config_sh = [
|
||||||
'#!/bin/bash'
|
'#!/bin/bash',
|
||||||
f"export update_branch={config['update_branch']}"
|
f"export update_branch={config['update_branch']}"
|
||||||
]
|
]
|
||||||
if len(gpu_devices) > 0 and not has_first_cuda_device:
|
if len(gpu_devices) > 0 and not has_first_cuda_device:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user