aleksa-codes
commited on
Upload folder using huggingface_hub
Browse files- README.md +3 -6
- lora.safetensors +1 -1
README.md
CHANGED
@@ -10,20 +10,18 @@ tags:
|
|
10 |
- lora
|
11 |
base_model: "black-forest-labs/FLUX.1-dev"
|
12 |
pipeline_tag: text-to-image
|
13 |
-
instance_prompt:
|
14 |
---
|
15 |
|
16 |
# Flux Ghibsky Illustration
|
17 |
|
18 |
-
Flux LoRA, use `GHIBSKY style` at the start to trigger generation, creates serene and enchanting landscapes with vibrant, surreal skies and intricate, Ghibli-inspired elements reminiscent of the atmospheric beauty found in Makoto Shinkai's works.
|
19 |
-
|
20 |
Trained on Replicate using:
|
21 |
|
22 |
https://replicate.com/ostris/flux-dev-lora-trainer/train
|
23 |
|
24 |
|
25 |
## Trigger words
|
26 |
-
You should use `
|
27 |
|
28 |
|
29 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
@@ -34,8 +32,7 @@ import torch
|
|
34 |
|
35 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
36 |
pipeline.load_lora_weights('aleksa-codes/flux-ghibsky-illustration', weight_name='lora.safetensors')
|
37 |
-
image = pipeline('your prompt
|
38 |
-
|
39 |
```
|
40 |
|
41 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
|
|
10 |
- lora
|
11 |
base_model: "black-forest-labs/FLUX.1-dev"
|
12 |
pipeline_tag: text-to-image
|
13 |
+
instance_prompt: GHIBSKY
|
14 |
---
|
15 |
|
16 |
# Flux Ghibsky Illustration
|
17 |
|
|
|
|
|
18 |
Trained on Replicate using:
|
19 |
|
20 |
https://replicate.com/ostris/flux-dev-lora-trainer/train
|
21 |
|
22 |
|
23 |
## Trigger words
|
24 |
+
You should use `GHIBSKY` to trigger the image generation.
|
25 |
|
26 |
|
27 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
|
|
32 |
|
33 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
34 |
pipeline.load_lora_weights('aleksa-codes/flux-ghibsky-illustration', weight_name='lora.safetensors')
|
35 |
+
image = pipeline('your prompt').images[0]
|
|
|
36 |
```
|
37 |
|
38 |
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
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:19e5178dab0981c61ee3dcbb4964c72428d33419d2b232733b427f1102f240d8
|
3 |
size 171969416
|