--- 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 - style - food - cake - bread - sweets - donut - muffin - gingerbread - baking - pastry - gingerbread man base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: pastry widget: - text: 'dog looking at, amazing pastrey dish on a gold plate, pastry ' output: url: >- 3403718.jpeg - text: 'mouse and keyboard, made out of pastry, pink background ' output: url: >- 3403719.jpeg - text: 'pineapple, made out of pastry ' output: url: >- 3403720.jpeg - text: 'food photography, harry potter from harry potter, made out of pastry ' output: url: >- 3403721.jpeg - text: '3d Splash art, a cat head, ((white background)), epic Instagram, artstation, splash style of colorful paint, contour, hyperdetailed intricately detailed, pastry ' output: url: >- 3403722.jpeg - text: 'car made out of pastry, food magazine shot, pastry ' output: url: >- 3403723.jpeg - text: 'closeup shot, food photography, gandalf from lord of the rings, standing on a cookie, oozing chocolate, made out of pastry, standing on basalt countertop ' output: url: >- 3403724.jpeg - text: 'dwarf made out of pastry, holding candle, in dark dungeon, at night, shadows, dithered light, ' output: url: >- 3403725.jpeg - text: 'dragon made out of pastry, standing on lava rock, breathing fire ' output: url: >- 3403726.jpeg - text: 'huge mushroom made out of pastry, fruits, in mystical forrest ' output: url: >- 3403727.jpeg --- # Baking Bread [SDXL LoRA] ([CivitAI](https://civitai.com/models/189905)) ## Model description

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

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

## Trigger words You should use `pastry` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/RalFinger/baking-bread-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/baking-bread-sdxl-lora', weight_name='pastry-sdxl.safetensors') image = pipeline('huge mushroom made out of pastry, fruits, in mystical forrest ').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)