rvorias commited on
Commit
74160f3
·
verified ·
1 Parent(s): 60694d6

Upload folder using huggingface_hub

Browse files
Pixcat_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:055beee6fa61d33de64159441bf4920d42579b4d20c19ea12637cf735ff3d681
3
+ size 451203128
Pixcat_1_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c427238f80369080077f4e78f8576320061150838fd0755b6942aa78607ed76e
3
+ size 451203120
Pixcat_1_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a8b5c2617d9568076b1e7586f95d8e44b057d7f4f2b479e3cb20d145cb4312f
3
+ size 451203128
Pixcat_1_000002500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b47b58776dad293a6c9810396870121bf008e4a5a46b9f555559dd0ea81d50
3
+ size 451203128
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - diffusers
4
+ - text-to-image
5
+ - template:sd-lora
6
+ - base_model:black-forest-labs/FLUX.1-dev
7
+ - base_model:finetune:black-forest-labs/FLUX.1-dev
8
+ - license:other
9
+ - region:us
10
+ - flux
11
+ - lora
12
+ widget:
13
+ - output:
14
+ url: samples/1730782177575__000003000_0.jpg
15
+ text: Pixcat sitting waving right paw Pixcat_model_1
16
+ - output:
17
+ url: samples/1730782202266__000003000_1.jpg
18
+ text: Pixcat sitting on a tropical beach waving left paw Pixcat_model_1
19
+ - output:
20
+ url: samples/1730782226997__000003000_2.jpg
21
+ text: pixcat on a city street running on his hind legs Pixcat_model_1
22
+ base_model: black-forest-labs/FLUX.1-dev
23
+ trigger: Pixcat_model_1
24
+ instance_prompt: Pixcat_model_1
25
+ license: other
26
+ license_name: flux-1-dev-non-commercial-license
27
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
28
+ ---
29
+ # Pixcat_1
30
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) under the [Glif Loradex program](https://huggingface.co/glif-loradex-trainer) by [Glif](https://glif.app) user `ancient_egyptian_memes`.
31
+ <Gallery />
32
+ ## Trigger words
33
+ You should use `Pixcat_model_1` to trigger the image generation.
34
+ ## Download model
35
+ Weights for this model are available in Safetensors format.
36
+ [Download](/glif-loradex-trainer/ancient_egyptian_memes_Pixcat_1/tree/main) them in the Files & versions tab.
37
+
38
+ ## License
39
+ This model is licensed under the [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
40
+
config.yaml ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: Pixcat_1
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/Pixcat_1/dataset
9
+ resolution:
10
+ - 512
11
+ - 768
12
+ - 1024
13
+ shuffle_tokens: true
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
+ - Pixcat sitting waving right paw [trigger]
32
+ - Pixcat sitting on a tropical beach waving left paw [trigger]
33
+ - pixcat on a city street running on his hind legs [trigger]
34
+ sample_every: 500
35
+ sample_steps: 25
36
+ sampler: flowmatch
37
+ seed: 42
38
+ walk_seed: true
39
+ width: 1024
40
+ save:
41
+ dtype: float16
42
+ max_step_saves_to_keep: 3
43
+ save_every: 500
44
+ save_format: diffusers
45
+ train:
46
+ batch_size: 1
47
+ dtype: bf16
48
+ ema_config:
49
+ ema_decay: 0.99
50
+ use_ema: true
51
+ gradient_accumulation_steps: 1
52
+ gradient_checkpointing: true
53
+ linear_timesteps: true
54
+ loss_type: mse
55
+ lr: 0.0002
56
+ noise_scheduler: flowmatch
57
+ optimizer: adamw8bit
58
+ reg_weight: 1.0
59
+ steps: 3000
60
+ target_noise_multiplier: 1.0
61
+ train_text_encoder: false
62
+ train_unet: true
63
+ training_folder: /root/lorahub
64
+ trigger_word: Pixcat_model_1
65
+ type: sd_trainer
66
+ job: extension
67
+ meta:
68
+ description: Images of Pixcat in various positions, sitting, sitting waving left
69
+ or right paw, running on hind legs with both front paws up. Pixcat has mouth wide
70
+ open or closed, Pixcat is always looking happy. Pixcat always has his eyes shut
71
+ tight. Pixcat can be placed in any setting the system is prompted to create showing
72
+ Pixcat in. Pixcat can be in a city, in an apartment, on a beach, on the Moon,
73
+ or even a cable car
samples/1730774898375__000000000_0.jpg ADDED
samples/1730774923002__000000000_1.jpg ADDED
samples/1730774947627__000000000_2.jpg ADDED
samples/1730776116124__000000500_0.jpg ADDED
samples/1730776140726__000000500_1.jpg ADDED
samples/1730776165370__000000500_2.jpg ADDED
samples/1730777328413__000001000_0.jpg ADDED
samples/1730777352993__000001000_1.jpg ADDED
samples/1730777377606__000001000_2.jpg ADDED
samples/1730778537068__000001500_0.jpg ADDED
samples/1730778561654__000001500_1.jpg ADDED
samples/1730778586299__000001500_2.jpg ADDED
samples/1730779744242__000002000_0.jpg ADDED
samples/1730779768937__000002000_1.jpg ADDED
samples/1730779793666__000002000_2.jpg ADDED
samples/1730780967259__000002500_0.jpg ADDED
samples/1730780991954__000002500_1.jpg ADDED
samples/1730781016684__000002500_2.jpg ADDED
samples/1730782177575__000003000_0.jpg ADDED
samples/1730782202266__000003000_1.jpg ADDED
samples/1730782226997__000003000_2.jpg ADDED