--- 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 - desert - style - earth - savanna - cracked skin - dry - cracked paint texture base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: drath widget: - text: 'drath, male model, Masterpiece, high quality, 4K, beautiful design, shiny, from the front, award winning photo, extremely detailed, amazing, fine detail, absurdres, highly detailed man, extremely detailed eyes and face, by lee jeffries nikon d850 film stock photograph 4 kodak portra 400 camera f1.6 lens rich colors hyper realistic lifelike texture dramatic lighting unrealengine trending on artstation, final fantasy xiv setting, (symmetrical design:1.1), smiling, ' output: url: >- 3571300.jpeg - text: 'drath, thin, fine fractal glossy vivid colored ink sketch shiny contours outlines of a perfect physique lion silhouette, with orange amber stone inlays ' output: url: >- 3571302.jpeg - text: 'drath, female model, Masterpiece, high quality, 4K, beautiful design, shiny, from the front, award winning photo, extremely detailed, amazing, fine detail, absurdres, highly detailed woman, extremely detailed eyes and face, by lee jeffries nikon d850 film stock photograph 4 kodak portra 400 camera f1.6 lens rich colors hyper realistic lifelike texture dramatic lighting unrealengine trending on artstation, final fantasy xiv setting, (symmetrical design:1.1), smiling, ' output: url: >- 3571314.jpeg - text: 'drath, thin, fine fractal glossy vivid colored ink sketch shiny contours outlines of a perfect physique bengal tiger silhouette, with orange and purple amber stone inlays ' output: url: >- 3571310.jpeg - text: 'drath, female ' output: url: >- 3571303.jpeg - text: 'drath, male ' output: url: >- 3571311.jpeg - text: 'drath, dry earth, closeup, a obese woman screaming ' output: url: >- 3571313.jpeg - text: 'drath, dry earth, closeup, a obese man screaming ' output: url: >- 3571304.jpeg - text: 'drath, lion ' output: url: >- 3571352.jpeg - text: 'drath, dragon ' output: url: >- 3571307.jpeg --- # Dry Earth Style [SDXL LoRA] ([CivitAI](https://civitai.com/models/197904)) ## Model description

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

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

## Trigger words You should use `drath` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/RalFinger/dry-earth-style-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/dry-earth-style-sdxl-lora', weight_name='dryearth-sdxl.safetensors') image = pipeline('drath, dragon ').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)