Instructions to use hectorruiz9/Lucifer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hectorruiz9/Lucifer with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("finetrainers/CogView4-6B-Edit-LoRA-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("hectorruiz9/Lucifer") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| name: "HECTRON ORBITAL SYNC" | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| jobs: | |
| security-audit: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: "Security Guardian Scan" | |
| run: echo "🛡️ Escaneando secretos y vulnerabilidades..." | |
| # Aquí iría snyk o sonarcloud | |
| deploy-core: | |
| needs: security-audit | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Deploy HectronNexus" | |
| run: echo "🚀 Desplegando Núcleo a Producción..." | |