mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-31 15:15:41 +02:00
Removed old comments.
This commit is contained in:
parent
fa4059a4b9
commit
7dc7ba9977
@ -362,8 +362,6 @@ config = getConfig()
|
|||||||
|
|
||||||
# Start the task_manager
|
# Start the task_manager
|
||||||
task_manager.default_model_to_load = resolve_model_to_use()
|
task_manager.default_model_to_load = resolve_model_to_use()
|
||||||
# Check that the loaded config.json yielded a server in a known valid state.
|
|
||||||
# When issues are found, try to fix them when possible and warn the user.
|
|
||||||
if 'render_devices' in config: # Start a new thread for each device.
|
if 'render_devices' in config: # Start a new thread for each device.
|
||||||
if isinstance(config['render_devices'], str):
|
if isinstance(config['render_devices'], str):
|
||||||
config['render_devices'] = config['render_devices'].split(',')
|
config['render_devices'] = config['render_devices'].split(',')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user