Skip to content

Commit

Permalink
fix: correct worker name property (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Dec 20, 2022
1 parent aeaf5c5 commit 924d590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def on_ui_settings():
shared.opts.add_option('stable_horde_enable', shared.OptionInfo(False, 'Enable', section=section))
shared.opts.add_option('stable_horde_endpoint', shared.OptionInfo('https://stablehorde.net/', 'Endpoint', section=section))
shared.opts.add_option('stable_horde_apikey', shared.OptionInfo('', 'API Key', section=section))
shared.opts.add_option('stable_horde_name', shared.OptionInfo('Stable Horde', 'Team Name', section=section))
shared.opts.add_option('stable_horde_name', shared.OptionInfo('Stable Horde', 'Worker Name', section=section))
shared.opts.add_option('stable_horde_model', shared.OptionInfo('Anything Diffusion', 'Model', section=section))
shared.opts.add_option('stable_horde_nsfw', shared.OptionInfo(False, 'NSFW', section=section))
shared.opts.add_option('stable_horde_interval', shared.OptionInfo(10, 'Interval', section=section))
Expand Down

0 comments on commit 924d590

Please sign in to comment.