Adhik Joshi

Results 16 issues of Adhik Joshi

### Describe the bug Hi have been using diffusers, it works fine. after 10-20 model loading using `from_pretrained("CompVis/stable-diffusion-v1-4"` `from_pretrained("hakurei/waifu-diffusion"` . and tens of more, what i found is saved model...

bug

### Describe the bug I am trying to load upto 4 fine-tuned models using pipeline, Here is what my code looks like, ``` pipe1 = StableDiffusionPipeline.from_pretrained(model_path1, revision="fp16", torch_dtype=torch.float16) pipe2 =...

bug
stale

### Describe the bug Now, i have working environment where i see community pipelines get's updated without any explicit updates. And now all production code has stopped working. I am...

bug

Hi, Thanks for releasing awesome model. In stage 3, right now we are using "stable-diffusion-x4-upscaler". Which has a lot of memory requirement. Can we use "stabilityai/sd-x2-latent-upscaler"? This has small memory...

When we make ssh connection and if host if already allocated. It generate random domain and send in response. Can there be additional parameter -force This will close any open...

feature-request

``` from joblib import dump, load import time time1 = time.time() load(open('model.pkl', 'rb')) print(time.time() - time1) ``` Its using single CPU which is making CPU going 100% for few seconds,...

How many emotions are supported? Can we get list of these? How to trigger specific emotional Audio? Maybe some prompt engineering?

Does it support prompt engineering?

White running test.ipynb file, we are running into this error. 'CLIPTextTransformer' object has no attribute '_build_causal_attention_mask' Followed same process, as installation.

Hi, there is controlnet face detector model, but no aux lib to create controlnet image from regular png. https://huggingface.co/CrucibleAI/ControlNetMediaPipeFace There are scripts to create face image,