DepFA

Results 8 issues of DepFA

Reproducible on windows 10 with python-mpv 0.4.6 and mpv-dev-x86_64-20200426-git-640db1e, the last print statement in this snippet is never reached: ```python import tkinter as tk import mpv root=tk.Tk() player = mpv.MPV(wid=str(int(root.winfo_id())))...

windows
repro

-c:a copy is currently failing if any video filters are used, check on other ffmpeg releases to confirm if this is a regression. Feature currently disabled.

bug

Add an update warning to launch.py that compares https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/branches/master to the current commit hash. very notiable 80s hacker message is shown ```ASM -------------------------------------------------------- | You are not up to date...

Mostly just usability when I've been going around these screens and making stupid errors, or having to restart. Use an existing caption file is for https://github.com/dfaker/quick-ti-cropper where I've got it...

Add upscale_first to LRU key to stop invalid cache hits.

Briefly discussed in the context allowing scripts to force various symmetries onto the image latents here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/2441 Script with basic mirroring and rotation operation here: https://gist.github.com/dfaker/ac031e87174a94d8a170d897caac9ff6

Convert callback lists into a private dict*. Update functions to use that map. Update and add utility functions for clearing and removing on a function and script basis. Converting the...

Reported by @30secstf I do the editing and the encoding on two different systems and while subclips loads more or less fine (sometimes they are slighly shifted by few frames,...

bug
enhancement