--- 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] ([CivitAI](https://civitai.com/models/186256)) ## Model description

SDXL:
Trigger word: balloonz
Sampling Method: DPM++ 2M SDE Karras

☕ Buy me a coffee: https://ko-fi.com/ralfingerai

If your images produce too many single baloons, just add "ballons" in your negative prompt, that won´t affect the LoRA.

## 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)