FashionSD-X: Multimodal Fashion Garment Synthesis using Latent Diffusion
Paper • 2404.18591 • Published
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("Abhi5ingh/ControlnetDresscode")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)Have a design in your mind and would love to visualize it? Try my Fashion Generation model available as a playground to test on a hugging face space : https://huggingface.co/spaces/Abhi5ingh/fashionsd
Research Paper: https://arxiv.org/abs/2404.18591 These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with a new type of conditioning on sketch and text. You can find the results and the validation inference below:
prompt: hem shoulder top in navy blue
prompt: beautiful floral gown
prompt: one-shoulder textured dress one long draping sleeve one sleeved mini purple evening dress

Base model
runwayml/stable-diffusion-v1-5