--- license: other license_name: bespoke-lora-trained-license license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=False tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora - studio ghibli - style base_model: stabilityai/stable-diffusion-2-1-base instance_prompt: Studio Ghibli widget: - text: 'Portrait of a happy child, StdGBRedmAF, Studio Ghibli ' output: url: >- 3877310.jpeg - text: 'Ghost, horror, terror, StdGBRedmAF, Studio Ghibli ' output: url: >- 3877311.jpeg - text: 'A cat wearing sunglasses, desert background, StdGBRedmAF, Studio Ghibli ' output: url: >- 3877313.jpeg - text: 'A pink fluffy monster, StdGBRedmAF, Studio Ghibli ' output: url: >- 3877314.jpeg - text: 'A pink fluffy monster, StdGBRedmAF, Studio Ghibli ' output: url: >- 3877315.jpeg - text: 'A pirate boy, cute, StdGBRedmAF, Studio Ghibli ' output: url: >- 3877316.jpeg - text: 'A pirate boy, cute, StdGBRedmAF, Studio Ghibli ' output: url: >- 3877318.jpeg --- # StudioGhibli.Redmond 2.1V - Studio Ghibli lora for Freedom Redmond SD 2.1 ## Model description

StudioGhibli.Redmond 2.1V For FreedomRedmond SD 2.1 is here!

Introducing StudioGhibli.Redmond 2.1V for FreedomRedmond SD 2.1, the ultimate LORA for creating Studio Ghibli images!

I'm grateful for the GPU time from Redmond.AI that allowed me to make this LORA! If you need GPU, then you need the great services from Redmond.AI.

Test all my Loras here for free and unlimited. Thanks, HF, for Inference API!

It is based on Freedom Redmond SD 2.1 and fine-tuned on a large dataset.

The LORA has a high capacity to generate good images!

The tag for the model:StdGBRedmAF, Studio Ghibli

I really hope you like the LORA and use it.

If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi.

Patreon:

https://www.patreon.com/user?u=81570187

Ko-fi:https://ko-fi.com/artificialguybr

BuyMeACoffe:https://www.buymeacoffee.com/jvkape

Follow me in my twitter to know before all about new models:

https://twitter.com/artificialguybr/

DISCLAIMER: This work is a non-commercial, fan-made creation, intended solely for entertainment purposes.. All rights to characters belong to their respective owners. This work does not seek to diminish the value or reputation of the original content in any way. If you are a rights holder and have concerns about this content, please contact artificialguybr@proton.me, and we will address your concerns promptly.

## Trigger words You should use `Studio Ghibli`, `StdGBRedmAF` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/artificialguybr/studioghibli-redmond-2-1v-studio-ghibli-lora-for-freedom-redmond-sd-2-1/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-2-1-base', torch_dtype=torch.float16).to('cuda') pipeline.load_lora_weights('artificialguybr/studioghibli-redmond-2-1v-studio-ghibli-lora-for-freedom-redmond-sd-2-1', weight_name='StudioGhibliRedmond21V-FreedomRedmond-StudioGhibli-StdGBRedmAF.safetensors') image = pipeline('A pirate boy, cute, StdGBRedmAF, Studio Ghibli ').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)