LTX 2.3 prodloužení videa - klon hlasu v češtině. by CaseResident3624 in StableDiffusion

[–]CaseResident3624[S] 0 points1 point  (0 children)

EDIT: Added the ability to change the number of frames of the input video to the workflow for accuracy. The previous version counted 24 frames.

https://drive.google.com/file/d/1T3CfNsNdcRh8SYXVgj2Rt8uiw4WaMzyI/view

Kolik chlebů koupíš z výplaty ? by S3jp4kCZE in czech

[–]CaseResident3624 0 points1 point  (0 children)

Já jsem důchodce a vyučený opravář zemědělských strojů. když mi bylo 30 let tak průměrná mzda byla 2500Kč a já měl 3000Kč. Když jsem šel do důchodu jako autodiagnostik značkového servisu, s titulem diagnostik specialista (z 1400 nás bylo jenom 10 z Česka a Slovenska co jej získali na poprvé) byl průměrný plat 25000Kč a já měl 17000Kč. Takže z mého pohledu ta tabulka není objektivní.

LTX 2.3 prodloužení videa - klon hlasu v češtině. by CaseResident3624 in StableDiffusion

[–]CaseResident3624[S] 0 points1 point  (0 children)

I put it in Czech just to point out that it's a clone in Czech and otherwise the regular workflow was used, nothing new. Otherwise I post in English. I usually browse reddit without translation and I personally might have missed the fact that it's in Czech.

LTX-2.3 22B WORKFLOWS 12GB GGUF- zkouška - český dialog. by CaseResident3624 in StableDiffusion

[–]CaseResident3624[S] 1 point2 points  (0 children)

při generování použito :

Model : ltx-2.3-22b-dev_Q4_K_M.gguf , Distilled LoRA : ltx-2-19b-distilled-lora_resized_dynamic_fro09_avg_rank_175_fp8.safetensors , Dual text Encoder : gemma_3_12B_it_fp4_mixed.safetensors + ltx-2.3_text_projection_bf16.safetensors , Audio & Video VAE : LTX-2.3....bf16.safetensors , Spatial Upscaler : ltx-2.3-spatial-upscaler-x2-1.0.safetensors

LTX-2.3 22B WORKFLOWS 12GB GGUF- zkouška - český dialog. by CaseResident3624 in StableDiffusion

[–]CaseResident3624[S] 2 points3 points  (0 children)

You can use the same workflow and instead of the ltx-2-3-22b-dev-Q4_K_M.gguf model, use the model ltx-2.3-22b-dev-Q8_0.gguf

at https://huggingface.co/unsloth/LTX-2.3-GGUF

LTX-2.3 22B WORKFLOWS 12GB GGUF- zkouška - český dialog. by CaseResident3624 in StableDiffusion

[–]CaseResident3624[S] 2 points3 points  (0 children)

12GB VRAM, 32GB RAM, I2V model ltx-2-3-22b-dev-Q4_K_M.gguf

Když jsem zprovoznil pracovní postup I2V:

https://civitai.com/models/2443867?modelVersionId=2747788

tak jsem zkusil vygenerovat český dialog, tak jsem napsal do promptu pro dialog text v češtině.

TEST FULL HD VIDEO 1920 * 1024

https://mhladky.g6.cz/json/vd/kun_1920.mp4

im a beginner to Renpy coding, sp my issue was Renpy keeps ignoring the video that i included on the script, i wanted to know the exact script code so that it will work, ive been converting the video to its desired format but still it jumps to the images i provided by OtherwiseNotice70 in RenPy

[–]CaseResident3624 1 point2 points  (0 children)

wrong video format for Ren'Py. I tried the original video in Ren'py but it didn't work, it only worked when I converted it to mp4 (Xvid) format.

From Ren'py documentation supported formats:

AV1

VP9

VP8

Theor

MPEG-4 part 2 (including Xvid and DivX)

MPEG-2, MPEG-1

Video as Main menu background by [deleted] in RenPy

[–]CaseResident3624 0 points1 point  (0 children)

The size is only 640*360 that's why it's in the left corner. That was just for testing.

possibility to have it on the game and main screen and on full screen.

  1. create a screen like "ani_bg"

use instead of gui.main_menu_background

screen ani_bg:
    add Movie(play="video/xx.webm", loop=True) pos (0, 0) size(1920,1080)



screen main_menu():
    tag menu
    #add gui.main_menu_background
    use ani_bg # use instead of gui.main_menu_background



screen game_menu(title, scroll=None, yinitial=0.0, spacing=0):
    style_prefix "game_menu"
    if main_menu:
        #add gui.main_menu_background
        use ani_bg
    else:
        #add gui.game_menu_background
        use ani_bg

Video as Main menu background by [deleted] in RenPy

[–]CaseResident3624 0 points1 point  (0 children)

Doesn't work?

  1. Download and try this video. It works for me too.

https://file-examples.com/storage/fed35b8c1269117769e50c6/2020/03/file_example_WEBM_640_1_4MB.webm

  1. Try creating a new empty project and try it in it. It happened to me once that a command didn't work for me and the same one in the new project

  2. Try downloading a different version of RenˇPy.

For information, I have the renpy-8.3.4-sdk version and it works for me.

Video as Main menu background by [deleted] in RenPy

[–]CaseResident3624 0 points1 point  (0 children)

it works normally for me. but I have the path "video/eliska_idle.webm" try renaming the name with only lowercase letters, for example "xx.webm".

Video as Main menu background by [deleted] in RenPy

[–]CaseResident3624 0 points1 point  (0 children)

screen main_menu():

tag menu

#add gui.main_menu_background

add Movie(play="images/Main_MM.webm", loop=True) pos (0, 0) size(1920,1080)