-
Couldn't load subscription status.
- Fork 38
-
As you know I have no idea or way to convert models to ONNX format, I rely solely on the community
There are a few models I need in ONNX format to help in my development efforts, if anyone out there would like to convert some of there for me it would be epic!!!
StableDiffusion
- PixArt-LCM-XL - PixArt-LCM-XL-2-1024-MS
- Instruct-Pix2Pix - ForserX/instruct-pix2pix-onnx Done!
AnimateDiff
- AnimateDiff - animatediff
- AnimateDiff_ControlNet animatediff_controlnet
ControlNet
- Control_SD15_Canny - ForserX/sd-controlnet-canny-onnx Done!
- Control_SD15_Depth - ForserX/sd-controlnet-depth-onnx Done!
- Control_SD15_HED - ForserX/sd-controlnet-hed-onnx Done!
- Control_SD15_MLSD - ForserX/sd-controlnet-mlsd-onnx Done!
- Control_SD15_Normal - ForserX/sd-controlnet-normal-onnx Done!
- Control_SD15_OpenPose - ForserX/sd-controlnet-openpose-onnx Done!
- Control_SD15_Scribble - ForserX/sd-controlnet-scribble-onnx Done!
Upscalers:
- 003_realSR_BSRGAN_DFO_s64w8_SwinIR-M_x4_GAN - uwg/upscaler Done!
- 003_realSR_BSRGAN_DFO_s64w8_SwinIR-M_x2_GAN - uwg/upscaler
- 001_classicalSR_DF2K_s64w8_SwinIR-M_x2 - uwg/upscaler
- 001_classicalSR_DF2K_s64w8_SwinIR-M_x3 - uwg/upscaler
- 001_classicalSR_DF2K_s64w8_SwinIR-M_x4 - uwg/upscaler
- 001_classicalSR_DF2K_s64w8_SwinIR-M_x8 - uwg/upscaler
TAESD
- TAESD - taesd-onnx - Done!
- TAESD-XL taesdxl
LoRA
- LCM-LoRA-SD - Disty0/LCM_SoteMix
- LCM-LoRA-XL - lcm-lora-sdxl
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
Replies: 6 comments 5 replies
-
forserx's page has onnx pix2pix and controlnet =
https://huggingface.co/ForserX
@AshD @ForserX can u guys please help our friend for converting these models?
btw, Stable Video Diffusion img2vid is a very good img to video, maybe easier than animatediff to impelement
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 3
-
Thanks for that link, thats heaps off the list :)
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Does this model cover the need for LCM-Lora?
https://huggingface.co/softwareweaver/Latent-Consistency-xl-Olive-Onnx
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
I did video generation as follows: I split the input video into 24 frames per second, processed a packet of frames, after which I baked back the video from the received images via ffmpeg/opencv.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 2
-
For upscalers, I'll say this: there are C++ implementations with vulkan models. They work out less than a second. If you are interested, I can give you links.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
I added a SDXL DPO model
https://huggingface.co/softwareweaver/sdxl-dpo-Olive-Onnx
Direct Preference Optimization (DPO) for text-to-image diffusion models is a method to align diffusion models to text human preferences by directly optimizing on human comparison data. https://arxiv.org/abs/2311.12908
In my limited testing, It seems to follow my prompts better.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
-
Nice, downloading now...
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Added a new model that combines DPO with LCM. Should have the features of DPO with the speed of LCM.
https://huggingface.co/softwareweaver/SDXL-DPO-LCM-Olive-Onnx
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Anyone had any luck converting Animatediff or StableDiffucionVideo models?
would be awesome to add support for those
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
LCM-LoRA-SD - Disty0/LCM_SoteMix
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1