From 2de597784001c25e198784c89ffaaebc559146e3 Mon Sep 17 00:00:00 2001 From: Michael Girnyak Date: Tue, 28 Jan 2025 15:35:10 +0200 Subject: [PATCH 1/3] up --- utils/feed_data.py | 49 +++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/utils/feed_data.py b/utils/feed_data.py index a1e02e7..55c8258 100644 --- a/utils/feed_data.py +++ b/utils/feed_data.py @@ -16,30 +16,31 @@ "_id": "[model_config]", "name": "model_list", "data": { - "JuggernautXL": { - "supporting_pipelines": ["txt2img"], - "default_params": { - "num_inference_steps": 30, - "clip_skip": 2, - "guidance_scale": 7, - }, - }, - "AnimeV3": { - "supporting_pipelines": ["txt2img"], - "default_params": { - "num_inference_steps": 25, - "clip_skip": 2, - "guidance_scale": 7, - }, - }, - "RealitiesEdgeXL": { - "supporting_pipelines": ["txt2img", "controlnet"], - "default_params": { - "num_inference_steps": 8, - "clip_skip": 2, - "guidance_scale": 2, - }, - }, + # TODO: Hide those for now to give more load for the other models + # "JuggernautXL": { + # "supporting_pipelines": ["txt2img"], + # "default_params": { + # "num_inference_steps": 30, + # "clip_skip": 2, + # "guidance_scale": 7, + # }, + # }, + # "AnimeV3": { + # "supporting_pipelines": ["txt2img"], + # "default_params": { + # "num_inference_steps": 25, + # "clip_skip": 2, + # "guidance_scale": 7, + # }, + # }, + # "RealitiesEdgeXL": { + # "supporting_pipelines": ["txt2img", "controlnet"], + # "default_params": { + # "num_inference_steps": 8, + # "clip_skip": 2, + # "guidance_scale": 2, + # }, + # }, "DreamShaperXL": { "supporting_pipelines": ["txt2img", "instantid", "img2img"], "default_params": { From b45bf1bf818c56ff41a5749a10dec9f21d463f0b Mon Sep 17 00:00:00 2001 From: Michael Girnyak Date: Tue, 28 Jan 2025 18:01:30 +0200 Subject: [PATCH 2/3] up --- utils/feed_data.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/feed_data.py b/utils/feed_data.py index 55c8258..42b002f 100644 --- a/utils/feed_data.py +++ b/utils/feed_data.py @@ -17,14 +17,14 @@ "name": "model_list", "data": { # TODO: Hide those for now to give more load for the other models - # "JuggernautXL": { - # "supporting_pipelines": ["txt2img"], - # "default_params": { - # "num_inference_steps": 30, - # "clip_skip": 2, - # "guidance_scale": 7, - # }, - # }, + "JuggernautXL": { + "supporting_pipelines": ["txt2img"], + "default_params": { + "num_inference_steps": 30, + "clip_skip": 2, + "guidance_scale": 7, + }, + }, # "AnimeV3": { # "supporting_pipelines": ["txt2img"], # "default_params": { From 44e8e5a968bb47c5f2a5ff5b4e2a198293e312d8 Mon Sep 17 00:00:00 2001 From: Michael Girnyak Date: Tue, 28 Jan 2025 18:01:45 +0200 Subject: [PATCH 3/3] up --- utils/feed_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/feed_data.py b/utils/feed_data.py index 42b002f..ae68afd 100644 --- a/utils/feed_data.py +++ b/utils/feed_data.py @@ -16,7 +16,6 @@ "_id": "[model_config]", "name": "model_list", "data": { - # TODO: Hide those for now to give more load for the other models "JuggernautXL": { "supporting_pipelines": ["txt2img"], "default_params": { @@ -25,6 +24,7 @@ "guidance_scale": 7, }, }, + # TODO: Hide those for now to give more load for the other models # "AnimeV3": { # "supporting_pipelines": ["txt2img"], # "default_params": {