RandoInternetPreson

Results 69 comments of RandoInternetPreson

@randoentity np, I figured out my issue https://github.com/oobabooga/text-generation-webui/issues/5838#issuecomment-2053670500 Perhaps it will help others encountering this in the future.

I don't think it is any issue with textgen it's ans issue with transformers. You can update to the dev version like I did and see if that fixes your...

> I had the same issue. Fixed it by ensuring the transformers version to be same as the one mentioned in pyproject.toml, i.e. transformers==4.37.2 TY

> On linux/ubuntu you need to have python dev installed, for example sudo apt install python3.10-dev, replace with your python version TY!!!!

I appreciate the code, but it really doesn't resolve most of my issues. It doesn't seem to be working either because of my symbolic links?

Setting or UI, I think either is okay. I understand that the SHA256 hash is better, and merge board aside, all models up to this point have used the old...

It breaks other things that need the hash, like merge board.. being able to see the hash was very useful and we need it back to understand legacy mixes

> I've added the LLM [HuggingFaceTextGenInference](https://python.langchain.com/en/latest/modules/models/llms/integrations/huggingface_textgen_inference.html), locally the behavior was as expected, could you check if it's okay on your side? ![image](https://user-images.githubusercontent.com/38400824/243416915-0a2e54ab-a458-4f14-8143-9bf86c90b429.png) I don't know if you are still working...

Is there something wrong with the img2img api? I can get the txt2img code working here http://127.0.0.1:7860/docs#/default/text2imgapi_sdapi_v1_txt2img_post SethRobinson's post here was very useful: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3040#issuecomment-1284746589 I can convert the output Base64...

Woot got it working, ref this comment if you are in need of python code to do img2img in automatic1111 using the API https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3381#issuecomment-1310773727