Views
No views yet
stabilityai/stable-diffusion-xl-base-1.0.
It contains the Board Generator fine-tuned UNet weights and learned null
conditioning embedding. It does not include the original SDXL base model.config.json: Board Generator runtime configuration for this checkpoint.unet.safetensors: fine-tuned SDXL UNet weights.null_embed.safetensors: learned null conditioning embedding.LICENSE.md: CreativeML Open RAIL++-M license from the SDXL base model.1pip install -U huggingface_hub
2hf download OsamaAbdeljaber/photorealistic-wood-board-sdxl \
3 config.json unet.safetensors null_embed.safetensors \
4 --local-dir photorealistic_model_checkpoint1hf download stabilityai/stable-diffusion-xl-base-1.0 \
2 model_index.json \
3 scheduler/scheduler_config.json \
4 unet/config.json \
5 unet/diffusion_pytorch_model.safetensors \
6 vae/config.json \
7 vae/diffusion_pytorch_model.safetensors \
8 --local-dir SDXL_model1Board Generator repo/
2 SDXL_model/
3 scheduler/scheduler_config.json
4 unet/config.json
5 unet/diffusion_pytorch_model.safetensors
6 vae/config.json
7 vae/diffusion_pytorch_model.safetensors
8 photorealistic_model_checkpoint/
9 config.json
10 unet.safetensors
11 null_embed.safetensorsstabilityai/stable-diffusion-xl-base-1.0.