vheretic commited on
Commit
2479be8
1 Parent(s): 31d5a6c

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -18,7 +18,7 @@ widget:
18
  negative_prompt: 'blurry, cropped, ugly'
19
  output:
20
  url: ./assets/image_0_0.png
21
- - text: 'a lighthouse'
22
  parameters:
23
  negative_prompt: 'blurry, cropped, ugly'
24
  output:
@@ -35,7 +35,7 @@ The main validation prompt used during training was:
35
 
36
 
37
  ```
38
- a lighthouse
39
  ```
40
 
41
  ## Validation settings
@@ -59,8 +59,8 @@ You may reuse the base model text encoder for inference.
59
 
60
  ## Training settings
61
 
62
- - Training epochs: 145
63
- - Training steps: 1750
64
  - Learning rate: 0.0001
65
  - Effective batch size: 1
66
  - Micro-batch size: 1
@@ -102,7 +102,7 @@ adapter_id = 'vheretic/testing-flux'
102
  pipeline = DiffusionPipeline.from_pretrained(model_id)
103
  pipeline.load_lora_weights(adapter_id)
104
 
105
- prompt = "a lighthouse"
106
 
107
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
108
  image = pipeline(
 
18
  negative_prompt: 'blurry, cropped, ugly'
19
  output:
20
  url: ./assets/image_0_0.png
21
+ - text: 'a lighthouse ani_style'
22
  parameters:
23
  negative_prompt: 'blurry, cropped, ugly'
24
  output:
 
35
 
36
 
37
  ```
38
+ a lighthouse ani_style
39
  ```
40
 
41
  ## Validation settings
 
59
 
60
  ## Training settings
61
 
62
+ - Training epochs: 20
63
+ - Training steps: 250
64
  - Learning rate: 0.0001
65
  - Effective batch size: 1
66
  - Micro-batch size: 1
 
102
  pipeline = DiffusionPipeline.from_pretrained(model_id)
103
  pipeline.load_lora_weights(adapter_id)
104
 
105
+ prompt = "a lighthouse ani_style"
106
 
107
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
108
  image = pipeline(