mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-21 20:00:17 +08:00
Better error message
This commit is contained in:
parent
a485782029
commit
8f1071ea4d
@ -16,7 +16,7 @@ model_management.cpu_state = CPUState.GPU if has_gpu else CPUState.CPU
|
|||||||
from comfy.client.embedded_comfy_client import EmbeddedComfyClient
|
from comfy.client.embedded_comfy_client import EmbeddedComfyClient
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(not has_gpu, reason="requires gpu for performant testing")
|
@pytest.mark.skipif(not has_gpu, reason="Expects GPU device")
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_lora_workflow():
|
async def test_lora_workflow():
|
||||||
prompt = Prompt.validate({
|
prompt = Prompt.validate({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user