Xeno Madrid: Difference between revisions
Line 63: | Line 63: | ||
=== Resources === | === Resources === | ||
AI y materialidad: | |||
* Big data, and only getting bigger https://arstechnica.com/information-technology/2025/05/where-hyperscale-hardware-goes-to-retire-ars-visits-a-very-big-itad-site | |||
=== Software === | |||
* [https://diffusionbee.com/ DiffusionBee official website (MAC)] | |||
* [https://github.com/divamgupta/diffusionbee-stable-diffusion-ui GitHub], AGPL Free Software | |||
* * Draw things official website https://drawthings.ai/ | |||
* [https://github.com/comfyanonymous/ComfyUI ComfyUI (all platforms), Git Hub, Source] | |||
==== Training LoRAs ==== | ==== Training LoRAs ==== |
Revision as of 11:28, 30 May 2025

1 + 2: 20 mins 1 + 2 Q&A: 10 mins 3 (artbot): 20 mins 3: 20 mins Discussion: 30 mins
Artbot
Artbot interfaz
modelos
clip
steps
nsfw
- https://www.patreon.com/posts/nsfw-question-72771484
- https://www.patreon.com/posts/blacklist-72890784
- https://dbzer0.com/blog/ai-powered-anti-csam-filter-for-stable-diffusion/
(what is behind this interface?)
HordeAI
what is it?
how does it work?
decentralisation (p2p needs)
configuration file (live showcase)

(what is behind this project?)
material labour of the "server" (and, of course, GPU)


Conectar con el servidor, la mesa camilla (imagina que pides permiso para entrar a una casa que no es tuya, pero una vez que te dan permiso, puedes hacer los quieras: cambiar los muebles, ducharte, abrir puertas, pintar la casa, etc)
$ ssh -p 2020 xvs@xenocenter.zapto.org
Crear un espacio único en el disco, donde se instalan las versiones del código necesarias, apartado de otros archivos similares (imagina que tienes un refrigerador, y quieres tener dos tipos de mostaza casi idénticos. En vez de confundirte con cuál usar, te haces de otro refrigerador más pequeño, con sus propios ingredientes que hacen sentido entre sí)
$ source camilla_horde/bin/activate
$ df -a
$ free -h
$ python3 -m venv camilla_horde
$ source camilla_horde/bin/activate
$ sudo lshw -C display
$ nano bridgeData.yaml
Discussion
finance labour bodies
Resources
AI y materialidad:
- Big data, and only getting bigger https://arstechnica.com/information-technology/2025/05/where-hyperscale-hardware-goes-to-retire-ars-visits-a-very-big-itad-site
Software
- DiffusionBee official website (MAC)
- GitHub, AGPL Free Software
- * Draw things official website https://drawthings.ai/
- ComfyUI (all platforms), Git Hub, Source