Text-to-Image
Diffusers
lora
template:diffusion-lora
SD3.5
minimal-blacked
visual-design
stable-diffusion
Instructions to use prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA") prompt = "A vibrant blue lightning bolt logo is depicted against a solid blacked background. The lightning bolt is sharp and angular, with glowing blue edges that appear to radiate energy. Small electric sparks surround the bolt, adding dynamic movement to the design. The contrast between the bold blue and the deep black background creates a powerful and electrifying effect, making the logo stand out vividly." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee