Instructions to use MartinPascua/t1t0test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MartinPascua/t1t0test with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MartinPascua/t1t0test") prompt = "t1t0test This cartoon shows two characters at a small table with a crystal ball, set against a green background. A yellow lamp hangs in the upper right corner. On the left sits a character in blue clothing on a small stool. On the right is a fortune teller character wearing a green dress with white polka dots and a blue headscarf, seated in a chair. Their hands hover near the crystal ball on the orange-clothed table. The speech bubbles now contain:First bubble (fortune teller):'Veo un gran viaje' (Translation:'I see a great journey') Second bubble (client):'¿En serio?' (Translation:'Really?') Third bubble (fortune teller):'Ah, no... un gran traje' (Translation:'Ah, no... a great suit')" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ license_name: flux-1-dev-non-commercial-license
|
|
| 29 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 30 |
---
|
| 31 |
|
| 32 |
-
#
|
| 33 |
|
| 34 |
## Descripción del Proyecto
|
| 35 |
|
|
@@ -46,6 +46,7 @@ LORA (Low-Rank Adaptation) es una técnica de fine-tuning para modelos de inteli
|
|
| 46 |
- **Tipo de imágenes**: Obras de un artista argentino
|
| 47 |
- **Propósito**: Caso de estudio académico
|
| 48 |
- **Uso comercial**: No
|
|
|
|
| 49 |
|
| 50 |
## Proceso de Creación
|
| 51 |
|
|
|
|
| 29 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 30 |
---
|
| 31 |
|
| 32 |
+
# LORA basado en artista argentino
|
| 33 |
|
| 34 |
## Descripción del Proyecto
|
| 35 |
|
|
|
|
| 46 |
- **Tipo de imágenes**: Obras de un artista argentino
|
| 47 |
- **Propósito**: Caso de estudio académico
|
| 48 |
- **Uso comercial**: No
|
| 49 |
+
- **Palabra Clave**: t1t0test
|
| 50 |
|
| 51 |
## Proceso de Creación
|
| 52 |
|