--- 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 --- ### ๐ŸŒ Website You can find more of my models, projects, and information on my official website: - **[artificialguy.com](https://artificialguy.com/)** ### ๐Ÿ’– Support My Work If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects. - **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187) - **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr) - **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape) ## 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)