Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
osmaras
/
ComfyUI-to-Python-Extension
Public
forked from
pydn/ComfyUI-to-Python-Extension
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 25, 2023
Merge pull request #12 from pydn/dev
Show description for a1d651b
pydn
authored
a1d651b
Copy full SHA for a1d651b
Updated docstring.:
pydn
committed
9549e3f
Copy full SHA for 9549e3f
Added docstring.
pydn
committed
1430658
Copy full SHA for 1430658
Clean up load extra models code.
Peyton
committed
27f7a84
Copy full SHA for 27f7a84
Commits on Aug 23, 2023
Merge pull request #9 from dimtoneff/add_extra_model_paths
Show description for ffe21d2
pydn
authored
ffe21d2
Copy full SHA for ffe21d2
Merge pull request #11 from rossaai/main
Show description for baf5e91
pydn
authored
baf5e91
Copy full SHA for baf5e91
[Fix] Cleans the variable name to avoid comflict characters and numbers. #10
FelipeMurguia
committed
c0830e5
Copy full SHA for c0830e5
Commits on Aug 22, 2023
revert back the queue size
dimtoneff
committed
bfa3160
Copy full SHA for bfa3160
Clean up the code a bit
dimtoneff
committed
2a819fa
Copy full SHA for 2a819fa
Commits on Aug 21, 2023
Added a function to load the directories in the optional file: extra_model_paths.yaml
dimtoneff
committed
c01ac61
Copy full SHA for c01ac61
Commits on Aug 20, 2023
Merge pull request #7 from pydn/pydn-patch-1
Show description for 48248e0
pydn
authored
48248e0
Copy full SHA for 48248e0
Update README.md
pydn
authored
f4050b2
Copy full SHA for f4050b2
Merge pull request #6 from pydn/2023-08-10_custom_node_support
Show description for 18fea66
pydn
authored
18fea66
Copy full SHA for 18fea66
Merge branch '2023-08-10_custom_node_support' of https://github.com/pydn/ComfyUI-to-Python-Extension into 2023-08-10_custom_node_support
Peyton
committed
66e2778
Copy full SHA for 66e2778
Update README.md
pydn
authored
d86c480
Copy full SHA for d86c480
Merge branch '2023-08-10_custom_node_support' of https://github.com/pydn/ComfyUI-to-Python-Extension into 2023-08-10_custom_node_support
Peyton
committed
22ed131
Copy full SHA for 22ed131
Updated import order.
Peyton
committed
7a85aad
Copy full SHA for 7a85aad
Update README.md
pydn
authored
e6587d8
Copy full SHA for e6587d8
Update README.md
pydn
authored
b58cb3c
Copy full SHA for b58cb3c
Update README.md
pydn
authored
c9a02f6
Copy full SHA for c9a02f6
Changed default parameters back.
Peyton
committed
203a675
Copy full SHA for 203a675
Added logic to deal with hidden variables.
Peyton
committed
95ed7d5
Copy full SHA for 95ed7d5
Hotfix for node class names with trailing white spaces. Removed the need to import functions from the utils file when running the generated code.
Peyton
committed
a26219b
Copy full SHA for a26219b
Commits on Aug 19, 2023
Major refactor to break up code into smaller, task based classes.
Peyton
committed
e46283d
Copy full SHA for e46283d
First draft of major code refactoring and adding support for custom nodes.
Peyton
committed
d25223d
Copy full SHA for d25223d
Commits on Aug 13, 2023
Update README.md
pydn
authored
4f2462c
Copy full SHA for 4f2462c
Commits on Aug 8, 2023
Merge pull request #3 from pydn/2023-08-07_add_inference_mode
Show description for d67f367
pydn
authored
d67f367
Copy full SHA for d67f367
Removed .detach() from script example.
Peyton
committed
a958385
Copy full SHA for a958385
Removed .detach() because not needed in inference_mode
Peyton
committed
4b6197d
Copy full SHA for 4b6197d
Merge pull request #2 from pydn/2023-08-07_add_inference_mode
Show description for de8b64d
pydn
authored
de8b64d
Copy full SHA for de8b64d
Updated Python script example.
Peyton
committed
a7a43f4
Copy full SHA for a7a43f4
Forgot import and fixed proper tabbing for code generation.
Peyton
committed
badcdf8
Copy full SHA for badcdf8
Updated to script generation to use torch inference_mode and reverted back to using VAEDecode instead of VAEDecodeTiled
Peyton
committed
77965f8
Copy full SHA for 77965f8
Commits on Aug 7, 2023
Merge pull request #1 from pydn/2023-08-07_correct_queue_logic
Show description for 654e6a2
pydn
authored
654e6a2
Copy full SHA for 654e6a2
changed f string.
Peyton
committed
e525462
Copy full SHA for e525462
Pagination
Previous
Next
You can’t perform that action at this time.