multimodalart's picture
Upload folder using huggingface_hub
8fec230
---
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
- style
- tshirt design
base_model: runwayml/stable-diffusion-v1-5
instance_prompt: T shirt design
widget:
- text: 'Scary clown, horror, terror, circular,
,T shirt design,TshirtDesignAF,
,'
output:
url: >-
3819613.jpeg
- text: 'Scary clown, horror, terror, circular,
,T shirt design,TshirtDesignAF,
,'
output:
url: >-
3819614.jpeg
- text: 'Cat wearing sunglasses, epic, cinematic,
,T shirt design,TshirtDesignAF,
,'
output:
url: >-
3819610.jpeg
- text: 'Santa Claus, square,
,T shirt design,TshirtDesignAF,
,'
output:
url: >-
3819608.jpeg
- text: 'Beach, cozy, calm, circular,
,T shirt design,TshirtDesignAF,
,'
output:
url: >-
3819605.jpeg
- text: 'Santa Claus, square,
,T shirt design,TshirtDesignAF,
,'
output:
url: >-
3819609.jpeg
- text: 'Cat wearing sunglasses, epic, cinematic,
,T shirt design,TshirtDesignAF,
,'
output:
url: >-
3819611.jpeg
- text: 'Beach, cozy, calm, circular,
,T shirt design,TshirtDesignAF,
,'
output:
url: >-
3819606.jpeg
---
# TShirtDesignRedmond 1.5V- T-Shirt Design Lora for LiberteRedmond SD 1.5
<Gallery />
## Model description
<h1 id="heading-28">TShirtDesign.Redmond 1.5V for LiberteRedmond SD 1.5 is here!</h1><p>Introducing TShirtDesignRedmond, the ultimate LORA for creating stunning T-Shirt Designs!</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)">Liberte Redmond SD 1.5</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)">. You should use Liberte to have full potential.</span></strong></p><p>The LORA has a high capacity to generate T-Shirt Designs images.</p><p>You can use detailed, minimalist, colorful, black and white as tag to control the results.</p><h3 id="heading-38"><strong><u>The tag for the model:TshirtDesignAF, T shirt design</u></strong></h3><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>
## Trigger words
You should use `T shirt design`, `TShirtDesignAF` to trigger the image generation.
## Download model
Weights for this model are available in Safetensors format.
[Download](/artificialguybr/tshirtdesignredmond-1-5v-t-shirt-design-lora-for-liberteredmond-sd-1-5/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('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('artificialguybr/tshirtdesignredmond-1-5v-t-shirt-design-lora-for-liberteredmond-sd-1-5', weight_name='TShirtDesignRedmond1-5V-LiberteRedmond-TShirtDesignAF.safetensors')
image = pipeline('Beach, cozy, calm, circular,
,T shirt design,TshirtDesignAF,
,').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)