Kozatiju
Kozatiju
Hi ! While using the ltxvideo-i2v json file on comfyui, I have this issue when loading the LTXVPromptEnhancerLoader to download the LLM unsloth/Llama-3.2-3B-Instruct / MiaoshouAI/Florence-2-large-PromptGen-v2.0 : **_LTXVPromptEnhancerLoader 401 Client Error....
Hi ! I'm trying to make Chat Musician ( 4_K_M GGUF ) work with different kind of prompts ( even following the one in the given example on the main...
Hi ! I'm trying to launch the very useful LTXVPromptEnhancerLoader, but when I launch I have this issue : 'DaViT' object has no attribute '_initialize_weights' Florence2 seemed to have the...
import torchaudio as ta from chatterbox.tts import ChatterboxTTS from chatterbox.mtl_tts import ChatterboxMultilingualTTS multilingual_model = ChatterboxMultilingualTTS.from_pretrained(device="cuda") french_text = "Après avoir largement perdu, lundi, le vote de confiance qu’il avait sollicité (194...
I had this issue : **Traceback (most recent call last): File "E:\chatterbox\txt\mytest_fr.py", line 10, in ta.save("test-french.wav", wav_french, model.sr) ^^^^^ NameError: name 'model' is not defined** While running this adapted script...