lckj2009

Results 28 issues of lckj2009

txt2img-images(video): Hello, using both the 'sd_xl_base_1.0.safetensors' and 'sd_xl_refiner_1.0.safetensors' models simultaneously. The second time the generation is executed, the following errors will definitely occur: ![1](https://github.com/Stability-AI/generative-models/assets/52185194/f84f971e-81ca-4e30-a372-871a20a91f34) May I ask how to solve...

streamlit run scripts/demo/video_sampling.py --server.port 8861 The error is as follows: /laion/CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/open_clip_pytorch_model.bin Initialized embedder #0: FrozenOpenCLIPImagePredictionEmbedder with 683800065 params. Trainable: False Initialized embedder #1: ConcatTimestepEmbedderND with 0 params. Trainable: False Initialized...

**The following bugs:** prune index: 22 sigmas after pruning: tensor([3.6758, 3.3211, 3.0098, 2.7355, 2.4925, 2.2765, 2.0834, 1.9103, 1.7542, 1.6129, 1.4844, 1.3672, 1.2596, 1.1606, 1.0690, 0.9838, 0.9044, 0.8299, 0.7597, 0.6932, 0.6299,...

Hello, there is an error (TypeError: unsupported operator type (s) for//: 'NoneType' and 'int') running Python playground.py Operating system: ubuntu 20.04 Python 3.9.18 Other parameters: Same as MiniGPT-5/requirements. txt All...

代码是: from paddlespeech.cli.asr.infer import ASRExecutor asr = ASRExecutor() result = asr(audio_file="./zh.wav") print(result) File "C:\Users\ww\anaconda3\envs\pps\lib\site-packages\paddlespeech\cli\asr\infer.py", line 335, in postprocess return self._outputs["result"] KeyError: 'result' 这个报错很多人都提了,请问什么时候能解决呢?

Bug
T2S

conformer_talcs 是否能做到。conformer_talcs支持的语音转换到底是什么意思呢?

feature request

麻烦给个飞桨的语音识别模型,要求能准确识别语音的模型

feature request

warnings.warn("paddleaudio C++ extension is not available.") C:\Users\ww\anaconda3\envs\PaddleSpeechceshi\lib\site-packages\_distutils_hack\__init__.py:26: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") 2024-03-14 11:57:08.630 | INFO | paddlespeech.s2t.modules.ctc::45 - paddlespeech_ctcdecoders not installed! 2024-03-14 11:57:08.785 | INFO...

Bug
T2S

因为业务需要,追求速度和准确性。期望能有直接将麦克风语音转文字的方案。代码是python。中文语音

feature request

I encountered the following error while training with 'vicuna-13b-v1.1': File "/root/MiniGPT-4/minigpt4/models/minigpt_base.py", line 41, in __init__ self.llama_model, self.llama_tokenizer = self.init_llm( File "/root/MiniGPT-4/minigpt4/models/base_model.py", line 185, in init_llm llama_model = LlamaForCausalLM.from_pretrained( File "/root/anaconda3/envs/minigptv/lib/python3.9/site-packages/transformers/modeling_utils.py",...