Vladimir Sotnikov
Results
2
issues of
Vladimir Sotnikov
Hi! `l4t-tensorflow:r32.7.1-tf2.7-py3` has incompatible versions of TensorFlow and Keras: ```bash root@jetson-nano-test:/# python3 Python 3.6.9 (default, Dec 8 2021, 21:08:43) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for...
Since https://github.com/huggingface/diffusers/pull/505 is merged, the resolution requirements for img2img are relaxed and could be a multiple of 8. Sample code: ```python import requests import torch from PIL import Image from...