File size: 3,817 Bytes
0139ca1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- abstract
- balloon
- art
- style
- rubber
- styles
- balloon body

base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: balloonz
widget:
- text: 'balloonz, balloons, made out of balloons, tiger, standing tiger, balloon tiger, in the zoo, zoo made out of balloons '
  output:
    url: >-
      3331625.jpeg
- text: 'balloonz, balloons, made out of balloons, tiger, standing tiger, balloon tiger, in the zoo, zoo made out of balloons '
  output:
    url: >-
      3331624.jpeg
- text: 'baloonz, owl made out of baloons, sitting in a tree, at night, big eyes, shiny moon, glowing moon, foggy ground '
  output:
    url: >-
      3331629.jpeg
- text: 'baloonz, owl made out of baloons, white and brown owl, sitting in a tree, at night, very cute and big eyes, shiny moon, foggy background '
  output:
    url: >-
      3331632.jpeg
- text: 'balloonz, balloons, made out of balloons, fox, sleeping fox, foxhole, underground, dark night, diffuse light '
  output:
    url: >-
      3331634.jpeg
- text: 'balloonz, balloons, made out of balloons, fox, sleeping fox, foxhole, underground, dark night, diffuse light '
  output:
    url: >-
      3331633.jpeg
- text: 'balloonz, balloons, made out of balloons, hedgehog, standing hedgehog,, rainy day, in high grass, diffuse light '
  output:
    url: >-
      3331636.jpeg
- text: 'balloonz, balloons, made out of balloons, hedgehog, sitting hedgehog,, rainy day, in high grass, diffuse light '
  output:
    url: >-
      3331637.jpeg
- text: 'balloonz, balloons, made out of balloons, fish, balloon fish, swimming in the ocean, ship wreck on sea floor '
  output:
    url: >-
      3331639.jpeg
- text: 'baloonz, fish made out of baloons, fish, baloon fish, underwater scene, coral reef made out of baloons '
  output:
    url: >-
      3331638.jpeg

---

# Balloons [SDXL LoRA] 

<Gallery />



([CivitAI](https://civitai.com/models/186256))

## Model description

<p><u>SDXL:<br /></u><span style="color:rgb(193, 194, 197)">Trigger word: </span><strong><span style="color:rgb(193, 194, 197)">balloonz</span></strong><br /><span style="color:rgb(193, 194, 197)">Sampling Method: </span><strong><span style="color:rgb(219, 222, 225)">DPM++ 2M SDE Karras</span></strong></p><p></p><p>☕ Buy me a coffee: <a target="_blank" rel="ugc" href="https://ko-fi.com/ralfingerai">https://ko-fi.com/ralfingerai</a><br /></p><p><span style="color:rgb(219, 222, 225)">If your images produce too many single baloons, just add "ballons" in your negative prompt, that won´t affect the LoRA.</span></p>

## Trigger words
You should use `balloonz` to trigger the image generation.
    

## Download model

Weights for this model are available in Safetensors format.

[Download](/RalFinger/balloons-sdxl-lora/tree/main) them in the Files & versions tab.

## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('RalFinger/balloons-sdxl-lora', weight_name='balloonz-sdxl.safetensors')
image = pipeline('baloonz, fish made out of baloons, fish, baloon fish, underwater scene, coral reef made out of baloons ').images[0]
```

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)