balloons-sdxl-lora / README.md
multimodalart's picture
Upload folder using huggingface_hub
0139ca1
---
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)