TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #205 · 22 јан.

Как работает функция reload()? Эта функция нужна для того, чтобы перезагрузить изменившийся код из py-файла без рестарта интерпретатора. Дело в том, что любой импортированный модуль при повторном импорте не будет перечитывать файл. Функция импорта вернёт уже загруженный в память объект модуля. Чтобы обновить код, нужно либо перезапустить всю программу, либо использовать функцию reload() from importlib import reload reload(my_module) 🔸 Функция reload() принимает в качестве аргумента только объект модуля или пакета. Она не может перезагрузить класс или функцию. Только весь файл целиком! 🔸 Перезагрузка пакета перезагрузит только его файл __init__.py, если он есть. Но не вложенные модули. 🔸Она не может перезагрузить ранее не импортированный модуль. 🔸При вызове функция reload() перечитывает и перекомпилирует код в файле, создавая новые объекты. После создания новых объектов перезаписывается ранее созданный неймспейс этого модуля. Это значит, что если где-то этот модуль импортирован через import и обращение к атрибутам происходит через неймспейс (имя) модуля, то такие атрибуты обновятся. Если какие-либо объекты из этого модуля импортированы через from то они будут ссылаться на старые объекты. Напишем простой модуль # mymodule.py x = 1 Теперь импортируем модуль и отдельно переменную х из модуля >>> import mymodule >>> from mymodule import x >>> print(mymodule.x) 1 >>> print(x) 1 Не перезапуская интерпретатор вносим изменения в модуль # mymodule.py x = 2 Делаем перезагрузку модуля и проверяем х ещё раз >>> reload(mymodule) >>> print(mymodule.x) 2 >>> print(x) 1 То же самое будет если присвоить любой объект переменной (даже словарь или список) Повторный импорт обновляет значение >>> from mymodule import x >>> print(x) 2 🔸Созданные инстансы классов не обновятся после перезагрузки модуля. Их придётся пересоздать. #tricks#basic

Резултати

Пронајдени 10 слични објави

Пребарај: #imagegeneration

当前筛选 #imagegeneration清除筛选
Machinelearning

@ai_machinelearning_big_data · Post #8529 · 12.09.2025 г., 13:15

🖥HunyuanImage 2.1 теперь доступна в квантизованной версии! Это text-image модель, которая может генерировать изображения в 2K. Теперь модель можно запускать локально. Для этого необходимо минимум 24GB VRAM. 🟢Hugging Face: https://huggingface.co/tencent/HunyuanImage-2.1) 🟢Подробнее про модель: https://t.me/machinelearning_interview/2161 @ai_machinelearning_big_data #AI#HunyuanImage#StableDiffusion#ImageGeneration

Machinelearning

@ai_machinelearning_big_data · Post #9075 · 25.11.2025 г., 17:34

⚡️ Релиз Flux 2 Модель получила значительный апгрейд . Теперь она учитывает до десяти референсов сразу, лучше понимает свет, материалы и оптику, аккуратнее рендерит текст и выдаёт качество до 4k. Генерации выглядят ровнее и реалистичнее, без пластикового блеска. Можно генерировать, редактировать и совмещать изображения. Веса открытые, так что при желании можно запускать локально (65 ГБ). 🟠Demo: https://playground.bfl.ai/image/generate 🟠Weights: https://huggingface.co/black-forest-labs 🟠HF: https://huggingface.co/black-forest-labs/FLUX.2-dev @ai_machinelearning_big_data #AI#Flux2#ImageGeneration#AIGraphics

ChatGPT AI Technology News

@chatgpt_officialnews · Post #74 · 27.03.2025 г., 21:09

🤖 OpenAI unexpectedly shook the AI image world with Studio Ghibli style memes. Here are some mindblowing examples so far (100% AI-generated) ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#OpenAI #N#AI #GPT#ChatGPT#Chatbot#ImageGeneration#Design ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #72 · 27.03.2025 г., 20:08

this is a meme created by GPT when I asked it to make a meme about humans using AI to make memes. I think it has potential. ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#OpenAI #N#AI #GPT#ChatGPT#Chatbot#ImageGeneration#Design ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #186 · 10.07.2025 г., 13:30

🖼Big Update: Smarter, Sharper AI Images! Hey NeuralHub fam! We just rolled out a major upgrade to our image generation system — and it's 🔥 ✨What’s new? 1️⃣More accurate prompts 2️⃣Sharper, cleaner visuals 3️⃣Fewer weird hands 🐸 4️⃣Better understanding of faces, scenes, and details. Whether you're creating a logo, a character, or just having fun — the results are now way more realistic and on-point.🎯 Go try it now and see the difference for yourself! ➖➖➖➖🔻 🧠 BOT: @Chatgpt_OfficialBOT 💎@Chatgpt_OfficialNews #️⃣#AIImages#NeuralHubAI#ImageGeneration#AIPower ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #30 · 08.03.2025 г., 15:28

