diff options
| author | Volpeon <git@volpeon.ink> | 2022-10-03 11:26:31 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-10-03 11:26:31 +0200 |
| commit | 0f493e1ac8406de061861ed390f283e821180e79 (patch) | |
| tree | 0186a40130f095f1a3bdaa3bf4064a5bd5d35187 /data/dreambooth | |
| parent | Small performance improvements (diff) | |
| download | textual-inversion-diff-0f493e1ac8406de061861ed390f283e821180e79.tar.gz textual-inversion-diff-0f493e1ac8406de061861ed390f283e821180e79.tar.bz2 textual-inversion-diff-0f493e1ac8406de061861ed390f283e821180e79.zip | |
Use euler_a for samples in learning scripts; backported improvement from Dreambooth to Textual Inversion
Diffstat (limited to 'data/dreambooth')
| -rw-r--r-- | data/dreambooth/csv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/dreambooth/csv.py b/data/dreambooth/csv.py index 99bcf12..1676d35 100644 --- a/data/dreambooth/csv.py +++ b/data/dreambooth/csv.py | |||
| @@ -2,7 +2,6 @@ import math | |||
| 2 | import os | 2 | import os |
| 3 | import pandas as pd | 3 | import pandas as pd |
| 4 | from pathlib import Path | 4 | from pathlib import Path |
| 5 | import PIL | ||
| 6 | import pytorch_lightning as pl | 5 | import pytorch_lightning as pl |
| 7 | from PIL import Image | 6 | from PIL import Image |
| 8 | from torch.utils.data import Dataset, DataLoader, random_split | 7 | from torch.utils.data import Dataset, DataLoader, random_split |
