Sri2901 commited on
Commit
488c4f3
·
verified ·
1 Parent(s): 6359a64

Upload model via CLI

Browse files
Files changed (49) hide show
  1. .job_config.json +114 -0
  2. README.md +87 -0
  3. config.yaml +125 -0
  4. log.txt +0 -0
  5. optimizer.pt +3 -0
  6. samples/1752236244886__000000000_0.jpg +0 -0
  7. samples/1752236262285__000000000_1.jpg +0 -0
  8. samples/1752236279645__000000000_2.jpg +0 -0
  9. samples/1752236297117__000000000_3.jpg +0 -0
  10. samples/1752238316847__000000500_0.jpg +0 -0
  11. samples/1752238334309__000000500_1.jpg +0 -0
  12. samples/1752238351803__000000500_2.jpg +0 -0
  13. samples/1752238369276__000000500_3.jpg +0 -0
  14. samples/1752240443805__000001000_0.jpg +0 -0
  15. samples/1752240461352__000001000_1.jpg +0 -0
  16. samples/1752240479144__000001000_2.jpg +0 -0
  17. samples/1752240496839__000001000_3.jpg +0 -0
  18. samples/1752242531484__000001500_0.jpg +0 -0
  19. samples/1752242548971__000001500_1.jpg +0 -0
  20. samples/1752242566465__000001500_2.jpg +0 -0
  21. samples/1752242583998__000001500_3.jpg +0 -0
  22. samples/1752244610850__000002000_0.jpg +0 -0
  23. samples/1752244628321__000002000_1.jpg +0 -0
  24. samples/1752244645809__000002000_2.jpg +0 -0
  25. samples/1752244663347__000002000_3.jpg +0 -0
  26. samples/1752246712316__000002500_0.jpg +0 -0
  27. samples/1752246729792__000002500_1.jpg +0 -0
  28. samples/1752246747306__000002500_2.jpg +0 -0
  29. samples/1752246764821__000002500_3.jpg +0 -0
  30. samples/1752248811651__000003000_0.jpg +0 -0
  31. samples/1752248829126__000003000_1.jpg +0 -0
  32. samples/1752248846665__000003000_2.jpg +0 -0
  33. samples/1752248864211__000003000_3.jpg +0 -0
  34. samples/1752250897766__000003500_0.jpg +0 -0
  35. samples/1752250915262__000003500_1.jpg +0 -0
  36. samples/1752250932767__000003500_2.jpg +0 -0
  37. samples/1752250950418__000003500_3.jpg +0 -0
  38. samples/1752252986487__000004000_0.jpg +0 -0
  39. samples/1752253004058__000004000_1.jpg +0 -0
  40. samples/1752253021577__000004000_2.jpg +0 -0
  41. samples/1752253039129__000004000_3.jpg +0 -0
  42. watch_raga_shift.safetensors +3 -0
  43. watch_raga_shift_000000500.safetensors +3 -0
  44. watch_raga_shift_000001000.safetensors +3 -0
  45. watch_raga_shift_000001500.safetensors +3 -0
  46. watch_raga_shift_000002000.safetensors +3 -0
  47. watch_raga_shift_000002500.safetensors +3 -0
  48. watch_raga_shift_000003000.safetensors +3 -0
  49. watch_raga_shift_000003500.safetensors +3 -0
