tralala87

Results 30 issues of tralala87

Hi. I get OOM error while running on my laptop gpu. How to reduce batch_size?

enhancement

Hi. While running: python3 inference_video.py --exp=1 --video=video.mp4 --scale=0.5 I get: File "C:\Users\risto\Desktop\ML-NEW\ECCV2022-RIFE-main\inference_video.py", line 2, in import cv2 ModuleNotFoundError: No module named 'cv2'

The result video can't be played because the file is corrupt or missing appropriate codecs.

When running PyTTI-Tools: FiLM.ipynb from https://github.com/google-research/frame-interpolation, can't find "frames_dir" directory.

FiLM

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Hi. I have tried: set COMMANDLINE_ARGS=--medvram...

bug-report

### Model/Pipeline/Scheduler description Hi. How to use: from diffusers import FlaxStableDiffusionPipeline pipeline, params = FlaxStableDiffusionPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", revision="bf16", dtype=jax.numpy.bfloat16 ) to generate multiple prompts instead of single one (prompt = "a...

Hi. How do I need to change the code, to be able to use longer texts and not get this error: `Too much text provided. Break the text up into...

Hi. In the last couple of days, I have noticed, that after running: `gen = tts.tts_with_preset(text, voice_samples=voice_samples, conditioning_latents=conditioning_latents, 4 preset=preset)` I get: `AttributeError: 'list' object has no attribute 'encode'` This...

When running Google Colab https://colab.research.google.com/drive/1FhH3HlN8Ps_Pr9OR6Qcfbfz7utDvICl0?usp=sharing In line: `from riffusion.audio import wav_bytes_from_spectrogram_image, spectrogram_from_waveform` I get: ModuleNotFoundError: No module named 'riffusion.audio'

### What happened? Can't download images generated in webui. I get `IndexError: list index out of range` error. ### Console logs ```Shell Can't download images generated in webui. I get...