ultranationalism
  • Joined on Oct 16, 2023
Loading Heatmap…

ultranationalism created NPU type debugging task ultra202404302287610

8 hours ago

ultranationalism created NPU type debugging task ultra202404302287610(deleted)

9 hours ago

ultranationalism synced commits to main at ultranationalism/ai00_rwkv_server from mirror

10 hours ago

ultranationalism synced commits to video-processor at ultranationalism/diffusers from mirror

  • 96fd13f9cb documentation
  • 50e54988dc Merge branch 'main' into video-processor
  • fd4bb8ad9e change to video_processor.
  • 26a7851e1e Add B-Lora training option to the advanced dreambooth lora script (#7741) * add blora * add blora * add blora * add blora * little changes * little changes * remove redundancies * fixes * add B LoRA to readme * style * inference * defaults + path to loras+ generation * minor changes * style * minor changes * minor changes * blora arg * added --lora_unet_blocks * style * Update examples/advanced_diffusion_training/README.md Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * add commit hash to B-LoRA repo cloneing * change inference, remove cloning * change inference, remove cloning add section about configureable unet blocks * change inference, remove cloning add section about configureable unet blocks * Apply suggestions from code review --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • 7561c1e3a1 support List[List[PIL.Image.Image]]
  • Compare 23 commits »

11 hours ago

ultranationalism synced commits to transormer2d-variants at ultranationalism/diffusers from mirror

  • 89a095519b Merge branch 'main' into transormer2d-variants
  • 235d34cf56 Check for latents, before calling prepare_latents - sdxlImg2Img (#7582) * Check for latents, before calling prepare_latents - sdxlImg2Img * Added latents check for all the img2img pipeline * Fixed silly mistake while checking latents as None
  • 5029673987 Update InstantStyle usage in IP-Adapter documentation (#7806) * enable control ip-adapter per-transformer block on-the-fly --------- Co-authored-by: sayakpaul <spsayakpaul@gmail.com> Co-authored-by: ResearcherXman <xhs.research@gmail.com> Co-authored-by: YiYi Xu <yixu310@gmail.com>
  • 56bd7e67c2 [Scheduler] introduce sigma schedule. (#7649) * introduce sigma schedule. Co-authored-by: Suraj Patil <surajp815@gmail.com> * address yiyi * update docstrings. * implement the schedule for EDMDPMSolverMultistepScheduler --------- Co-authored-by: Suraj Patil <surajp815@gmail.com>
  • 9d16daaf64 Add DREAM training (#6381) A new function compute_dream_and_update_latents has been added to the training utilities that allows you to do DREAM rectified training in line with the paper https://arxiv.org/abs/2312.00210. The method can be used with an extra argument in the train_text_to_image.py script. Co-authored-by: Jimmy <39@🇺🇸.com>
  • Compare 14 commits »

11 hours ago

ultranationalism synced commits to single-file-updates at ultranationalism/diffusers from mirror

  • 96f1b2ea10 Merge branch 'main' into single-file-updates
  • 26a7851e1e Add B-Lora training option to the advanced dreambooth lora script (#7741) * add blora * add blora * add blora * add blora * little changes * little changes * remove redundancies * fixes * add B LoRA to readme * style * inference * defaults + path to loras+ generation * minor changes * style * minor changes * minor changes * blora arg * added --lora_unet_blocks * style * Update examples/advanced_diffusion_training/README.md Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * add commit hash to B-LoRA repo cloneing * change inference, remove cloning * change inference, remove cloning add section about configureable unet blocks * change inference, remove cloning add section about configureable unet blocks * Apply suggestions from code review --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • 3fd31eef51 [Core] introduce _no_split_modules to `ModelMixin` (#6396) * introduce _no_split_modules. * unnecessary spaces. * remove unnecessary kwargs and style * fix: accelerate imports. * change to _determine_device_map * add the blocks that have residual connections. * add: CrossAttnUpBlock2D * add: testin * style * line-spaces * quality * add disk offload test without safetensors. * checking disk offloading percentages. * change model split * add: utility for checking multi-gpu requirement. * model parallelism test * splits. * splits. * splits * splits. * splits. * splits. * offload folder to test_disk_offload_with_safetensors * add _no_split_modules * fix-copies
  • b02e2113ff [Tests] reduce the model size in the amused fast test (#7804) * chore: reducing model sizes * chore: shrinks further * chore: shrinks further * chore: shrinking model for img2img pipeline * chore: reducing size of model for inpaint pipeline --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • 21f023ec1a [Tests] reduce the model size in the ddpm fast test (#7797) * chore: reducing unet size for faster tests * review suggestions --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • Compare 24 commits »

11 hours ago

ultranationalism synced commits to shm-size at ultranationalism/diffusers from mirror

11 hours ago

ultranationalism synced commits to offload-cleanup at ultranationalism/diffusers from mirror

  • 4596b514d1 Merge branch 'main' into offload-cleanup
  • 3a8c4d6729 add comment to the tests + fix dit
  • 8af793b2d4 Adding TextualInversionLoaderMixin for the controlnet_inpaint_sd_xl pipeline (#7288) * added TextualInversionMixIn to controlnet_inpaint_sd_xl pipeline --------- Co-authored-by: YiYi Xu <yixu310@gmail.com>
  • eb96ff0d59 Safetensor loading in AnimateDiff conversion scripts (#7764) * update * update
  • a38dd79512 [Pipeline] Fix error of SVD pipeline when num_videos_per_prompt > 1 (#7786) swap the order for do_classifier_free_guidance concat with repeat Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
  • Compare 8 commits »

11 hours ago

ultranationalism synced commits to main at ultranationalism/diffusers from mirror

  • 26a7851e1e Add B-Lora training option to the advanced dreambooth lora script (#7741) * add blora * add blora * add blora * add blora * little changes * little changes * remove redundancies * fixes * add B LoRA to readme * style * inference * defaults + path to loras+ generation * minor changes * style * minor changes * minor changes * blora arg * added --lora_unet_blocks * style * Update examples/advanced_diffusion_training/README.md Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * add commit hash to B-LoRA repo cloneing * change inference, remove cloning * change inference, remove cloning add section about configureable unet blocks * change inference, remove cloning add section about configureable unet blocks * Apply suggestions from code review --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • 3fd31eef51 [Core] introduce _no_split_modules to `ModelMixin` (#6396) * introduce _no_split_modules. * unnecessary spaces. * remove unnecessary kwargs and style * fix: accelerate imports. * change to _determine_device_map * add the blocks that have residual connections. * add: CrossAttnUpBlock2D * add: testin * style * line-spaces * quality * add disk offload test without safetensors. * checking disk offloading percentages. * change model split * add: utility for checking multi-gpu requirement. * model parallelism test * splits. * splits. * splits * splits. * splits. * splits. * offload folder to test_disk_offload_with_safetensors * add _no_split_modules * fix-copies
  • b02e2113ff [Tests] reduce the model size in the amused fast test (#7804) * chore: reducing model sizes * chore: shrinks further * chore: shrinks further * chore: shrinking model for img2img pipeline * chore: reducing size of model for inpaint pipeline --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • 21f023ec1a [Tests] reduce the model size in the ddpm fast test (#7797) * chore: reducing unet size for faster tests * review suggestions --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • 31d9f9ea77 [Tests] reduce the model size in the ddim fast test (#7803) chore: reducing model size for ddim fast pipeline Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • Compare 13 commits »

11 hours ago

ultranationalism synced commits to feat/check-doc-listing at ultranationalism/diffusers from mirror

  • 80d0a7fd44 Merge branch 'main' into feat/check-doc-listing
  • 235d34cf56 Check for latents, before calling prepare_latents - sdxlImg2Img (#7582) * Check for latents, before calling prepare_latents - sdxlImg2Img * Added latents check for all the img2img pipeline * Fixed silly mistake while checking latents as None
  • 5029673987 Update InstantStyle usage in IP-Adapter documentation (#7806) * enable control ip-adapter per-transformer block on-the-fly --------- Co-authored-by: sayakpaul <spsayakpaul@gmail.com> Co-authored-by: ResearcherXman <xhs.research@gmail.com> Co-authored-by: YiYi Xu <yixu310@gmail.com>
  • 56bd7e67c2 [Scheduler] introduce sigma schedule. (#7649) * introduce sigma schedule. Co-authored-by: Suraj Patil <surajp815@gmail.com> * address yiyi * update docstrings. * implement the schedule for EDMDPMSolverMultistepScheduler --------- Co-authored-by: Suraj Patil <surajp815@gmail.com>
  • 9d16daaf64 Add DREAM training (#6381) A new function compute_dream_and_update_latents has been added to the training utilities that allows you to do DREAM rectified training in line with the paper https://arxiv.org/abs/2312.00210. The method can be used with an extra argument in the train_text_to_image.py script. Co-authored-by: Jimmy <39@🇺🇸.com>
  • Compare 12 commits »

11 hours ago

ultranationalism synced commits to animatediff-safetnsors-support at ultranationalism/diffusers from mirror

  • b635fb9e1c Merge branch 'main' into animatediff-safetnsors-support
  • f20ff26950 update
  • a38dd79512 [Pipeline] Fix error of SVD pipeline when num_videos_per_prompt > 1 (#7786) swap the order for do_classifier_free_guidance concat with repeat Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
  • b1c5817a89 Add debugging workflow (#7778) add debug workflow Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
  • 235d34cf56 Check for latents, before calling prepare_latents - sdxlImg2Img (#7582) * Check for latents, before calling prepare_latents - sdxlImg2Img * Added latents check for all the img2img pipeline * Fixed silly mistake while checking latents as None
  • Compare 20 commits »

11 hours ago

ultranationalism created NPU type debugging task ultra202404291989268

19 hours ago

ultranationalism created NPU type debugging task ultra202404291989268(deleted)

19 hours ago

ultranationalism created NPU type debugging task ultra202404291989268(deleted)

1 day ago