glif
/

rvorias commited on
Commit
02b784f
1 Parent(s): a95a647

Upload folder using huggingface_hub

Browse files
Files changed (28) hide show
  1. saq1b/y2k_futurism_aesthetic/config.yaml +71 -0
  2. saq1b/y2k_futurism_aesthetic/samples/1726493970306__000000000_0.jpg +0 -0
  3. saq1b/y2k_futurism_aesthetic/samples/1726493994885__000000000_1.jpg +0 -0
  4. saq1b/y2k_futurism_aesthetic/samples/1726494019476__000000000_2.jpg +0 -0
  5. saq1b/y2k_futurism_aesthetic/samples/1726494044052__000000000_3.jpg +0 -0
  6. saq1b/y2k_futurism_aesthetic/samples/1726494068625__000000000_4.jpg +0 -0
  7. saq1b/y2k_futurism_aesthetic/samples/1726494093196__000000000_5.jpg +0 -0
  8. saq1b/y2k_futurism_aesthetic/samples/1726495080537__000000500_0.jpg +0 -0
  9. saq1b/y2k_futurism_aesthetic/samples/1726495105072__000000500_1.jpg +0 -0
  10. saq1b/y2k_futurism_aesthetic/samples/1726495129602__000000500_2.jpg +0 -0
  11. saq1b/y2k_futurism_aesthetic/samples/1726495154137__000000500_3.jpg +0 -0
  12. saq1b/y2k_futurism_aesthetic/samples/1726495178671__000000500_4.jpg +0 -0
  13. saq1b/y2k_futurism_aesthetic/samples/1726495203206__000000500_5.jpg +0 -0
  14. saq1b/y2k_futurism_aesthetic/samples/1726496197970__000001000_0.jpg +0 -0
  15. saq1b/y2k_futurism_aesthetic/samples/1726496222504__000001000_1.jpg +0 -0
  16. saq1b/y2k_futurism_aesthetic/samples/1726496247036__000001000_2.jpg +0 -0
  17. saq1b/y2k_futurism_aesthetic/samples/1726496271566__000001000_3.jpg +0 -0
  18. saq1b/y2k_futurism_aesthetic/samples/1726496296097__000001000_4.jpg +0 -0
  19. saq1b/y2k_futurism_aesthetic/samples/1726496320630__000001000_5.jpg +0 -0
  20. saq1b/y2k_futurism_aesthetic/samples/1726497307056__000001500_0.jpg +0 -0
  21. saq1b/y2k_futurism_aesthetic/samples/1726497331601__000001500_1.jpg +0 -0
  22. saq1b/y2k_futurism_aesthetic/samples/1726497356138__000001500_2.jpg +0 -0
  23. saq1b/y2k_futurism_aesthetic/samples/1726497380692__000001500_3.jpg +0 -0
  24. saq1b/y2k_futurism_aesthetic/samples/1726497405239__000001500_4.jpg +0 -0
  25. saq1b/y2k_futurism_aesthetic/samples/1726497429781__000001500_5.jpg +0 -0
  26. saq1b/y2k_futurism_aesthetic/y2k_futurism_aesthetic.safetensors +3 -0
  27. saq1b/y2k_futurism_aesthetic/y2k_futurism_aesthetic_000000500.safetensors +3 -0
  28. saq1b/y2k_futurism_aesthetic/y2k_futurism_aesthetic_000001000.safetensors +3 -0
saq1b/y2k_futurism_aesthetic/config.yaml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: y2k_futurism_aesthetic
3
+ process:
4
+ - datasets:
5
+ - cache_latents_to_disk: true
6
+ caption_dropout_rate: 0.2
7
+ caption_ext: txt
8
+ folder_path: /root/lorahub/y2k_futurism_aesthetic/dataset
9
+ resolution:
10
+ - 512
11
+ - 768
12
+ - 1024
13
+ shuffle_tokens: false
14
+ token_dropout_rate: 0.01
15
+ device: cuda:0
16
+ model:
17
+ is_flux: true
18
+ name_or_path: black-forest-labs/FLUX.1-dev
19
+ quantize: true
20
+ text_encoder_bits: 8
21
+ network:
22
+ linear: 42
23
+ linear_alpha: 42
24
+ transformer_only: true
25
+ type: lora
26
+ performance_log_every: 500
27
+ sample:
28
+ height: 1024
29
+ neg: ''
30
+ prompts:
31
+ - '[trigger], futuristic, shiny, sci fi theme, shiny gray metallic furniture,
32
+ indoors, living room, furniture, green, green grass, ocean, water, bubbles,
33
+ octane render, uhd 8k wallpaper, lens flare'
34
+ - '[trigger], a computer monitor in water'
35
+ - '[trigger], an inside view of a subway train'
36
+ - '[trigger], car interior full of water'
37
+ - '[trigger], indoor office with a lot of computers'
38
+ - '[trigger], dolphins swimming indoors'
39
+ sample_every: 500
40
+ sample_steps: 25
41
+ sampler: flowmatch
42
+ seed: 42
43
+ walk_seed: true
44
+ width: 1024
45
+ save:
46
+ dtype: float16
47
+ max_step_saves_to_keep: 3
48
+ save_every: 500
49
+ save_format: diffusers
50
+ train:
51
+ batch_size: 1
52
+ dtype: bf16
53
+ ema_config:
54
+ ema_decay: 0.99
55
+ use_ema: true
56
+ gradient_accumulation_steps: 1
57
+ gradient_checkpointing: true
58
+ linear_timesteps: true
59
+ loss_type: mse
60
+ lr: 0.0002
61
+ noise_scheduler: flowmatch
62
+ optimizer: adamw8bit
63
+ reg_weight: 1.0
64
+ steps: 1500
65
+ target_noise_multiplier: 1.0
66
+ train_text_encoder: false
67
+ train_unet: true
68
+ training_folder: /root/lorahub
69
+ trigger_word: y2k style
70
+ type: sd_trainer
71
+ job: extension
saq1b/y2k_futurism_aesthetic/samples/1726493970306__000000000_0.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726493994885__000000000_1.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726494019476__000000000_2.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726494044052__000000000_3.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726494068625__000000000_4.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726494093196__000000000_5.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726495080537__000000500_0.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726495105072__000000500_1.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726495129602__000000500_2.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726495154137__000000500_3.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726495178671__000000500_4.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726495203206__000000500_5.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726496197970__000001000_0.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726496222504__000001000_1.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726496247036__000001000_2.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726496271566__000001000_3.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726496296097__000001000_4.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726496320630__000001000_5.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726497307056__000001500_0.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726497331601__000001500_1.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726497356138__000001500_2.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726497380692__000001500_3.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726497405239__000001500_4.jpg ADDED
saq1b/y2k_futurism_aesthetic/samples/1726497429781__000001500_5.jpg ADDED
saq1b/y2k_futurism_aesthetic/y2k_futurism_aesthetic.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd6920d86af903d2b953d8cfa67e83cc2253f961ff60987db4e0d7d28c4b2f6
3
+ size 451202704
saq1b/y2k_futurism_aesthetic/y2k_futurism_aesthetic_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6df767701b48cb8a7234f91367352532848c6a03817ede6a94913743b9068b23
3
+ size 451202696
saq1b/y2k_futurism_aesthetic/y2k_futurism_aesthetic_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9925469e327ef727f8cfae42efb008a10d762c552fc78285bf4ce4b225ec92b6
3
+ size 451202704