Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
controlnet
control-lora-v3
diffusers-training
Instructions to use urllamadrama/my_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use urllamadrama/my_lora with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("urllamadrama/my_lora") pipe = StableDiffusionControlNetPipeline.from_pretrained( "SG161222/Realistic_Vision_V4.0_noVAE", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K