Instructions to use IcelosAI/Spacephoto_LORA_XL_Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IcelosAI/Spacephoto_LORA_XL_Base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("IcelosAI/Spacephoto_LORA_XL_Base") prompt = "spacephoto of a satellite" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 8 files
Browse files- images/2024-09-18_04-49-20_9568.png +3 -0
- images/2024-09-18_04-50-38_5877.png +3 -0
- images/2024-09-18_04-58-37_2523.png +3 -0
- images/2024-09-18_08-13-04_3640.png +3 -0
- images/2024-09-18_08-13-34_9011.png +3 -0
- images/2024-09-18_08-14-56_1187.png +3 -0
- images/2024-09-18_08-16-11_2724.png +3 -0
- spacephoto-10.safetensors +3 -0
images/2024-09-18_04-49-20_9568.png
ADDED
|
Git LFS Details
|
images/2024-09-18_04-50-38_5877.png
ADDED
|
Git LFS Details
|
images/2024-09-18_04-58-37_2523.png
ADDED
|
Git LFS Details
|
images/2024-09-18_08-13-04_3640.png
ADDED
|
Git LFS Details
|
images/2024-09-18_08-13-34_9011.png
ADDED
|
Git LFS Details
|
images/2024-09-18_08-14-56_1187.png
ADDED
|
Git LFS Details
|
images/2024-09-18_08-16-11_2724.png
ADDED
|
Git LFS Details
|
spacephoto-10.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:384f4375a35cf87088cd0ddacb63590da6bc86fd88aab6d8750c7d70aa497b91
|
| 3 |
+
size 57427436
|