Gius

Results 14 comments of Gius

Suggestion: It would be nice to be able to change the model (model.ckpt) that Stable Diffusion uses, if possible

> > Suggestion: It would be nice to be able to change the model (model.ckpt) that Stable Diffusion uses, if possible > > The current implementation relies on `diffusers`. You...

> > > > `from_pretrained` is a method of `StableDiffusionPipeline` > > ``` > text2img = StableDiffusionPipeline.from_pretrained( > "path_to_model_folder", > revision="fp16", > torch_dtype=torch.float16 > ).to("cuda") > ``` I changed "**from...

> > > > > > > > > > > > > `from_pretrained` is a method of `StableDiffusionPipeline` > > > ``` > > > text2img = StableDiffusionPipeline.from_pretrained( >...

I too have the requirement file copy failed error. The strange thing is that yesterday it was working (the installation), while today (I had to re-do it, long story) it...

I noticed that in the extensions page there is bark_tts by [minemo](https://github.com/minemo/text-generation-webui-barktts) and no reference to the alternative by [wsippel](https://github.com/wsippel/bark_tts), which for me reading the repo description has more options...

Do I have to install the whole [matatonic](https://github.com/matatonic/text-generation-webui) webui like @GitHub1712 did or can I install just the matatonic [openai extension](https://github.com/matatonic/text-generation-webui/tree/main/extensions/openai)?

An [EdgeGPT](https://github.com/acheong08/EdgeGPT) extension would be nice, so we could talk like with gpt and have access to internet like with bing. Edit: I made a sort of Internet connection, with...

> Have you attempted to edit a file that named utils.py in "stable-diffusion-webui\extensions\stable-diffusion-webui-wd14-tagger\tagger"? You need also to have an updated version of onnx, as stated [here](https://github.com/picobyte/stable-diffusion-webui-wd14-tagger/pull/101#issuecomment-2002040439). I too changed the...

> 1. Open window powershell in A1111 SD webui root folder, type: .\venv\Scripts\activate > 2. type: pip uninstall onnxruntime > 3. type: pip install onnxruntime > 4. when its finished,...