Upload folder using huggingface_hub
Browse files- README.md +3 -3
- config.yaml +4 -26
- lora.safetensors +1 -1
README.md
CHANGED
|
@@ -16,12 +16,12 @@ pipeline_tag: text-to-image
|
|
| 16 |
# prompt
|
| 17 |
# output:
|
| 18 |
# url: https://...
|
| 19 |
-
instance_prompt:
|
| 20 |
---
|
| 21 |
|
| 22 |
# Pony_Loras
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
Trained on Replicate using:
|
| 27 |
|
|
@@ -29,7 +29,7 @@ https://replicate.com/ostris/flux-dev-lora-trainer/train
|
|
| 29 |
|
| 30 |
|
| 31 |
## Trigger words
|
| 32 |
-
You should use `
|
| 33 |
|
| 34 |
|
| 35 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
|
|
|
| 16 |
# prompt
|
| 17 |
# output:
|
| 18 |
# url: https://...
|
| 19 |
+
instance_prompt: owhx
|
| 20 |
---
|
| 21 |
|
| 22 |
# Pony_Loras
|
| 23 |
|
| 24 |
+
<Gallery />
|
| 25 |
|
| 26 |
Trained on Replicate using:
|
| 27 |
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
## Trigger words
|
| 32 |
+
You should use `owhx` to trigger the image generation.
|
| 33 |
|
| 34 |
|
| 35 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
config.yaml
CHANGED
|
@@ -5,14 +5,14 @@ config:
|
|
| 5 |
- type: custom_sd_trainer
|
| 6 |
training_folder: output
|
| 7 |
device: cuda:0
|
| 8 |
-
trigger_word:
|
| 9 |
network:
|
| 10 |
type: lora
|
| 11 |
linear: 16
|
| 12 |
linear_alpha: 16
|
| 13 |
save:
|
| 14 |
dtype: float16
|
| 15 |
-
save_every:
|
| 16 |
max_step_saves_to_keep: 1
|
| 17 |
datasets:
|
| 18 |
- folder_path: input_images
|
|
@@ -46,32 +46,10 @@ config:
|
|
| 46 |
quantize: true
|
| 47 |
sample:
|
| 48 |
sampler: flowmatch
|
| 49 |
-
sample_every:
|
| 50 |
width: 1024
|
| 51 |
height: 1024
|
| 52 |
-
prompts:
|
| 53 |
-
- a photo of KRHN, capture a mystical, high-contrast photograph of a stealthy
|
| 54 |
-
ninja woman posing elegantly within the intricately carved, lantern-lit chambers
|
| 55 |
-
of a centuries-old chinese temple. she stands poised, one hand grasping the
|
| 56 |
-
hilt of her katana, its scabbard adorned with crimson tassels, while her piercing
|
| 57 |
-
orange eyes seem to hold secrets of the ancient arts. the warm, golden light
|
| 58 |
-
of lanterns dancing across the walls casts dramatic shadows, illuminating
|
| 59 |
-
the ornate tapestries and forgotten relics scattered throughout the chamber,
|
| 60 |
-
transporting the viewer to a realm of mystique and intrigue.
|
| 61 |
-
- 'a photo of KRHN, capture a stunning, high-contrast photograph of a stealthy
|
| 62 |
-
female ninja standing majestically on the lunar surface, illuminated by the
|
| 63 |
-
radiant earthshine. her sleek black ninja garb blends seamlessly with the
|
| 64 |
-
shadows, except for the subtle, crescent moon emblem on her chest, which glows
|
| 65 |
-
softly like a beacon. her piercing orange eyes seem to pierce through the
|
| 66 |
-
darkness, fixed intently on some distant target. in the background, the curvature
|
| 67 |
-
of the earth rises like a glowing blue horizon, surrounded by the endless
|
| 68 |
-
expanse of starry space, with the milky way streaking across the sky like
|
| 69 |
-
a celestial banner. the ninja''s stance is poised and ready, as if prepared
|
| 70 |
-
to leap into action at a moment''s notice, her slender figure silhouetted
|
| 71 |
-
against the vibrant, dreamlike backdrop of our home planet. composition: low-angle
|
| 72 |
-
shot, looking up at the ninja from the lunar surface, with the earth and stars
|
| 73 |
-
stretching out above her.'
|
| 74 |
-
- a photo of KRHN
|
| 75 |
neg: ''
|
| 76 |
seed: 42
|
| 77 |
walk_seed: true
|
|
|
|
| 5 |
- type: custom_sd_trainer
|
| 6 |
training_folder: output
|
| 7 |
device: cuda:0
|
| 8 |
+
trigger_word: owhx
|
| 9 |
network:
|
| 10 |
type: lora
|
| 11 |
linear: 16
|
| 12 |
linear_alpha: 16
|
| 13 |
save:
|
| 14 |
dtype: float16
|
| 15 |
+
save_every: 2001
|
| 16 |
max_step_saves_to_keep: 1
|
| 17 |
datasets:
|
| 18 |
- folder_path: input_images
|
|
|
|
| 46 |
quantize: true
|
| 47 |
sample:
|
| 48 |
sampler: flowmatch
|
| 49 |
+
sample_every: 2001
|
| 50 |
width: 1024
|
| 51 |
height: 1024
|
| 52 |
+
prompts: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
neg: ''
|
| 54 |
seed: 42
|
| 55 |
walk_seed: true
|
lora.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 171969416
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b44546f68e7d5ba27542d11dab6f101fa6ec08737e36f668d6cdd6dd188801a
|
| 3 |
size 171969416
|