Skip to content

Add notebooks

Add notebooks #22

Triggered via pull request March 24, 2025 15:24
@shunk031shunk031
synchronize #2
add-notebooks
Status Failure
Total duration 1m 3s
Artifacts

ci.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 errors
test (3.10)
Process completed with exit code 2.
Ruff (F541): scripts/5-1-1_textual-inversion.py#L582
scripts/5-1-1_textual-inversion.py:582:38: F541 f-string without any placeholders
Ruff (F841): scripts/5-1-1_textual-inversion.py#L357
scripts/5-1-1_textual-inversion.py:357:5: F841 Local variable `output_dir_path` is assigned to but never used
Ruff (F401): scripts/4-2_clip.py#L151
scripts/4-2_clip.py:151:17: F401 `PIL.Image` imported but unused
Ruff (F821): notebooks/5-4-1_lora.ipynb#L99
notebooks/5-4-1_lora.ipynb:1:1: F821 Undefined name `random`
Ruff (F821): notebooks/5-4-1_lora.ipynb#L96
notebooks/5-4-1_lora.ipynb:1:1: F821 Undefined name `np`
Ruff (F401): notebooks/4-2_clip.ipynb#L68
notebooks/4-2_clip.ipynb:1:1: F401 `PIL.Image` imported but unused
test (3.11)
Process completed with exit code 2.
Ruff (F541): scripts/5-1-1_textual-inversion.py#L582
scripts/5-1-1_textual-inversion.py:582:38: F541 f-string without any placeholders
Ruff (F841): scripts/5-1-1_textual-inversion.py#L357
scripts/5-1-1_textual-inversion.py:357:5: F841 Local variable `output_dir_path` is assigned to but never used
Ruff (F401): scripts/4-2_clip.py#L151
scripts/4-2_clip.py:151:17: F401 `PIL.Image` imported but unused
Ruff (F821): notebooks/5-4-1_lora.ipynb#L99
notebooks/5-4-1_lora.ipynb:1:1: F821 Undefined name `random`
Ruff (F821): notebooks/5-4-1_lora.ipynb#L96
notebooks/5-4-1_lora.ipynb:1:1: F821 Undefined name `np`
Ruff (F401): notebooks/4-2_clip.ipynb#L68
notebooks/4-2_clip.ipynb:1:1: F401 `PIL.Image` imported but unused
test (3.11)
The strategy configuration was canceled because "test._3_10" failed