multimodalart's picture
Upload folder using huggingface_hub
49d04fc
---
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
<Gallery />
## Model description
<h1 id="heading-28">StudioGhibli.Redmond 2.1V For FreedomRedmond SD 2.1 is here!</h1><p>Introducing StudioGhibli.Redmond 2.1V for FreedomRedmond SD 2.1, the ultimate LORA for creating Studio Ghibli images!</p><p>I'm grateful for the GPU time from <strong>Redmond.AI</strong> that allowed me to make this LORA! If you need GPU, then you need the great services from <a target="_blank" rel="ugc" href="http://Redmond.AI">Redmond.AI</a>.</p><p>Test all my Loras <a target="_blank" rel="ugc" href="https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora">here</a> for free and unlimited. Thanks, HF, for Inference API!</p><p><span style="color:rgb(210, 208, 206)">It is based on </span><strong><span style="color:rgb(210, 208, 206)">Freedom Redmond SD 2.1 </span></strong><span style="color:rgb(210, 208, 206)">and fine-tuned on a large dataset</span><strong><span style="color:rgb(210, 208, 206)">.</span></strong></p><p>The LORA has a high capacity to generate good images!</p><p><strong><u>The tag for the model:StdGBRedmAF, Studio Ghibli</u></strong></p><p>I really hope you like the LORA and use it.</p><p>If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi.</p><p>Patreon:</p><p><a target="_blank" rel="ugc" href="https://www.patreon.com/user?u=81570187">https://www.patreon.com/user?u=81570187</a></p><p>Ko-fi:<a target="_blank" rel="ugc" href="https://ko-fi.com/artificialguybr">https://ko-fi.com/artificialguybr</a></p><p>BuyMeACoffe:<a target="_blank" rel="ugc" href="https://www.buymeacoffee.com/jvkape">https://www.buymeacoffee.com/jvkape</a></p><p>Follow me in my twitter to know before all about new models:</p><p><a target="_blank" rel="ugc" href="https://twitter.com/artificialguybr/"><u>https://twitter.com/artificialguybr/</u></a></p><p><span style="color:rgb(209, 213, 219)">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 </span><a target="_blank" rel="ugc" href="mailto:[email protected]"><strong><u>[email protected]</u></strong></a><span style="color:rgb(209, 213, 219)">, and we will address your concerns promptly.</span></p>
## 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)