DC

Results 233 comments of DC

I was able to get this working by using a full animation as the background `video_init_path` handy ffmpeg script make a backing video from single still image `ffmpeg -y -loop...

is there any way to use the docs server with claude code right now? trying to translate the info in the docs: ``` "cloudflare": { "command": "npx", "args": ["mcp-remote", "https://docs.mcp.cloudflare.com/mcp"]...

full configs ``` using model: stable-diffusion-512-v2-1 using init_image: ./revel-images/fusion/sabet/sabet-yellow-girl.jpg animation_settings: { width: 512 height: 512 cfg_scale: 12 sampler: 'DDIM' model: 'stable-diffusion-512-v2-1' seed: -1 clip_guidance: 'None' init_image: './revel-images/fusion/sabet/sabet-yellow-girl.jpg' init_sizing: 'cover' mask_path:...