ehristoforu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -57,6 +57,10 @@ widget:
|
|
57 |
base_model: fluently/Fluently-XL-v2
|
58 |
instance_prompt: <lora:dalle-3-xl-lora-v2:0.8>
|
59 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
60 |
---
|
61 |
# DALL•E 3 XL LoRA v2
|
62 |
|
@@ -68,15 +72,15 @@ This is a test model very similar to Dall•E 3.
|
|
68 |
|
69 |
## Official demo
|
70 |
|
71 |
-
You can use official demo on Spaces: [try](https
|
72 |
|
73 |
## Trigger words
|
74 |
|
75 |
-
You should use
|
76 |
|
77 |
|
78 |
## Download model
|
79 |
|
80 |
Weights for this model are available in Safetensors format.
|
81 |
|
82 |
-
[Download](/ehristoforu/dalle-3-xl-v2/tree/main) them in the Files & versions tab.
|
|
|
57 |
base_model: fluently/Fluently-XL-v2
|
58 |
instance_prompt: <lora:dalle-3-xl-lora-v2:0.8>
|
59 |
license: creativeml-openrail-m
|
60 |
+
library_name: diffusers
|
61 |
+
datasets:
|
62 |
+
- ehristoforu/dalle-3-images
|
63 |
+
pipeline_tag: text-to-image
|
64 |
---
|
65 |
# DALL•E 3 XL LoRA v2
|
66 |
|
|
|
72 |
|
73 |
## Official demo
|
74 |
|
75 |
+
You can use official demo on Spaces: [try](https://huggingface.co/spaces/ehristoforu/dalle-3-xl-lora-v2).
|
76 |
|
77 |
## Trigger words
|
78 |
|
79 |
+
You should use `<lora:dalle-3-xl-lora-v2:0.8>` to trigger the image generation.
|
80 |
|
81 |
|
82 |
## Download model
|
83 |
|
84 |
Weights for this model are available in Safetensors format.
|
85 |
|
86 |
+
[Download](/ehristoforu/dalle-3-xl-v2/tree/main) them in the Files & versions tab.
|