File size: 412 Bytes
7cef35a
84ac857
 
4e7d7a6
7cef35a
4e7d7a6
1
2
3
4
5
6
7
import torch
import gradio as gr

model = torch.hub.download_url_to_file("https://huggingface.co./redpeacock78/test/resolve/main/IllustroMeld%20-%20((AnythingV5%3A50%25%2BSomethingV2.2%3A%2550)%3A70%25%2BBalorMixV4.3%3A%2530)%3A70%25%2B((Hyperanatomy_MegamergeV1%3A70%25%2Bgape60%3A30%25)%3A80%25%2BSodaMixV10%3A30%25)%3A30%25.safetensors", "IllustroMeld.safetensors")

gr.Interface.from_pipeline(model).launch()