X
Luxxiee
AI & ML interests
None yet
Organizations
None yet
Luxxiee's activity
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/control_v11p_sd15_inpaint") pipeline = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet )
#13 opened 7 months ago
by
Luxxiee
Upload 8 files
#12 opened 7 months ago
by
Luxxiee