- Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
- ToffeeShare https://toffeeshare.com/
- FilePizza https://file.pizza/
ShareDrop sharedrop.io https://github.com/szimek/sharedrop(SOLD, not recommended, use one of the forks)A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop(SOLD, not recommended, use one of the forks)- A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
- Instant.io https://instant.io/
- FileTC https://file.tc/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM rocm/composable_kernel:ck_ub20.04_rocm5.5_rc4 | |
RUN mkdir /SD | |
# Clone SD | |
WORKDIR /SD | |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui | |
WORKDIR /SD/stable-diffusion-webui | |
RUN git reset --hard 22bcc7be428c94e9408f589966c2040187245d81 |