2022-07-07 15:38:52 +02:00
# ai.image.generation
Automatic update, changed: 000_start-here.md, ai.image.generation.md, ai.image.processing.md, areas.image.md, concepts.map.md, incubation.attention.economy.md, incubation.hermes.md, incubation.tech.remote.desktop.md, las.future.md, tools.automorph_pixelsort.md, tools.svg.md
2022-07-28 08:20:42 +02:00
>Quasimondo - In case you didn't know: prompting is just one step away from the devil's work. But I do find the "bringing to light" angle very charming. Lucinate? Lucination? #lucifer
>
>https://mastodon.social/@Quasimondo/108448450639037019
2022-07-07 15:38:52 +02:00
2022-10-26 22:55:15 +02:00
- https://twitter.com/supercomposite/status/1567162288087470081
2022-07-07 15:38:52 +02:00
## text to
### image
#### online
- https://hypnogram.xyz/
2022-07-07 20:10:54 +02:00
- dall-e mini / craiyon
- https://www.craiyon.com/
2022-07-07 20:16:00 +02:00
- https://huggingface.co/spaces/dalle-mini/dalle-mini
2022-07-07 22:57:10 +02:00
- https://huggingface.co/spaces/awacke1/Art-from-Text-and-Images
- https://huggingface.co/spaces/Sakil/image_generator !
- https://huggingface.co/spaces/OFA-Sys/OFA-Text2Image_Generation !!
2022-07-07 23:07:18 +02:00
- https://huggingface.co/spaces/multimodalart/latentdiffusion
2022-07-08 00:17:55 +02:00
- https://huggingface.co/spaces/multimodalart/mindseye-lite
2022-07-25 11:47:31 +02:00
- https://multimodal.art/mindseye !!
- https://huggingface.co/spaces/multimodalart/vqgan
- https://huggingface.co/spaces/BernardoOlisan/vqganclip
2022-07-07 15:38:52 +02:00
2022-07-07 22:26:46 +02:00
##### abstract
- https://huggingface.co/spaces/Joshagibby/Samila-Visual-Waves
2022-10-27 11:49:26 +02:00
- Stable Diffusion in Blender 3.3 to generate AI images
- https://www.youtube.com/watch?v=k2rsRmJr9lI
2022-10-27 11:54:33 +02:00
- https://www.reddit.com/r/blender/comments/x75rn7/i_wrote_a_plugin_that_lets_you_use_stable/
2022-10-27 11:49:26 +02:00
2022-07-07 15:38:52 +02:00
#### other / commercial
##### midjourney AI
- https://www.youtube.com/watch?v=9Z7ALQrRq_k
##### dall-e
2022-07-07 15:43:58 +02:00
- https://openai.com/blog/dall-e/
2022-07-07 15:38:52 +02:00
[[ai.image.processing]]
2022-07-07 15:43:58 +02:00
2022-07-07 22:26:46 +02:00
#### online abstract
2022-07-08 00:28:04 +02:00
- https://huggingface.co/spaces/Joshagibby/Samila-Visual-Waves
#### searchj
- https://huggingface.co/spaces/LayBraid/SpaceVector_v0
2022-07-07 22:26:46 +02:00
2022-07-07 15:38:52 +02:00
### video
- https://app.pictory.ai/textinput
2022-07-07 15:43:58 +02:00
#### VQGAN-CLIP-GENERATOR
2022-07-07 16:04:25 +02:00
- `This is a package (with available notebook) for running VQGAN+CLIP locally, with a focus on ease of use, good documentation, and generating smooth style transfer videos.`
- https://github.com/rkhamilton/vqgan-clip-generator
2022-07-07 15:38:52 +02:00
#### DiscoDiffusion
![[fcnmod7zff191.webp]]
- https://www.reddit.com/r/DiscoDiffusion/comments/uwr1l8/watercolor_city/
- `A frankensteinian amalgamation of notebooks, models and techniques for the generation of AI Art and Animations.`
- https://github.com/alembics/disco-diffusion
- https://www.reddit.com/r/deepdream/comments/sa5q9p/march_15_44bc_the_roman_senate_proclaims_death_to/
- https://colab.research.google.com/drive/1sHfRn5Y0YKYKi1k-ifUSBFRNJ8_1sa39?authuser=2#scrollTo =BGBzhk3dpcGO
- https://www.reddit.com/r/MediaSynthesis/comments/t4q8iv/journey_into_the_other_disco_diffusion/
2022-06-01 16:15:19 +02:00
- https://colab.research.google.com/drive/1lx9AGsrh7MlyJhK9UrNTK8pYpARnx457?usp=sharing
2022-06-26 14:17:59 +02:00
- https://colab.research.google.com/github/alembics/disco-diffusion/blob/main/Disco_Diffusion.ipynb#scrollTo =1YwMUyt9LHG1
2022-07-07 15:38:52 +02:00
##### # New Technique: Adding Text While Processing
- https://www.reddit.com/r/DiscoDiffusion/comments/uaem27/new_technique_adding_text_while_processing/
2022-06-01 16:15:19 +02:00
2022-07-07 15:38:52 +02:00
## Generating views
2022-07-07 15:43:58 +02:00
`NeRF(Neural Radiance Fields) is a method that achieves state-of-the-art results for synthesizing novel views of complex scenes.`
2022-06-01 16:15:19 +02:00
2022-07-07 15:38:52 +02:00
### examples
- https://www.reddit.com/r/MediaSynthesis/comments/uw5nqu/some_additional_nerf_madness/
2022-07-07 15:43:58 +02:00
- (http://www.matthewtancik.com/nerf)
2022-06-01 16:15:19 +02:00
2022-07-07 15:38:52 +02:00
### Tools
- https://github.com/yenchenlin/nerf-pytorch
- https://github.com/delldu/NeRF
2022-07-08 00:33:11 +02:00
- https://github.com/NVlabs/instant-ngp
2022-10-02 11:24:19 +02:00
## 3d objects
- https://cdm.link/2022/09/train-ai-on-images-and-get3d-populates-your-world-with-3d-objects-and-characters/
2022-07-08 00:33:11 +02:00
## annotations
https://huggingface.co/spaces/awacke1/Video-Summary
https://huggingface.co/spaces/awacke1/VideoSummary2