ambientocclusion commited on
Commit
be44dd7
1 Parent(s): 236a134

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -16,7 +16,7 @@ widget:
16
  negative_prompt: 'blurry, cropped, ugly'
17
  output:
18
  url: ./assets/image_0_0.png
19
- - text: 'a photo of distracted boyfriend meme'
20
  parameters:
21
  negative_prompt: 'blurry, cropped, ugly'
22
  output:
@@ -34,7 +34,7 @@ The main validation prompt used during training was:
34
 
35
 
36
  ```
37
- a photo of distracted boyfriend meme
38
  ```
39
 
40
  ## Validation settings
@@ -58,8 +58,8 @@ You may reuse the base model text encoder for inference.
58
 
59
  ## Training settings
60
 
61
- - Training epochs: 1999
62
- - Training steps: 2000
63
  - Learning rate: 0.0001
64
  - Effective batch size: 1
65
  - Micro-batch size: 1
@@ -81,12 +81,12 @@ You may reuse the base model text encoder for inference.
81
 
82
  ### meme1
83
  - Repeats: 0
84
- - Total number of images: 1
85
  - Total number of aspect buckets: 1
86
- - Resolution: 512 px
87
- - Cropped: True
88
- - Crop style: center
89
- - Crop aspect: square
90
 
91
 
92
  ## Inference
@@ -101,7 +101,7 @@ adapter_id = 'ambientocclusion/meme1'
101
  pipeline = DiffusionPipeline.from_pretrained(model_id)
102
  pipeline.load_lora_weights(adapter_id)
103
 
104
- prompt = "a photo of distracted boyfriend meme"
105
 
106
 
107
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
 
16
  negative_prompt: 'blurry, cropped, ugly'
17
  output:
18
  url: ./assets/image_0_0.png
19
+ - text: 'a photo of a man'
20
  parameters:
21
  negative_prompt: 'blurry, cropped, ugly'
22
  output:
 
34
 
35
 
36
  ```
37
+ a photo of a man
38
  ```
39
 
40
  ## Validation settings
 
58
 
59
  ## Training settings
60
 
61
+ - Training epochs: 96
62
+ - Training steps: 2522
63
  - Learning rate: 0.0001
64
  - Effective batch size: 1
65
  - Micro-batch size: 1
 
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
88
+ - Crop style: None
89
+ - Crop aspect: None
90
 
91
 
92
  ## Inference
 
101
  pipeline = DiffusionPipeline.from_pretrained(model_id)
102
  pipeline.load_lora_weights(adapter_id)
103
 
104
+ prompt = "a photo of a man"
105
 
106
 
107
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')