Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
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
afca8e3
pokemon
/
model_convert.py
yash
convert safetensors to diffuser
2363d0a
8 months ago
raw
Copy download link
history
blame
Safe
141 Bytes
import
diffusers
pipe = diffusers.StableDiffusionPipeline.from_single_file(
"pokemon.safetensors"
)
pipe.save_pretrained(
"output_folder_name"
)