mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 03:32:37 +00:00
changes for #294
This commit is contained in:
@@ -49,8 +49,6 @@ parser.add_argument("--opt-channelslast", action='store_true', help="change memo
|
||||
cmd_opts = parser.parse_args()
|
||||
|
||||
device = get_optimal_device()
|
||||
device_codeformer = device
|
||||
device_seed_type = device
|
||||
|
||||
batch_cond_uncond = cmd_opts.always_batch_cond_uncond or not (cmd_opts.lowvram or cmd_opts.medvram)
|
||||
parallel_processing_allowed = not cmd_opts.lowvram and not cmd_opts.medvram
|
||||
|
Reference in New Issue
Block a user