ambientocclusion commited on
Commit
dfd7bba
1 Parent(s): 9aed11f

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: creativeml-openrail-m
3
- base_model: "black-forest-labs/FLUX.1-dev"
4
  tags:
5
  - stable-diffusion
6
  - stable-diffusion-diffusers
@@ -25,7 +25,7 @@ widget:
25
 
26
  # meme1
27
 
28
- This is a LoRA derived from [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev).
29
 
30
 
31
 
@@ -58,8 +58,8 @@ You may reuse the base model text encoder for inference.
58
 
59
  ## Training settings
60
 
61
- - Training epochs: 99
62
- - Training steps: 2100
63
  - Learning rate: 0.0005
64
  - Effective batch size: 1
65
  - Micro-batch size: 1
@@ -79,9 +79,9 @@ You may reuse the base model text encoder for inference.
79
 
80
  ## Datasets
81
 
82
- ### carbman1
83
  - Repeats: 0
84
- - Total number of images: 21
85
  - Total number of aspect buckets: 1
86
  - Resolution: 1024 px
87
  - Cropped: False
@@ -96,7 +96,7 @@ You may reuse the base model text encoder for inference.
96
  import torch
97
  from diffusers import DiffusionPipeline
98
 
99
- model_id = 'black-forest-labs/FLUX.1-dev'
100
  adapter_id = 'ambientocclusion/meme1'
101
  pipeline = DiffusionPipeline.from_pretrained(model_id)
102
  pipeline.load_lora_weights(adapter_id)
 
1
  ---
2
  license: creativeml-openrail-m
3
+ base_model: "sayakpaul/FLUX.1-merged"
4
  tags:
5
  - stable-diffusion
6
  - stable-diffusion-diffusers
 
25
 
26
  # meme1
27
 
28
+ This is a LoRA derived from [sayakpaul/FLUX.1-merged](https://huggingface.co/sayakpaul/FLUX.1-merged).
29
 
30
 
31
 
 
58
 
59
  ## Training settings
60
 
61
+ - Training epochs: 96
62
+ - Training steps: 2522
63
  - Learning rate: 0.0005
64
  - Effective batch size: 1
65
  - Micro-batch size: 1
 
79
 
80
  ## Datasets
81
 
82
+ ### meme1
83
  - Repeats: 0
84
+ - Total number of images: 26
85
  - Total number of aspect buckets: 1
86
  - Resolution: 1024 px
87
  - Cropped: False
 
96
  import torch
97
  from diffusers import DiffusionPipeline
98
 
99
+ model_id = 'sayakpaul/FLUX.1-merged'
100
  adapter_id = 'ambientocclusion/meme1'
101
  pipeline = DiffusionPipeline.from_pretrained(model_id)
102
  pipeline.load_lora_weights(adapter_id)