Text-to-Image
Diffusers
English
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use ariG23498/open-image-preferences-v1-sdxl-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ariG23498/open-image-preferences-v1-sdxl-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ariG23498/open-image-preferences-v1-sdxl-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,13 +2,6 @@
|
|
| 2 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 3 |
library_name: diffusers
|
| 4 |
license: openrail++
|
| 5 |
-
widget:
|
| 6 |
-
- text: anime rat in a jungle
|
| 7 |
-
output:
|
| 8 |
-
url: images/example_xj9kri2rp.png
|
| 9 |
-
- text: photorealistic cat in a jungle
|
| 10 |
-
output:
|
| 11 |
-
url: images/example_0aal2cjg1.png
|
| 12 |
tags:
|
| 13 |
- text-to-image
|
| 14 |
- text-to-image
|
|
@@ -18,17 +11,16 @@ tags:
|
|
| 18 |
- template:sd-lora
|
| 19 |
- stable-diffusion-xl
|
| 20 |
- stable-diffusion-xl-diffusers
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
-
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 25 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 26 |
-
|
| 27 |
|
| 28 |
# Low Rank Adapted Supervised Fine Tuned Stable Diffusion XL
|
| 29 |
|
| 30 |
-
<Gallery />
|
| 31 |
-
|
| 32 |
## Comparison
|
| 33 |
|
| 34 |
| Prompt | SDXL | Fine Tuned |
|
|
|
|
| 2 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 3 |
library_name: diffusers
|
| 4 |
license: openrail++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- text-to-image
|
| 7 |
- text-to-image
|
|
|
|
| 11 |
- template:sd-lora
|
| 12 |
- stable-diffusion-xl
|
| 13 |
- stable-diffusion-xl-diffusers
|
| 14 |
+
datasets:
|
| 15 |
+
- data-is-better-together/open-image-preferences-v1-binarized
|
| 16 |
+
language:
|
| 17 |
+
- en
|
| 18 |
+
pipeline_tag: text-to-image
|
| 19 |
---
|
| 20 |
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# Low Rank Adapted Supervised Fine Tuned Stable Diffusion XL
|
| 23 |
|
|
|
|
|
|
|
| 24 |
## Comparison
|
| 25 |
|
| 26 |
| Prompt | SDXL | Fine Tuned |
|