Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
yashAI007
/
pokemon
like
0
Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
art
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
pokemon
/
model_convert.py
yash
convert safetensors to diffuser
2363d0a
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
141 Bytes
import
diffusers
pipe = diffusers.StableDiffusionPipeline.from_single_file(
"pokemon.safetensors"
)
pipe.save_pretrained(
"output_folder_name"
)