Text-to-Image
ONNX
nielsr HF Staff commited on
Commit
a88642d
·
verified ·
1 Parent(s): caefd28

Add link to paper

Browse files

This PR adds a link to the paper [When does training on downscaled images yield the same gradients?](https://huggingface.co/papers/2608.04448) to the model card.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - circlestone-labs/Anima
 
5
  pipeline_tag: text-to-image
6
  ---
7
 
8
- [Anima](https://huggingface.co/circlestone-labs/Anima) lora for turbo generation, implemented with [DP-DMD](https://arxiv.org/abs/2602.03139) and Continuous-Time Distillation [paper](https://arxiv.org/abs/2605.06376)
 
 
9
 
10
  Try new `anima_turbo_4step_v2_longer.safetensors`
11
 
 
1
  ---
 
2
  base_model:
3
  - circlestone-labs/Anima
4
+ license: apache-2.0
5
  pipeline_tag: text-to-image
6
  ---
7
 
8
+ [Anima](https://huggingface.co/circlestone-labs/Anima) lora for turbo generation, implemented with [DP-DMD](https://arxiv.org/abs/2602.03139) and Continuous-Time Distillation [paper](https://arxiv.org/abs/2605.06376).
9
+
10
+ This model is presented in the paper [When does training on downscaled images yield the same gradients?](https://huggingface.co/papers/2608.04448).
11
 
12
  Try new `anima_turbo_4step_v2_longer.safetensors`
13