mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +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
|
||||
|
||||
|
||||
@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
|
||||
async def test_lora_workflow():
|
||||
prompt = Prompt.validate({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user