Zhang Ch. N.

Results 7 issues of Zhang Ch. N.

In this PR, prompt keywords were saved as PNG metadata.

To support Interface builder integration, `- (id)initWithCoder:(NSCoder*)aCoder` should be implemented. And dependencies to superView could be fetched in `- (void)prepareLayout`.

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest code. Development is very rapid so there are no tagged...

bug-unconfirmed

With the average of Mercator coordinates of the two endpoints, the middle points were drawn off from the line. By project/unproject the Mercator latitudes to and from screen space, the...

GaLore algorithm, proposed by [GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection](https://arxiv.org/abs/2403.03507), is a memory-efficient low-rank training strategy that allows full-parameter learning but is more memory-efficient than common low-rank adaptation...

The argument `--use_saved_coord` was supposed load previous coords from pickle file in results dir. However, the `shutil.rmtree(result_img_save_path)` call deleted the pickle file along with other intermediate files.

Repeated calculation for coord/input_latent may consume a lot of time for tasks with the same input video. The patch changed where the pickle is stored from image result dir to...