3D Animation Style SDXL
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3685307.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3684557.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3684556.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3684558.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3684555.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657129.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657131.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657134.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657136.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657138.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657139.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657140.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657141.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657144.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657143.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657142.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657146.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657145.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657148.jpeg)
- Prompt
![](https://huggingface.co/thejagstudio/3d-animation-style-sdxl/resolve/main/3657147.jpeg)
- Prompt
Model description
None
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('thejagstudio/3d-animation-style-sdxl', weight_name='3D_Animation_Style-000009.safetensors')
image = pipeline('Your custom prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 44
Model tree for thejagstudio/3d-animation-style-sdxl
Base model
stabilityai/stable-diffusion-xl-base-1.0