Ilya Tampio

Results 8 issues of Ilya Tampio

``` bash Cloning into 'Astock'... remote: Enumerating objects: 4729, done. remote: Counting objects: 100% (65/65), done. remote: Compressing objects: 100% (62/62), done. Receiving objects: 1% (52/4729), 69.83 MiB | 877.00...

## The issue #54 might have mentioned that, however they have a different issue. My question is more general. I have two python environments - virtual env and system environment,...

Hello @robballantyne! Thanks a lot for maintaining the docker container for A1111 webui, it's been very helpful and handy to use for me. Service portal is fire in means of...

How is it now: in provisioning script now you can specify loras, controlnet models, etc. I think it would be useful to have the same capability for text embeddings which...

Class `AbstractQueueIterator`, seemingly has wrong `__aenter__` method's signature. ```python @abstractmethod def __aenter__(self) -> Awaitable["AbstractQueueIterator"]: raise NotImplementedError ``` For some reason, async is missing here. Although, it should be here according...

## Spec Python version: 3.10.12 ## Steps to reproduce 1. Create fresh venv ```bash python -m venv .venv source .venv/bin/activate ``` 2. Attempt installing requirements ```bash (.venv) quakumei@liuliuliu:~/Desktop/Syncthing/StudiesAndBooks/sort$ pip install...

## Spec Python version: 3.10.12 ## Steps to reproduce 1. Create fresh venv ```bash python -m venv .venv source .venv/bin/activate ``` 2. Attempt installing requirements ```bash (.venv) quakumei@liuliuliu:~/Desktop/Syncthing/StudiesAndBooks/sort$ pip install...