sketch2img icon indicating copy to clipboard operation
sketch2img copied to clipboard

Sketch-to-Image Generation without retraining diffusion models

Results 4 sketch2img issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/Mikubill/sketch2img/assets/75151244/adaa7ad0-4055-469c-8553-7fa176382dca) ![image](https://github.com/Mikubill/sketch2img/assets/75151244/0d0a5a50-ab30-41fa-93e4-89b3a5f5b7d3) 加上sketch_image出图就会这样,不知道是什么原因

Where can we download the weights of the pre-trained models used in the files? sat_model = SatMixin(unet) sat_model.load_state_dict(torch.load("/root/workspace/sketch2img/sketch_attn_model.pt")) sketch_processor = CLIPImageProcessor() sketch_encoder = CLIPVisionModel.from_pretrained("openai/clip-vit-large-patch14") sketch_encoder.load_state_dict(torch.load("/root/workspace/sketch2img/sketch_encoder_model.pt")) Where can I find sketch_attn_model.pt...

What repo-id should be passed when running the file clip_guided_inf.py ? I am not able the resolve the following issues in the same file: Traceback (most recent call last): File...

Hi, thanks for your great work, Could you please tell me the version of your SD model as in "/root/workspace/storage/models/orangemix". Thank you very much!