GiusTex

Results 8 comments of GiusTex

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...