LOADING DATASHEET
LOADING DATASHEET
by Calcuis
sd3.5-medium-gguf on Hugging Face (text to image). 7,746 downloads. Open weights for local or hosted use.
0 mentions
1 mentions
26 weeks · 3 voices
TOO QUIET
Not enough weekly voices to call a trend yet.
Open weights. You can use a hosted service, or download it and run it yourself, free.
Other models the crowd has fully reviewed, starting with images models like this one.
/stable-diffusion-3.5-medium/") if torch.cuda.is_available(): print('use cuda') pipe = pipe.to("cuda") elif torch.mps.is_available(): print('use mps') pipe = pipe.to('mps') else: print …