mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-30 06:40:09 +02:00
Removed old comments.
This commit is contained in:
parent
fa4059a4b9
commit
7dc7ba9977
@ -362,8 +362,6 @@ config = getConfig()
|
||||
|
||||
# Start the task_manager
|
||||
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 isinstance(config['render_devices'], str):
|
||||
config['render_devices'] = config['render_devices'].split(',')
|
||||
|
Loading…
x
Reference in New Issue
Block a user