Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,18 @@ tags:
|
|
12 |
pipeline_tag: text-to-image
|
13 |
library_name: diffusers
|
14 |
instance_prompt: >-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
-
##
|
18 |
## Low Rank Adapter (LoRA) for Flux Models
|
19 |
## (Ink / Paints / Pastels / Mixed Media / Collage)
|
20 |
## |||| By SilverAgePoets.com ||||
|
@@ -32,7 +41,7 @@ Find **Variant 2 (De-distilled Flux variant)** [HERE](https://huggingface.co/Ale
|
|
32 |
<Gallery />
|
33 |
|
34 |
## Prompt using:
|
35 |
-
`
|
36 |
|
37 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
38 |
|
@@ -42,5 +51,5 @@ import torch
|
|
42 |
|
43 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
44 |
pipeline.load_lora_weights('AlekseyCalvin/UnicaJax_Style_FluxLoRA')
|
45 |
-
image = pipeline('
|
46 |
```
|
|
|
12 |
pipeline_tag: text-to-image
|
13 |
library_name: diffusers
|
14 |
instance_prompt: >-
|
15 |
+
UnicaJAX style art, An avant-garde artwork merging Unica Zürn and Jax styles, featuring intricate patterns, painting or illustration, ink on paper or oil paint or acrylics or pastels, by Jacqueline Trosclair, by Unica Zurn, stylized distinctive figurative artwork featuring
|
16 |
+
widget:
|
17 |
+
- text: >-
|
18 |
+
UnicaJAX style art...
|
19 |
+
output:
|
20 |
+
url: UnicaJax1.png
|
21 |
+
- text: >-
|
22 |
+
UnicaJAX style art...
|
23 |
+
output:
|
24 |
+
url: UnicaJax2.png
|
25 |
---
|
26 |
+
## UNICA + JAX STYLE ESOTERIC ARTS Variant 1 (Flux Dev-trained)
|
27 |
## Low Rank Adapter (LoRA) for Flux Models
|
28 |
## (Ink / Paints / Pastels / Mixed Media / Collage)
|
29 |
## |||| By SilverAgePoets.com ||||
|
|
|
41 |
<Gallery />
|
42 |
|
43 |
## Prompt using:
|
44 |
+
`UnicaJAX style art, An avant-garde artwork merging Unica Zürn and Jax styles, featuring intricate patterns, painting or illustration, ink on paper or oil paint or acrylics or pastels, by Jacqueline Trosclair, by Unica Zurn, stylized distinctive figurative artwork featuring ___ `, etc... <br>
|
45 |
|
46 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
47 |
|
|
|
51 |
|
52 |
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
53 |
pipeline.load_lora_weights('AlekseyCalvin/UnicaJax_Style_FluxLoRA')
|
54 |
+
image = pipeline('UnicaJAX style art, An avant-garde artwork merging Unica Zürn and Jax styles, featuring intricate patterns, painting or illustration, ink on paper or oil paint or acrylics or pastels, by Jacqueline Trosclair, by Unica Zurn, stylized distinctive figurative artwork featuring ').images[0]
|
55 |
```
|