mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 05:22:34 +08:00
Rename test graph file
This commit is contained in:
parent
cd18e72bf3
commit
faf4b3741e
@ -116,7 +116,7 @@ class ComfyClient:
|
|||||||
#
|
#
|
||||||
# Initialize graphs
|
# Initialize graphs
|
||||||
#
|
#
|
||||||
default_graph_file = 'tests/inference/graphs/default_graph.json'
|
default_graph_file = 'tests/inference/graphs/default_graph_sdxl1_0.json'
|
||||||
with open(default_graph_file, 'r') as file:
|
with open(default_graph_file, 'r') as file:
|
||||||
default_graph = json.loads(file.read())
|
default_graph = json.loads(file.read())
|
||||||
DEFAULT_COMFY_GRAPH = ComfyGraph(graph=default_graph, sampler_nodes=['10','14'])
|
DEFAULT_COMFY_GRAPH = ComfyGraph(graph=default_graph, sampler_nodes=['10','14'])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user