quzo commited on
Commit
1b57491
·
verified ·
1 Parent(s): fa82596

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -20,7 +20,7 @@ widget:
20
  negative_prompt: 'blurry, cropped, ugly'
21
  output:
22
  url: ./assets/image_0_0.png
23
- - text: 'photo of @w4h'
24
  parameters:
25
  negative_prompt: 'blurry, cropped, ugly'
26
  output:
@@ -33,7 +33,7 @@ This is a standard PEFT LoRA derived from [black-forest-labs/FLUX.1-dev](https:/
33
 
34
  The main validation prompt used during training was:
35
  ```
36
- photo of @w4h
37
  ```
38
 
39
 
@@ -59,8 +59,8 @@ You may reuse the base model text encoder for inference.
59
 
60
  ## Training settings
61
 
62
- - Training epochs: 0
63
- - Training steps: 500
64
  - Learning rate: 8e-05
65
  - Learning rate schedule: polynomial
66
  - Warmup steps: 100
@@ -189,7 +189,7 @@ adapter_id = 'quzo/iwatch3'
189
  pipeline = DiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.bfloat16) # loading directly in bf16
190
  pipeline.load_lora_weights(adapter_id)
191
 
192
- prompt = "photo of @w4h"
193
 
194
 
195
  ## Optional: quantise the model to save on vram.
 
20
  negative_prompt: 'blurry, cropped, ugly'
21
  output:
22
  url: ./assets/image_0_0.png
23
+ - text: '@w4h'
24
  parameters:
25
  negative_prompt: 'blurry, cropped, ugly'
26
  output:
 
33
 
34
  The main validation prompt used during training was:
35
  ```
36
+ @w4h
37
  ```
38
 
39
 
 
59
 
60
  ## Training settings
61
 
62
+ - Training epochs: 1
63
+ - Training steps: 750
64
  - Learning rate: 8e-05
65
  - Learning rate schedule: polynomial
66
  - Warmup steps: 100
 
189
  pipeline = DiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.bfloat16) # loading directly in bf16
190
  pipeline.load_lora_weights(adapter_id)
191
 
192
+ prompt = "@w4h"
193
 
194
 
195
  ## Optional: quantise the model to save on vram.