Instructions to use francipam/evospazio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use francipam/evospazio with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("francipam/evospazio", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload evospazio-flux2-klein-9b-lora64-adamw-6.5e-5-bs2-ga2-v03.safetensors
Browse files
evospazio-flux2-klein-9b-lora64-adamw-6.5e-5-bs2-ga2-v03.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a73c3b961d834f37668e2e521a4fa8664d055126797e8aae65bfe5d525c8880
|
| 3 |
+
size 39866680
|