--- 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 ## Model description

TShirtDesign.Redmond 1.5V for LiberteRedmond SD 1.5 is here!

Introducing TShirtDesignRedmond, the ultimate LORA for creating stunning T-Shirt Designs!

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 Liberte Redmond SD 1.5 and fine-tuned on a large dataset. You should use Liberte to have full potential.

The LORA has a high capacity to generate T-Shirt Designs images.

You can use detailed, minimalist, colorful, black and white as tag to control the results.

The tag for the model:TshirtDesignAF, T shirt design

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/

## 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)