ai-forever / ai-forever/Kandinsky-2
Deprecation warning
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 2.8k
- Forks
- 319
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Importing Kandinsky issues a deprecation warning:
```
>>> from kandinsky2 import get_kandinsky2
/usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 1.1build1 is an invalid version and will not be supported in a future release
warnings.warn(
```
Getting kandinsky issues a future warning:
```
>>> model = get_kandinsky2('cuda', task_type='text2img')
/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py:637: FutureWarning: `cached_download` is the legacy way to download files from the HF hub, please consider upgrading to `hf_hub_download`
warnings.warn(
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.