|
--- |
|
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 |
|
- 3d |
|
- 3d render |
|
- style |
|
|
|
base_model: runwayml/stable-diffusion-v1-5 |
|
instance_prompt: 3D Render Style |
|
widget: |
|
- text: '3D Render Style, 3DRenderAF, Portrait of a beautiful woman, stunning |
|
,' |
|
output: |
|
url: >- |
|
3821716.jpeg |
|
- text: '3D Render Style, 3DRenderAF, A astronaut, colorful, joyful, toy,,' |
|
output: |
|
url: >- |
|
3821684.jpeg |
|
- text: '3D Render Style, 3DRenderAF, A star, |
|
,' |
|
output: |
|
url: >- |
|
3821680.jpeg |
|
- text: '3D Render Style, 3DRenderAF, A cat wearing sunglasses, |
|
,' |
|
output: |
|
url: >- |
|
3821683.jpeg |
|
- text: '3D Render Style, 3DRenderAF, A star, |
|
,' |
|
output: |
|
url: >- |
|
3821682.jpeg |
|
- text: '3D Render Style, 3DRenderAF, A astronaut, colorful,' |
|
output: |
|
url: >- |
|
3821688.jpeg |
|
- text: '3D Render Style, 3DRenderAF, Portrait of a beautiful woman, stunning |
|
,' |
|
output: |
|
url: >- |
|
3821708.jpeg |
|
- text: '3D Render Style, 3DRenderAF, A astronaut, colorful, joyful, toy,,' |
|
output: |
|
url: >- |
|
3821687.jpeg |
|
- text: '3D Render Style, 3DRenderAF, A astronaut, colorful,' |
|
output: |
|
url: >- |
|
3821689.jpeg |
|
- text: '3D Render Style, 3DRenderAF, Portrait of a beautiful woman, stunning |
|
,' |
|
output: |
|
url: >- |
|
3821707.jpeg |
|
|
|
--- |
|
|
|
# 3D.Redmond 1.5V - 3D Render Style for LIBERTE.REDMOND SD 1.5 |
|
|
|
<Gallery /> |
|
|
|
|
|
|
|
|
|
|
|
## Model description |
|
|
|
<h1 id="heading-28">3D.Redmond 1.5V for LiberteRedmond SD 1.5 is here!</h1><p>Introducing 3D.Redmond 1.5V, the ultimate LORA for creating stunning 3D Render Style 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)">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)">. Use LIBERTE REDMOND for better results!</span></strong></p><p>The LORA has a high capacity to generate 3D Render Style Images.</p><h3 id="heading-38"><strong><u>The tag for the model:3D Render Style, 3DRenderAF</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 `3D Render Style`, `3DRenderAF` to trigger the image generation. |
|
|
|
|
|
## Download model |
|
|
|
Weights for this model are available in Safetensors format. |
|
|
|
[Download](/artificialguybr/3d-redmond-1-5v-3d-render-style-for-liberte-redmond-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/3d-redmond-1-5v-3d-render-style-for-liberte-redmond-sd-1-5', weight_name='3DRedmond15V-LiberteRedmond-3DRenderStyle-3DRenderAF.safetensors') |
|
image = pipeline('3D Render Style, 3DRenderAF, Portrait of a beautiful woman, stunning |
|
,').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) |
|
|
|
|