🚀 BREAKING NEWS! 🚀 AI just got smarter, faster, and more powerful! 💡⚡️ We’re thrilled to introduce Advanced Prompting & Custom Responses! 🧠💬 🎯 What’s New? 🔠 Smarter AI responses – More context-aware and accurate! 🔠 Customizable AI tone – Want formal, fun, or technical? You decide! 🔠 Faster replies – No more waiting, just instant AI-powered answers! ✨ How does it work? Just chat as usual, and let the AI adapt to your style & needs! 💬 Try it now & experience next-level AI conversation! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🚀 Your AI assistant just got an upgrade—test it out now! ⚡️🎉 ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#AIArt#ImageGeneration#OpenAI#AI#Creativity#NextGen ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #28 · 03.03.2025 г., 15:19

🚀 NEW FEATURE ALERT! 🚀 Hey there, creative minds! 🎨✨ We’re taking things to the next level – Image Generation is NOW LIVE! 🖼️🧠 Unleash your imagination and let AI bring your ideas to life! Generate stunning, high-quality images right inside Telegram! 🎉 ✨ What can you do? 🔠 Create unique AI-generated images with just a text prompt! 🔠 Fast and high-quality results – No waiting, just magic! ✨ 🔠 Bring your ideas to life – Whether it’s art, fantasy, or fun, we’ve got you covered! 🖼️ Try it now and let AI turn your words into masterpieces! 🎨 💬 Have questions or need help? Reach out at: 👉@OpenAI_helpdesk 🔥 Join our community and show off your creations: 🔗https://t.me/chatgpt_officialchat Stay inspired, stay creative, and enjoy AI-powered art! 🚀✨ ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#AIArt#ImageGeneration#OpenAI#AI#Creativity#NextGen ➖➖➖➖🔺

BesnowCloud貝雪雲-公告頻道

@besnow_cloud · Post #2367 · 20.06.2024 г., 07:27

📢重磅消息! 独立Grok版本中的代码透露出一个大新闻:X与Midjourney的合作似乎已经达成!未来,Grok或将使用Midjourney来生成图像,为大家带来更加丰富的视觉体验。🎨✨ 🔗https://x.com/testingcatalog/status/1803566884991766640 #TechNews#Midjourney#AI#Grok#X#ImageGeneration#Innovation

ChatGPT AI Technology News

@chatgpt_officialnews · Post #71 · 26.03.2025 г., 21:16

Hey AI lovers! Big news in the world of AI creativity: with GPT-4o, you can now create and customize images just by describing what you want! Whether it’s a specific aspect ratio, exact colors (using hex codes like #FF5733 for a vibrant orange), or even a transparent background—GPT-4o makes it happen with a simple chat. Imagine designing a futuristic cityscape in neon blues (#00C4FF) and purples (#800080), or a minimalist logo with a 1:1 aspect ratio and a transparent background for your next project—all without touching a design tool! The possibilities are endless. ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#OpenAI #N#AI #GPT4o#ImageGeneration#CreativeTech#Design ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #32 · 09.03.2025 г., 01:55

⭕️ New DALL·E Prompt! Want a stunning, high-quality 3D-rendered image with your name looking elegant and luxurious? Follow these steps: 1️⃣ Use /photo to select DALL·E 3 and set the resolution to 1024x1024. 2️⃣ Copy and paste this magic prompt into /genphoto: 📜 Prompt: A high-resolution, professional 3D-rendered image displaying the name 'Your Name' in a modern, elegant, and luxurious font. The text should be crystal clear, perfectly sharp, and beautifully designed with a premium aesthetic. The background should feature a sleek, futuristic style with soft lighting, subtle gradients, or a metallic/glass effect to enhance the name's visual impact. The composition must be balanced, with the name centered and artistically framed to ensure consistency across multiple generations. The overall look should be minimalistic yet visually striking, conveying sophistication and exclusivity. ⭕️ Tap on the prompt to copy it instantly! 🎨✨ 💡 More Bot Commands: 📸 /photo – Choose your generation model and adjust settings. 🎨 /genphoto [prompt] – Instantly create an image with your custom prompt! ⚡️Example: /genphoto A neon-lit cyberpunk city at night with flying cars 💬 Try it GPT4.5 now & experience next-level AI conversation: @Chatgpt_OfficialBOT 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🚀 Your AI assistant just got an upgrade—test it out now! ⚡️🎉 ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #GPT#Model#OpenAI#AI#Creativity#NextGen#image#AIArt#ImageGeneration ➖➖➖➖🔺