Aaron Olson
Aaron Olson
The Problem I am having is that using some image combinations and settings my Python instance crashes and I get a message saying "Python has stopped working" I am trying...
**Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the [FAQs](https://ai.meta.com/llama/faq/) and [existing/past issues](https://github.com/facebookresearch/llama/issues)** ## Describe the bug After downloading all of the...
I am trying to run my app, getting an error `ImportError: cannot import name 'import_string' from 'werkzeug'` The error is from ``` venv/lib/python3.7/site-packages/flask_cache/__init__.py", line 24, in from werkzeug import import_string...
Add token caching and mechanism for refusing to send known bad tokens to provider. This allows us to keep the number of calls to a provider down in order to...
### Bug Description I am trying to work through a script for indexing a github repo. I determined that the script was written for an earlier version of llama_index (pre...
**Describe the bug** I have a large promptflow project. I have been building it out using the VScode promptflow extension. Today I copied over some nodes from a separate project...
I am trying to scale an image that is 1024x1024 to 4096x4096 I have a 4090 gpu with 24gb of VRAM. When I try to run this upscaler, with a...
"TypeError: tuple indices must be integers or slices, not float" when attempting to run flux models
I wanted to try and run a flux model in Forge. I deleted and reinstalled my venv via webui.bat. I tested that I can still run sdxl models. I am...