mirror of
https://gitlab.com/sdbs_cz/digital-garden-anabasis.git
synced 2025-01-22 23:57:06 +01:00
59 lines
No EOL
2.1 KiB
Markdown
59 lines
No EOL
2.1 KiB
Markdown
# ai.image.generation
|
|
|
|
|
|
|
|
## text to
|
|
### image
|
|
#### online
|
|
- https://hypnogram.xyz/
|
|
- dall-e mini / craiyon
|
|
- https://www.craiyon.com/
|
|
- https://huggingface.co/spaces/dalle-mini/dalle-mini
|
|
|
|
##### abstract
|
|
- https://huggingface.co/spaces/Joshagibby/Samila-Visual-Waves
|
|
|
|
#### other / commercial
|
|
|
|
##### midjourney AI
|
|
- https://www.youtube.com/watch?v=9Z7ALQrRq_k
|
|
|
|
##### dall-e
|
|
- https://openai.com/blog/dall-e/
|
|
|
|
[[ai.image.processing]]
|
|
|
|
#### online abstract
|
|
|
|
### video
|
|
- https://app.pictory.ai/textinput
|
|
|
|
#### VQGAN-CLIP-GENERATOR
|
|
- `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
|
|
|
|
#### 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/
|
|
- https://colab.research.google.com/drive/1lx9AGsrh7MlyJhK9UrNTK8pYpARnx457?usp=sharing
|
|
- https://colab.research.google.com/github/alembics/disco-diffusion/blob/main/Disco_Diffusion.ipynb#scrollTo=1YwMUyt9LHG1
|
|
##### # New Technique: Adding Text While Processing
|
|
- https://www.reddit.com/r/DiscoDiffusion/comments/uaem27/new_technique_adding_text_while_processing/
|
|
|
|
## Generating views
|
|
`NeRF(Neural Radiance Fields) is a method that achieves state-of-the-art results for synthesizing novel views of complex scenes.`
|
|
|
|
### examples
|
|
- https://www.reddit.com/r/MediaSynthesis/comments/uw5nqu/some_additional_nerf_madness/
|
|
- (http://www.matthewtancik.com/nerf)
|
|
|
|
### Tools
|
|
- https://github.com/yenchenlin/nerf-pytorch
|
|
- https://github.com/delldu/NeRF
|
|
- https://github.com/NVlabs/instant-ngp |