Skip to content

Commit 03a84e1

Browse files
committed
cleanup
1 parent 12df72e commit 03a84e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/api/api.py

-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ def invocations(self, req: InvocationsRequest):
396396
response = requests.post(url=f'{api_endpoint}/sd/user', json=inputs)
397397
if response.status_code == 200 and response.text != '':
398398
shared.opts.data = json.loads(response.text)
399-
sd_models.load_model()
400399
sd_models.reload_model_weights()
401400

402401
self.download_s3files(hypernetwork_s3uri, os.path.join(script_path, shared.cmd_opts.hypernetwork_dir))

0 commit comments

Comments
 (0)