Instructions to use Raxephion/Tim-Burtonise-V1-Krea2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Raxephion/Tim-Burtonise-V1-Krea2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Raxephion/Tim-Burtonise-V1-Krea2") prompt = "In the style of tim_burtonise, fog, town, trees, scarecrow, corn fields" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 3 files
Browse files- .gitattributes +3 -0
- sample_3.png +3 -0
- sample_4.png +3 -0
- sample_5.png +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
sample_0.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
sample_1.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
sample_2.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
sample_0.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
sample_1.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
sample_2.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
sample_3.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
sample_4.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
sample_5.png filter=lfs diff=lfs merge=lfs -text
|
sample_3.png
ADDED
|
Git LFS Details
|
sample_4.png
ADDED
|
Git LFS Details
|
sample_5.png
ADDED
|
Git LFS Details
|