Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
|
@@ -10,17 +10,7 @@ tags:
|
|
| 10 |
- lora
|
| 11 |
- template:sd-lora
|
| 12 |
inference: true
|
| 13 |
-
|
| 14 |
-
- text: 'unconditional (blank prompt)'
|
| 15 |
-
parameters:
|
| 16 |
-
negative_prompt: 'blurry, cropped, ugly'
|
| 17 |
-
output:
|
| 18 |
-
url: ./assets/image_0_0.png
|
| 19 |
-
- text: 'A design of a cute pokemon, on a white background'
|
| 20 |
-
parameters:
|
| 21 |
-
negative_prompt: 'blurry, cropped, ugly'
|
| 22 |
-
output:
|
| 23 |
-
url: ./assets/image_1_0.png
|
| 24 |
---
|
| 25 |
|
| 26 |
# sd3-lora-training-v1
|
|
@@ -33,7 +23,7 @@ The main validation prompt used during training was:
|
|
| 33 |
|
| 34 |
|
| 35 |
```
|
| 36 |
-
A design of a cute pokemon
|
| 37 |
```
|
| 38 |
|
| 39 |
## Validation settings
|
|
@@ -46,7 +36,7 @@ A design of a cute pokemon, on a white background
|
|
| 46 |
|
| 47 |
Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
|
| 52 |
<Gallery />
|
|
@@ -100,7 +90,7 @@ adapter_id = 'zwloong/sd3-lora-training-v1'
|
|
| 100 |
pipeline = DiffusionPipeline.from_pretrained(model_id)
|
| 101 |
pipeline.load_lora_weights(adapter_id)
|
| 102 |
|
| 103 |
-
prompt = "A design of a cute pokemon
|
| 104 |
negative_prompt = 'blurry, cropped, ugly'
|
| 105 |
pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
|
| 106 |
image = pipeline(
|
|
|
|
| 10 |
- lora
|
| 11 |
- template:sd-lora
|
| 12 |
inference: true
|
| 13 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# sd3-lora-training-v1
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
```
|
| 26 |
+
A design of a cute pokemon
|
| 27 |
```
|
| 28 |
|
| 29 |
## Validation settings
|
|
|
|
| 36 |
|
| 37 |
Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
|
| 38 |
|
| 39 |
+
|
| 40 |
|
| 41 |
|
| 42 |
<Gallery />
|
|
|
|
| 90 |
pipeline = DiffusionPipeline.from_pretrained(model_id)
|
| 91 |
pipeline.load_lora_weights(adapter_id)
|
| 92 |
|
| 93 |
+
prompt = "A design of a cute pokemon"
|
| 94 |
negative_prompt = 'blurry, cropped, ugly'
|
| 95 |
pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
|
| 96 |
image = pipeline(
|