nielsr HF Staff commited on
Commit
1f5b42b
·
verified ·
1 Parent(s): 67a4c6a

Improve model card: Add pipeline tag, library name, and license

Browse files

This PR improves the model card by specifying the library name (Diffusers), the pipeline tag, and license. This helps improve the discoverability of the model.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -4,6 +4,9 @@ base_model:
4
  tags:
5
  - LoRA
6
  - cogvideo
 
 
 
7
  ---
8
 
9
  # Arcane CogVideoX LoRA v1
@@ -15,7 +18,7 @@ tags:
15
 
16
  ## Important Notes:
17
 
18
- This CogVideoX LoRA is created as part of a <b>fan project</b> for <b>research purposes</b> only and is <b>not</b> intended for commercial use. It is based on the TV series called Arcane which are protected by copyright. Users utilize the model at their own risk. Users are obligated to comply with copyright laws and applicable regulations. The model has been developed for non-commercial purposes, and it is not my intention to infringe on any copyright. I assume no responsibility for any damages or legal consequences arising from the use of the model.
19
 
20
  - Despite the LoRA started to learn the appearance of the main characters it still doesn't able to reproduce them accurately. So don't expect to see your beloved characters.
21
  - For the best quality do not use quantization (like fp8) or sage attention
@@ -29,7 +32,7 @@ Use these in your prompt helps providing the style. See example prompt above.
29
  - csetiarcane
30
 
31
  ## Character Tokens:
32
- I used tokens to tag characters. Unfortunately, it didn't properly learn their appearances, so don't expect to see your favorite characters. However, since it associates certain character features with the tokens, it might help with character consistency.
33
 
34
  | Token | Character |
35
  |--------|-----------|
@@ -68,7 +71,6 @@ pipe.set_adapters(["cogvideox-lora"], [1.0])
68
 
69
  video = pipe("CSETIARCANE. The video is focusing on girl with blue hair. Her expression transitions subtly across the frames, starting from a somber or contemplative look and progressing to one that appears more engaged or possibly surprised. The lighting is dim and moody, emphasizing shadows and creating a dramatic effect around the character's features. The background remains consistently dark throughout the sequence, ensuring the focus stays solely on the character's changing expressions.").frames[0]
70
  export_to_video(video, "output.mp4", fps=8)
71
-
72
  ```
73
 
74
  ## Acknowledgment:
 
4
  tags:
5
  - LoRA
6
  - cogvideo
7
+ pipeline_tag: text-to-video
8
+ library_name: diffusers
9
+ license: apache-2.0
10
  ---
11
 
12
  # Arcane CogVideoX LoRA v1
 
18
 
19
  ## Important Notes:
20
 
21
+ This CogVideoX LoRA is created as part of a <b>fan project</b> for <b>research purposes</b> only and is <b>not</b> intended for commercial use. It is based on the TV series called Arcane which are protected by copyright. Users utilize the model at their own risk. Users are obligated to comply with copyright laws and applicable regulations. The model has been developed for non-commercial purposes, and it is not my intention to infringe on any copyright.
22
 
23
  - Despite the LoRA started to learn the appearance of the main characters it still doesn't able to reproduce them accurately. So don't expect to see your beloved characters.
24
  - For the best quality do not use quantization (like fp8) or sage attention
 
32
  - csetiarcane
33
 
34
  ## Character Tokens:
35
+ I used tokens to tag characters. Unfortunately, it didn't properly learn their appearances, so don't expect to see your favorite characters. However, since it associates certain character features with the tokens, it might help with character consistency.
36
 
37
  | Token | Character |
38
  |--------|-----------|
 
71
 
72
  video = pipe("CSETIARCANE. The video is focusing on girl with blue hair. Her expression transitions subtly across the frames, starting from a somber or contemplative look and progressing to one that appears more engaged or possibly surprised. The lighting is dim and moody, emphasizing shadows and creating a dramatic effect around the character's features. The background remains consistently dark throughout the sequence, ensuring the focus stays solely on the character's changing expressions.").frames[0]
73
  export_to_video(video, "output.mp4", fps=8)
 
74
  ```
75
 
76
  ## Acknowledgment: