Instructions to use LeFeujitif/sandbox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LeFeujitif/sandbox with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Liberata/illustrious-xl-v1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LeFeujitif/sandbox") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,6 @@ tags:
|
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- text: '-'
|
| 9 |
-
output:
|
| 10 |
-
url: images/c61b725b-4cfd-46e9-839b-013c93ccfb15.png
|
| 11 |
base_model: Liberata/illustrious-xl-v1.0
|
| 12 |
instance_prompt: null
|
| 13 |
|
|
|
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- text: '-'
|
|
|
|
|
|
|
| 9 |
base_model: Liberata/illustrious-xl-v1.0
|
| 10 |
instance_prompt: null
|
| 11 |
|