.job_config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "job": "extension",
3
+ "config": {
4
+ "name": "watch_raga_shift",
5
+ "process": [
6
+ {
7
+ "type": "ui_trainer",
8
+ "training_folder": "/workspace/ai-toolkit/output",
9
+ "sqlite_db_path": "/workspace/ai-toolkit/aitk_db.db",
10
+ "device": "cuda",
11
+ "trigger_word": "r@ga",
12
+ "performance_log_every": 10,
13
+ "network": {
14
+ "type": "lora",
15
+ "linear": 64,
16
+ "linear_alpha": 64,
17
+ "conv": 16,
18
+ "conv_alpha": 16,
19
+ "lokr_full_rank": true,
20
+ "lokr_factor": -1,
21
+ "network_kwargs": {
22
+ "ignore_if_contains": []
23
+ }
24
+ },
25
+ "save": {
26
+ "dtype": "bf16",
27
+ "save_every": 500,
28
+ "max_step_saves_to_keep": 8,
29
+ "save_format": "diffusers",
30
+ "push_to_hub": false
31
+ },
32
+ "datasets": [
33
+ {
34
+ "folder_path": "/workspace/ai-toolkit/datasets/watch_raga",
35
+ "control_path": null,
36
+ "mask_path": null,
37
+ "mask_min_value": 0.1,
38
+ "default_caption": "",
39
+ "caption_ext": "txt",
40
+ "caption_dropout_rate": 0.05,
41
+ "cache_latents_to_disk": false,
42
+ "is_reg": false,
43
+ "network_weight": 1,
44
+ "resolution": [
45
+ 512,
46
+ 768,
47
+ 1024,
48
+ 1280,
49
+ 1536
50
+ ],
51
+ "controls": []
52
+ }
53
+ ],
54
+ "train": {
55
+ "batch_size": 1,
56
+ "bypass_guidance_embedding": false,
57
+ "steps": 4000,
58
+ "gradient_accumulation": 1,
59
+ "train_unet": true,
60
+ "train_text_encoder": false,
61
+ "gradient_checkpointing": true,
62
+ "noise_scheduler": "flowmatch",
63
+ "optimizer": "adamw8bit",
64
+ "timestep_type": "shift",
65
+ "content_or_style": "balanced",
66
+ "optimizer_params": {
67
+ "weight_decay": 0.0001
68
+ },
69
+ "unload_text_encoder": false,
70
+ "lr": 0.0003,
71
+ "ema_config": {
72
+ "use_ema": false,
73
+ "ema_decay": 0.99
74
+ },
75
+ "dtype": "bf16",
76
+ "diff_output_preservation": false,
77
+ "diff_output_preservation_multiplier": 1,
78
+ "diff_output_preservation_class": "person"
79
+ },
80
+ "model": {
81
+ "name_or_path": "black-forest-labs/FLUX.1-dev",
82
+ "quantize": false,
83
+ "quantize_te": true,
84
+ "arch": "flux",
85
+ "low_vram": false,
86
+ "model_kwargs": {}
87
+ },
88
+ "sample": {
89
+ "sampler": "flowmatch",
90
+ "sample_every": 500,
91
+ "width": 1024,
92
+ "height": 1024,
93
+ "prompts": [
94
+ "A photo-realistic still life shoot from a close-up angle about a luxury Rolex watch on a wooden surface with a reflective surface, set against a dark and moody background with soft, warm lighting. the image also shows a gold Rolex Oyster Perpetual Datejust watch with a polished finish and a gold bracelet. on the right side of the image, the watch is placed on a dark surface, with its reflection visible on the wooden surface. the watch has a gold dial with luminous hands and hour markers, and a date window at the 3 o'clock position. the background is blurred, with a subtle, warm light illuminating the watch, creating a sense of depth and dimensionality. the overall mood is sophisticated and sophisticated, with the focus on the watch and its reflection in the dark surface.",
95
+ "A close-up shot of a yellow rose, a gold watch, and a diamond necklace placed on a smooth, silky fabric background. the watch has a rectangular face with a white dial, and the necklace has a small diamond pendant in the shape of a butterfly. the yellow rose is placed next to the watch, creating a beautiful contrast between the two elements. the image is taken from a top-down perspective, focusing on the delicate details of the jewelry and the soft fabric texture of the fabric. the overall aesthetic is elegant and sophisticated, with a focus on the beauty of the items.",
96
+ "A close-up shot of a luxurious gold bracelet with white mother-of-pearl and garnet stones, showcasing intricate designs on the face of the watch. the watch has a rectangular shape with a gold case and a white mother of pearl dial, adorned with red gemstones. the bracelet is intricately designed with a floral pattern and has a polished finish, reflecting the light and creating a shimmering effect on its surface. the background is blurred, but it appears to be a neutral-colored surface, providing a subtle contrast to the intricate details of the bracelet. the overall aesthetic of the image is elegant and sophisticated, making it a perfect accessory for any special occasion.",
97
+ "A close-up shot of a minimalistic coffee setting with a cup and saucer on a dark surface. the focus is selectively placed on the watch, which has a black face with gold accents and a braided gold chain link bracelet. the watch is positioned next to a white coffee cup on the saucer, creating a subtle contrast between the two colors. the background is blurred, giving the focus to the watch and the cup. the overall aesthetic of the image is minimalistic and elegant, with a focus on the minimalist design of the watch."
98
+ ],
99
+ "neg": "",
100
+ "seed": 42,
101
+ "walk_seed": true,
102
+ "guidance_scale": 3.5,
103
+ "sample_steps": 30,
104
+ "num_frames": 1,
105
+ "fps": 1
106
+ }
107
+ }
108
+ ]
109
+ },
110
+ "meta": {
111
+ "name": "[name]",
112
+ "version": "1.0"
113
+ }
114
+ }
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ base_model: black-forest-labs/FLUX.1-dev
10
+ instance_prompt: r@ga
11
+ license: other
12
+ license_name: flux-1-dev-non-commercial-license
13
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
14
+ widget:
15
+ - text: A photo-realistic still life shoot from a close-up angle about a luxury Rolex
16
+ watch on a wooden surface with a reflective surface, set against a dark and moody
17
+ background with soft, warm lighting. the image also shows a gold Rolex Oyster
18
+ Perpetual Datejust watch with a polished finish and a gold bracelet. on the right
19
+ side of the image, the watch is placed on a dark surface, with its reflection
20
+ visible on the wooden surface. the watch has a gold dial with luminous hands and
21
+ hour markers, and a date window at the 3 o'clock position. the background is blurred,
22
+ with a subtle, warm light illuminating the watch, creating a sense of depth and
23
+ dimensionality. the overall mood is sophisticated and sophisticated, with the
24
+ focus on the watch and its reflection in the dark surface.
25
+ output:
26
+ url: samples/1752253039129__000004000_3.jpg
27
+ - text: A close-up shot of a yellow rose, a gold watch, and a diamond necklace placed
28
+ on a smooth, silky fabric background. the watch has a rectangular face with a
29
+ white dial, and the necklace has a small diamond pendant in the shape of a butterfly.
30
+ the yellow rose is placed next to the watch, creating a beautiful contrast between
31
+ the two elements. the image is taken from a top-down perspective, focusing on
32
+ the delicate details of the jewelry and the soft fabric texture of the fabric.
33
+ the overall aesthetic is elegant and sophisticated, with a focus on the beauty
34
+ of the items.
35
+ output:
36
+ url: samples/1752253021577__000004000_2.jpg
37
+ - text: A close-up shot of a luxurious gold bracelet with white mother-of-pearl and
38
+ garnet stones, showcasing intricate designs on the face of the watch. the watch
39
+ has a rectangular shape with a gold case and a white mother of pearl dial, adorned
40
+ with red gemstones. the bracelet is intricately designed with a floral pattern
41
+ and has a polished finish, reflecting the light and creating a shimmering effect
42
+ on its surface. the background is blurred, but it appears to be a neutral-colored
43
+ surface, providing a subtle contrast to the intricate details of the bracelet.
44
+ the overall aesthetic of the image is elegant and sophisticated, making it a perfect
45
+ accessory for any special occasion.
46
+ output:
47
+ url: samples/1752253004058__000004000_1.jpg
48
+ - text: A close-up shot of a minimalistic coffee setting with a cup and saucer on
49
+ a dark surface. the focus is selectively placed on the watch, which has a black
50
+ face with gold accents and a braided gold chain link bracelet. the watch is positioned
51
+ next to a white coffee cup on the saucer, creating a subtle contrast between the
52
+ two colors. the background is blurred, giving the focus to the watch and the cup.
53
+ the overall aesthetic of the image is minimalistic and elegant, with a focus on
54
+ the minimalist design of the watch.
55
+ output:
56
+ url: samples/1752252986487__000004000_0.jpg
57
+ ---
58
+
59
+ # watch_raga_shift
60
+
61
+ Model trained with AI Toolkit by Ostris
62
+
63
+ <Gallery />
64
+
65
+ ## Trigger words
66
+
67
+ You should use `r@ga` to trigger the image generation.
68
+
69
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
70
+
71
+ Weights for this model are available in Safetensors format.
72
+
73
+ [Download](/username/watch_raga_shift/tree/main) them in the Files & versions tab.
74
+
75
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
76
+
77
+ ```py
78
+ from diffusers import AutoPipelineForText2Image
79
+ import torch
80
+
81
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
82
+ pipeline.load_lora_weights('username/watch_raga_shift', weight_name='watch_raga_shift.safetensors')
83
+ image = pipeline('r@ga A photo-realistic still life shoot from a close-up angle about a luxury Rolex watch on a wooden surface with a reflective surface, set against a dark and moody background with soft, warm lighting. the image also shows a gold Rolex Oyster Perpetual Datejust watch with a polished finish and a gold bracelet. on the right side of the image, the watch is placed on a dark surface, with its reflection visible on the wooden surface. the watch has a gold dial with luminous hands and hour markers, and a date window at the 3 o'clock position. the background is blurred, with a subtle, warm light illuminating the watch, creating a sense of depth and dimensionality. the overall mood is sophisticated and sophisticated, with the focus on the watch and its reflection in the dark surface.').images[0]
84
+ image.save("my_image.png")
85
+ ```
86
+
87
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
config.yaml ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: watch_raga_shift
4
+ process:
5
+ - type: ui_trainer
6
+ training_folder: /workspace/ai-toolkit/output
7
+ sqlite_db_path: /workspace/ai-toolkit/aitk_db.db
8
+ device: cuda
9
+ trigger_word: r@ga
10
+ performance_log_every: 10
11
+ network:
12
+ type: lora
13
+ linear: 64
14
+ linear_alpha: 64
15
+ conv: 16
16
+ conv_alpha: 16
17
+ lokr_full_rank: true
18
+ lokr_factor: -1
19
+ network_kwargs:
20
+ ignore_if_contains: []
21
+ save:
22
+ dtype: bf16
23
+ save_every: 500
24
+ max_step_saves_to_keep: 8
25
+ save_format: diffusers
26
+ push_to_hub: false
27
+ datasets:
28
+ - folder_path: /workspace/ai-toolkit/datasets/watch_raga
29
+ control_path: null
30
+ mask_path: null
31
+ mask_min_value: 0.1
32
+ default_caption: ''
33
+ caption_ext: txt
34
+ caption_dropout_rate: 0.05
35
+ cache_latents_to_disk: false
36
+ is_reg: false
37
+ network_weight: 1
38
+ resolution:
39
+ - 512
40
+ - 768
41
+ - 1024
42
+ - 1280
43
+ - 1536
44
+ controls: []
45
+ train:
46
+ batch_size: 1
47
+ bypass_guidance_embedding: false
48
+ steps: 4000
49
+ gradient_accumulation: 1
50
+ train_unet: true
51
+ train_text_encoder: false
52
+ gradient_checkpointing: true
53
+ noise_scheduler: flowmatch
54
+ optimizer: adamw8bit
55
+ timestep_type: shift
56
+ content_or_style: balanced
57
+ optimizer_params:
58
+ weight_decay: 0.0001
59
+ unload_text_encoder: false
60
+ lr: 0.0003
61
+ ema_config:
62
+ use_ema: false
63
+ ema_decay: 0.99
64
+ dtype: bf16
65
+ diff_output_preservation: false
66
+ diff_output_preservation_multiplier: 1
67
+ diff_output_preservation_class: person
68
+ model:
69
+ name_or_path: black-forest-labs/FLUX.1-dev
70
+ quantize: false
71
+ quantize_te: true
72
+ arch: flux
73
+ low_vram: false
74
+ model_kwargs: {}
75
+ sample:
76
+ sampler: flowmatch
77
+ sample_every: 500
78
+ width: 1024
79
+ height: 1024
80
+ prompts:
81
+ - A photo-realistic still life shoot from a close-up angle about a luxury Rolex
82
+ watch on a wooden surface with a reflective surface, set against a dark and
83
+ moody background with soft, warm lighting. the image also shows a gold Rolex
84
+ Oyster Perpetual Datejust watch with a polished finish and a gold bracelet.
85
+ on the right side of the image, the watch is placed on a dark surface, with
86
+ its reflection visible on the wooden surface. the watch has a gold dial with
87
+ luminous hands and hour markers, and a date window at the 3 o'clock position.
88
+ the background is blurred, with a subtle, warm light illuminating the watch,
89
+ creating a sense of depth and dimensionality. the overall mood is sophisticated
90
+ and sophisticated, with the focus on the watch and its reflection in the dark
91
+ surface.
92
+ - A close-up shot of a yellow rose, a gold watch, and a diamond necklace placed
93
+ on a smooth, silky fabric background. the watch has a rectangular face with
94
+ a white dial, and the necklace has a small diamond pendant in the shape of
95
+ a butterfly. the yellow rose is placed next to the watch, creating a beautiful
96
+ contrast between the two elements. the image is taken from a top-down perspective,
97
+ focusing on the delicate details of the jewelry and the soft fabric texture
98
+ of the fabric. the overall aesthetic is elegant and sophisticated, with a
99
+ focus on the beauty of the items.
100
+ - A close-up shot of a luxurious gold bracelet with white mother-of-pearl and
101
+ garnet stones, showcasing intricate designs on the face of the watch. the
102
+ watch has a rectangular shape with a gold case and a white mother of pearl
103
+ dial, adorned with red gemstones. the bracelet is intricately designed with
104
+ a floral pattern and has a polished finish, reflecting the light and creating
105
+ a shimmering effect on its surface. the background is blurred, but it appears
106
+ to be a neutral-colored surface, providing a subtle contrast to the intricate
107
+ details of the bracelet. the overall aesthetic of the image is elegant and
108
+ sophisticated, making it a perfect accessory for any special occasion.
109
+ - A close-up shot of a minimalistic coffee setting with a cup and saucer on
110
+ a dark surface. the focus is selectively placed on the watch, which has a
111
+ black face with gold accents and a braided gold chain link bracelet. the watch
112
+ is positioned next to a white coffee cup on the saucer, creating a subtle
113
+ contrast between the two colors. the background is blurred, giving the focus
114
+ to the watch and the cup. the overall aesthetic of the image is minimalistic
115
+ and elegant, with a focus on the minimalist design of the watch.
116
+ neg: ''
117
+ seed: 42
118
+ walk_seed: true
119
+ guidance_scale: 3.5
120
+ sample_steps: 30
121
+ num_frames: 1
122
+ fps: 1
123
+ meta:
124
+ name: watch_raga_shift
125
+ version: '1.0'
log.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:583b8f4df3094329e944146a1a8c44aff6d59c6391495922a970ad218a6d2f0c
3
+ size 699243652
samples/1752236244886__000000000_0.jpg ADDED
samples/1752236262285__000000000_1.jpg ADDED
samples/1752236279645__000000000_2.jpg ADDED
samples/1752236297117__000000000_3.jpg ADDED
samples/1752238316847__000000500_0.jpg ADDED
samples/1752238334309__000000500_1.jpg ADDED
samples/1752238351803__000000500_2.jpg ADDED
samples/1752238369276__000000500_3.jpg ADDED
samples/1752240443805__000001000_0.jpg ADDED
samples/1752240461352__000001000_1.jpg ADDED
samples/1752240479144__000001000_2.jpg ADDED
samples/1752240496839__000001000_3.jpg ADDED
samples/1752242531484__000001500_0.jpg ADDED
samples/1752242548971__000001500_1.jpg ADDED
samples/1752242566465__000001500_2.jpg ADDED
samples/1752242583998__000001500_3.jpg ADDED
samples/1752244610850__000002000_0.jpg ADDED
samples/1752244628321__000002000_1.jpg ADDED
samples/1752244645809__000002000_2.jpg ADDED
samples/1752244663347__000002000_3.jpg ADDED
samples/1752246712316__000002500_0.jpg ADDED
samples/1752246729792__000002500_1.jpg ADDED
samples/1752246747306__000002500_2.jpg ADDED
samples/1752246764821__000002500_3.jpg ADDED
samples/1752248811651__000003000_0.jpg ADDED
samples/1752248829126__000003000_1.jpg ADDED
samples/1752248846665__000003000_2.jpg ADDED
samples/1752248864211__000003000_3.jpg ADDED
samples/1752250897766__000003500_0.jpg ADDED
samples/1752250915262__000003500_1.jpg ADDED
samples/1752250932767__000003500_2.jpg ADDED
samples/1752250950418__000003500_3.jpg ADDED
samples/1752252986487__000004000_0.jpg ADDED
samples/1752253004058__000004000_1.jpg ADDED
samples/1752253021577__000004000_2.jpg ADDED
samples/1752253039129__000004000_3.jpg ADDED
watch_raga_shift.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3763c82a6bbbf12f57ff6a2e876a8113230c1c99f666337cc487addff42e2967
3
+ size 687477544
watch_raga_shift_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d52ddbaa6729185a12c39c8deb4e565d77e95327606619784dcfdad5009fe93b
3
+ size 687477544
watch_raga_shift_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ab044a8b1eda10c2526b44213d8bd81b6ab56da8513f23df4f3e45f83e0a85
3
+ size 687477544
watch_raga_shift_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b7b02d3a3e276ac177ba91be8e2f293ef8fa1a292f55ebfcfe65242e2220a6
3
+ size 687477544
watch_raga_shift_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f015c9a21b7606f3c246769c8f3f6663c32aae2424fdd28c9a027f2bfde32d1
3
+ size 687477544
watch_raga_shift_000002500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:329c690fa139f7b3dbd1e712ed20c39e5a144b399c47ae655c0dac77ad417dbb
3
+ size 687477544
watch_raga_shift_000003000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7eef4004c57817ea168f5102f083168237059c0ff2247b9c3031c1b4bde56d
3
+ size 687477544
watch_raga_shift_000003500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32584fe70c6c9ffdea68597ebf8935327cce6d65581f87bf73105903b18155f4
3
+ size 687477544