Piattaforme AI - archivio

Piattaforme AI - archivio

370 bookmarks
Custom sorting
Home - usp.ai
Home - usp.ai
Unique `AI generated` images for writers and creatives Get your free account today Sign up with Google or Sign up with email No credit card required Compelling and uNIQUE BLOG iMAGES Captivate your audience For copywriters & Social Media Managers Quality art and unique images For DIGITAL illustrators and creatives Images that tell a perfect […]
·usp.ai·
Home - usp.ai
BlueWillow
BlueWillow
Simply enter a prompt and let our tool do the rest. From logos and graphics to digital artwork and more, our tool can generate a wide range of images that are perfect for any project.
·bluewillow.ai·
BlueWillow
Visual ChatGPT: A GPT-4 "Preview"?
Visual ChatGPT: A GPT-4 "Preview"?
Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models [Paper] https://arxiv.org/abs/2303.04671 [Code] https://github.com/microsoft/visual-chatgpt [My Windows Installation GitHub Tutorial] https://github.com/bycloudai/visual-chatgpt-Windows This video is supported by the kind Patrons & YouTube Members: 🙏Andrew Lescelius, Chris LeDoux, Alex Maurice, Tony Jimenez, Panther Modern, Jake Disco, Demilson Quintao, Shuhong Chen, Hongbo Men, happi nyuu nyaa, Carol Lo, Mose Sakashita, Miguel, Bandera, Gennaro Schiano, gunwoo, Ravid Freedman, Mert Seftali, Mrityunjay, Richárd Nagyfi, Timo Steiner, Henrik G Sundt, projectAnthony, Penumbraa [Discord] https://discord.gg/NhJZGtH [Twitter] https://twitter.com/bycloudai [Patreon] https://www.patreon.com/bycloud [PayPal] https://paypal.me/bycloudai [Music] Taken from Slip Stream [Profile & Banner Art] https://twitter.com/pygm7 [Video Editor] https://twitter.com/MishnImpossible
·youtu.be·
Visual ChatGPT: A GPT-4 "Preview"?
prompthero (PromptHero)
prompthero (PromptHero)
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
·huggingface.co·
prompthero (PromptHero)
Better Than Midjourney: Openjourney Stable Diffusion
Better Than Midjourney: Openjourney Stable Diffusion
In the market for a new GPU? Check these out: https://amzn.to/3kVlguo Join the AllYourTech Discord Server and share your stable diffusion art: https://discord.gg/bhNj7xyjkA Today we're taking a look at Openjourney. Openjourney is a stable diffusion model trained on images created by midjourney. Shout out to Prompthero for training the model and uploading it for our enjoyment! Openjourney model: https://huggingface.co/prompthero/openjourney Creativeindie prompts: https://www.creativindie.com/best-midjourney-prompts-an-epic-list-of-crazy-text-to-image-ideas/ prompthero: https://prompthero.com/
·youtu.be·
Better Than Midjourney: Openjourney Stable Diffusion
MidJourney Logo Design for Websites using AI Art
MidJourney Logo Design for Websites using AI Art
Use AI Art to Generate Website Logos in just a few minutes. MidJourney and Dalle 2 are image generation tools with artificial intelligence, and this video will show how you can create a simple logo using them! 00:00 - Introduction 00:25 - MidJourney 01:30 - Editor X 02:00 - AI Logo Generation 03:00 - AI Logo Prompting 05:34 - Upscaling AI Logos and AI Logo Variations 07:08 - Adding AI Logo to a Website 08:57 - Use Remix to generate logos 09:58 - Use URL to generate referenced logos 11:59 - Remix and URL generated logos 13:54 - Conclusion Join the Codex Community Discord below: https://uxenhance.editorx.io/join MidJourney AI Art: https://www.midjourney.com/ The ai tools here will help you create logos for websites. Midjourney is the ai logo tool for logo design ai. Website design to create logo ai is something that will likely be in the future. To create a logo with ai you will need a ai logo generator. This ai logo design tutorial will show how ai logo generator free can be performed. The ai logo making tool midjournay and this ai logo tutorial will help you use ai logo creation which is important for logo design tutorial. #ai #midjourney #website This channel also has the backing of Editor X: https://www.editorx.com/editor-x/codex
·youtube.com·
MidJourney Logo Design for Websites using AI Art
GitHub - willwulfken/MidJourney-Styles-and-Keywords-Reference: A reference containing Styles and Keywords that you can use with MidJourney AI. There are also pages showing resolution comparison, image weights, and much more!
GitHub - willwulfken/MidJourney-Styles-and-Keywords-Reference: A reference containing Styles and Keywords that you can use with MidJourney AI. There are also pages showing resolution comparison, image weights, and much more!
A reference containing Styles and Keywords that you can use with MidJourney AI. There are also pages showing resolution comparison, image weights, and much more! - GitHub - willwulfken/MidJourney-S...
·github.com·
GitHub - willwulfken/MidJourney-Styles-and-Keywords-Reference: A reference containing Styles and Keywords that you can use with MidJourney AI. There are also pages showing resolution comparison, image weights, and much more!
How to Get AI Generated 3D Models and EXPORT them to BLENDER! -- (Point - E tutorial)
How to Get AI Generated 3D Models and EXPORT them to BLENDER! -- (Point - E tutorial)
Point - E Github link: https://github.com/openai/point-e MeshLab (free) Download link: https://www.meshlab.net/#download Code used in the video (The two parts are split up by the ############): #1 ! pip install plotly -q #2 ! git clone https://github.com/openai/point-e #3 %cd point-e #4 ! pip install -e . #5 ! pip install open3d #6 import open3d import numpy as np ######################################################################################## #7 import plotly.graph_objects as go #8 fig_plotly = go.Figure(data=[go.Scatter3d( x=pc.coords[:,0], y=pc.coords[:,1], z=pc.coords[:,2], mode = 'markers', marker=dict(size=2, color=['rgb({},{},{})'.format(r,g,b) for r,g,b in zip(pc.channels["R"], pc.channels["G"], pc.channels["B"])], ) ) ], layout=dict( scene=dict( xaxis=dict(visible=False), yaxis=dict (visible=False), zaxis=dict(visible=False) ) ), ) #9 fig_plotly.show(renderer="colab") #10 pcd = open3d.geometry.PointCloud() pcd.points = open3d.utility.Vector3dVector(pc.coords) #11 open3d.io.write_point_cloud("FILENAME.ply", pcd) # After running this, Refresh directory and check for a file named FILENAME.ply ########################################################################################################## Thanks so much for watching this video about generating 3D models with Point - E AI! Music generated with Mubert: https://huggingface.co/spaces/Mubert/Text-to-Music Intro : 0:00 - 0:09 Point - e Setup: 0:09 - 1:08 Generating Point Cloud: 1:08 - 2:02 Downloading the Point Cloud: 2:02 - 2:20 Outro: 2:20 - 3:18
·youtu.be·
How to Get AI Generated 3D Models and EXPORT them to BLENDER! -- (Point - E tutorial)
ControlNET for Automatic 1111 - Stable Diffusion Pose Transfer - Ultimate Guide
ControlNET for Automatic 1111 - Stable Diffusion Pose Transfer - Ultimate Guide
ControlNET allows you to transfer a Pose from a photo or sketch to a AI Prompt Image. ControlNET for Stable Diffusion works in Automatic 1111. In this Ultimate Guide you learn how to install ControlNET. I explain the ControlNET Settings. I show you the ControlNET modes Canny, Depthmap, HED, MLSD, Normal Map, Openpose and Scribble. I show you ControlNET with Lora, Dreambooth and Img2img (Image to Image) rendering #### Links from the Video #### https://www.facebook.com/groups/theairevolution https://github.com/Mikubill/sd-webui-controlnet https://huggingface.co/lllyasviel/ControlNet/tree/main/models https://www.daz3d.com/ https://www.deviantart.com/kirilee/art/Drawing-Reference-9-457863953 https://reference.pictures/figure-drawing-sample/ Support my Channel: https://www.youtube.com/channel/UCCKx8mAHiFus-XYQLy_WnaA/join Subscribe to my Newsletter for FREE: My Newsletter: https://oliviotutorials.podia.com/newsletter How to get started with Midjourney: https://youtu.be/HQLnB6qLvUg Midjourney Settings explained: https://youtu.be/jYfULc99XI8 Best Midjourney Resources: https://youtu.be/I-EWJ8MFNks Make better Midjourney Prompts: https://youtu.be/q1taNR3V6Fc My Affinity Photo Creative Packs: https://gumroad.com/sarikasat My Patreon Page: https://www.patreon.com/sarikas All my Social Media Accounts: https://linktr.ee/oliviotutorials
·youtu.be·
ControlNET for Automatic 1111 - Stable Diffusion Pose Transfer - Ultimate Guide
runwayml (Runway)
runwayml (Runway)
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
·huggingface.co·
runwayml (Runway)
Civitai | Stable Diffusion models, embeddings, hypernetworks and more
Civitai | Stable Diffusion models, embeddings, hypernetworks and more
Civitai is a platform for Stable Diffusion AI Art models. We have a collection of over 1,700 models from 250+ creators. We also have a collection of 1200 reviews from the community along with 12,000+ images with prompts to get you started.
·civitai.com·
Civitai | Stable Diffusion models, embeddings, hypernetworks and more
Civitai | Stable Diffusion models, embeddings, hypernetworks and more
Civitai | Stable Diffusion models, embeddings, hypernetworks and more
Civitai is a platform for Stable Diffusion AI Art models. We have a collection of over 1,700 models from 250+ creators. We also have a collection of 1200 reviews from the community along with 12,000+ images with prompts to get you started.
·civitai.com·
Civitai | Stable Diffusion models, embeddings, hypernetworks and more
Gen-1 by Runway
Gen-1 by Runway
The Next Step Forward for Generative AI
·research.runwayml.com·
Gen-1 by Runway
Magick - AI for Mere Mortals
Magick - AI for Mere Mortals
Give yourself superpowers with our cutting-edge AI tools. Powerful and production-ready with no code, no deployment, and no headache.
·magickml.com·
Magick - AI for Mere Mortals